AI-ML
Ollama v0.32.1
RESUMEN
What's Changed - Improved Gemma 4 tool calling and multi-turn reasoning, including more reliable tool-response continuations - Fixed a recurrent MLX model cache leak that could increase memory use across requests, and improved cache snapshot performance - MLX text model loading now respects `O
Descripción Detallada
What's Changed - Improved Gemma 4 tool calling and multi-turn reasoning, including more reliable tool-response continuations - Fixed a recurrent MLX model cache leak that could increase memory use across requests, and improved cache snapshot performance - MLX text model loading now respects `OLLAMALOADTIMEOUT` - Agent web search and fetch now tell users to run `ollama signin` when authentication is required - The interactive agent now receives the current working directory for better project context - Fixed `ollama launch` so choosing Pick another model for a deprecated model passed with `--model` opens the model picker - Updated VS Code setup documentation for the official Ollama extension Full Changelog:
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
AI-ML
Ollama v0.32.0
## What's Changed - New interactive agent experience: running `ollama` now launches an agent to help you code and delegate work ``` ❯ ollama Ollama 0.32.0 ▸ Chat, Code, & Work (glm-5.2:cloud) Chat with models, code, search the web, and delegate real work ``` - Renamed the Codex A
AI-ML
Ollama v0.31.2
## What's Changed * Enabled flash attention on older NVIDIA GPUs (compute capability 6.x) * iGPU can now offload vision models with padding to fit available memory * Fixed structured output for thinking models when thinking is disabled * Hardened GGUF model creation * `ollama launch` for Clau