Ollama 0.18.1 集成网页搜索插件并支持无头模式以自动化 CI/CD 流程。

部署运维📅 2026/03/18
#API#CI/CD#部署#开发者#全自动#GitHub#低风险#事件触发#代码#代码仓库#日志#生产中
Ollama CLI 执行无头网页搜索插件用于 CI/CD 代码审查流水线
Ollama 0.18.1 is here! 

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

If you have OpenClaw already running: 

openclaw plugins install @ollama/openclaw-web-search

🤖 Non-interactive (headless) mode for ollama launch 

ollama launch command can now run in non-interactive mode. 

This is 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

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