chore(deps): update dependency ollama/ollama to v0.18.1 #4819

Merged
renovate-bot merged 1 commits from renovate/unified-ollamaollama into main 2026-03-18 01:05:50 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ollama/ollama patch 0.18.00.18.1

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ollama/ollama (ollama/ollama)

v0.18.1

Compare 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 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

  • ollama launch openclaw will now use the official Ollama auth and model provider for OpenClaw
  • Improvements to Ollama's benchmarking tool in ./cmd/bench
  • ollama launch openclaw will now skip --install-daemon when systemd is unavailable

Full 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ollama/ollama](https://github.com/ollama/ollama) | patch | `0.18.0` → `0.18.1` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### Release Notes <details> <summary>ollama/ollama (ollama/ollama)</summary> ### [`v0.18.1`](https://github.com/ollama/ollama/releases/tag/v0.18.1) [Compare Source](https://github.com/ollama/ollama/compare/v0.18.0...v0.18.1) ##### 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 @&#8203;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 - `ollama launch openclaw` will now use the official Ollama auth and model provider for OpenClaw - Improvements to Ollama's benchmarking tool in `./cmd/bench` - `ollama launch openclaw` will now skip `--install-daemon` when systemd is unavailable **Full Changelog**: <https://github.com/ollama/ollama/compare/v0.18.0...v0.18.1> </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=-->
renovate-bot added the automergeimage labels 2026-03-18 01:05:08 +00:00
renovate-bot added 1 commit 2026-03-18 01:05:11 +00:00
chore(deps): update dependency ollama/ollama to v0.18.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
render-manifests / render-manifests (pull_request) Successful in 46s
lint-test-helm / lint-helm (pull_request) Successful in 2m25s
lint-test-helm / validate-kubeconform (pull_request) Successful in 41s
cec9e5842d
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-03-18 01:05:21 +00:00
renovate-bot merged commit a003ae1f45 into main 2026-03-18 01:05:50 +00:00
renovate-bot deleted branch renovate/unified-ollamaollama 2026-03-18 01:06:06 +00:00
Sign in to join this conversation.