AI-ML
Ollama v0.18.1
RESUMEN
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 f
Descripción Detallada
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
Ollama v0.18.1 añade búsqueda web y modo no interactivo para OpenClaw.
- Se incluye un plugin de búsqueda y extracción web para OpenClaw.
- Ahora puedes usar Ollama en modo no interactivo, útil para CI/CD y automatización.
- Para usar búsqueda web, asegúrate de estar firmado en Ollama.
A quién le importa
Todos los que usan Ollama y OpenClaw.
Generado por IA · puede contener errores
Releases Relacionados
AI-ML
Ollama v0.23.0
## Claude Desktop with Ollama Launch <img width="1272" height="872" alt="ca1" src="https://github.com/user-attachments/assets/1d550e3f-0272-4429-8cb2-06d32344cb77" /> Claude Desktop is now supported with Ollama Launch. Both Claude Cowork and Claude Code are supported within the Claude Desktop Ap
AI-ML
Ollama v0.22.1
## What's Changed * Updated the **Gemma 4** renderer for thinking and tool calling improvements * Model recommendations are now updated without updating Ollama * Aligned the desktop app's launch page with `ollama launch` integrations * Fixed the Poolside integration title in `ollama launch`