| 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 | ||
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:
openclaw plugins install @ollama/openclaw-web-search
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?"
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
Full Changelog: https://github.com/ollama/ollama/compare/v0.18.0...v0.18.1