Ollama

notes:
Release list
0.18.2
RECENT
0.18.1
RECENT
0.18.0
0.17.8
0.17.7
0.17.6
0.17.5
0.17.4
0.17.3
0.17.2
0.17.1
0.17.0
0.16.3
0.16.2
0.16.1
0.16.0
0.15.6
0.15.5
0.15.4
0.15.3
Release notes:

Web Search and Fetch in OpenClaw

Ollama now ships with web search and web fetch plugin for OpenClaw. This allows Ollama's models (local or cloud) to search the web for the latest content and news. This also allows OpenClaw with Ollama to be able to fetch the web and extract readable content for processing. This feature does not execute JavaScript.

When using local models with web search in OpenClaw, ensure you are signed into Ollama with ollama signin

ollama launch openclaw

You can install web search directly into OpenClaw as a plugin if you already have OpenClaw configured and working:

Ollama web search plugin

openclaw plugins install @ollama/openclaw-web-search

Non-interactive (headless) mode for ollama launch

ollama launch can now run in non-interactive mode.

Perfect for:

  • Docker/containers: spin up an integration as a pipeline step to run evals, test prompts, or validate model behavior as part of your build. Tear it down when the job ends.

  • CI/CD: Generate code reviews, security checks, and other tasks within your CI

  • Scripts/automation: Kick off automated tasks with Ollama and claude code

  • --model must be specified to run in headless mode

  • --yes flag will auto-pull the model and skip any selectors

Try with: ollama launch claude --model kimi-k2.5:cloud --yes -- -p "how does this repository work?"

Use non-interactive mode in OpenClaw

You can ask your OpenClaw to run tasks using claude with subagents:

ollama launch claude --model kimi-k2.5:cloud --yes -- -p "how does this repository work?" using a subagent

What's Changed

  • rocm: doc driver constraints by @dhiltgen in https://github.com/ollama/ollama/pull/14833
  • config: use native OpenClaw Ollama onboarding by @BruceMacD in https://github.com/ollama/ollama/pull/14829
  • cmd/launch: add guards for headless mode by @ParthSareen in https://github.com/ollama/ollama/pull/14837
  • bench: improve benchmarking tool by @dhiltgen in https://github.com/ollama/ollama/pull/14240
  • cmd/launch: skip --install-daemon when systemd is unavailable by @BruceMacD in https://github.com/ollama/ollama/pull/14883

Full Changelog: https://github.com/ollama/ollama/compare/v0.18.0...v0.18.1

Copyright © 2023 - All right reserved by Yadoc SAS