chore(deps): update dependency ollama/ollama to v0.18.1 #4819
Reference in New Issue
Block a user
Delete Branch "renovate/unified-ollamaollama"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.18.0→0.18.1Release Notes
ollama/ollama (ollama/ollama)
v0.18.1Compare Source
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 signinYou can install web search directly into OpenClaw as a plugin if you already have OpenClaw configured and working:
Ollama web search plugin
Non-interactive (headless) mode for ollama launch
ollama launchcan 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
--modelmust be specified to run in headless mode--yesflag will auto-pull the model and skip any selectorsTry 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:
What's Changed
ollama launch openclawwill now use the official Ollama auth and model provider for OpenClaw./cmd/benchollama launch openclawwill now skip--install-daemonwhen systemd is unavailableFull Changelog: https://github.com/ollama/ollama/compare/v0.18.0...v0.18.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.