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.30.10
## What's Changed * models: add Cohere2MoE model by @jmorganca in https://github.com/ollama/ollama/pull/16670 * llama: update llama.cpp to b9672 by @pdevine in https://github.com/ollama/ollama/pull/16775 **Full Changelog**: https://github.com/ollama/ollama/compare/v0.30.9...v0.30.10-rc0
AI-ML
Ollama v0.30.9
## What's Changed * Support for Cohere2Moe architecture * Fixed LFM2 parser/render for cases where thinking was not emitted * Fixed issue where `ollama launch claude` and other coding agent or assistant use cases would only output one token * Ollama will now return an error if a single message i