Migrating to Ollama v0.32.2-rc0
Version v0.32.2-rc0 introduces 2 breaking changes. This guide details how to update your code.
Released: 7/20/2026
2
Breaking Changes
2
Migration Steps
17
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
ollama/pull/17210ollama/pull/17227ollama/pull/17228ollama/pull/17212ollama/pull/17217ollama/pull/17225ollama/pull/17203ollama/pull/17186ollama/pull/17245ollama/pull/17241ollama/pull/17230ollama/pull/17229ollama/pull/17224ollama/pull/17202ollama/pull/17189ollama/pull/17244ollama/pull/17025Breaking Changes
●Issue #1
The standalone agent command has been removed. Users should now interact with agents through the main command structure.
●Issue #2
Dead agent prompt wrappers have been removed, which might affect custom agent integrations relying on these specific wrappers.
Migration Steps
- 1If you were using the standalone agent command, transition to using agent commands within the main ollama command structure.
- 2If you had custom agent integrations relying on specific prompt wrappers, review and update them to use the new agent structure.
Release Summary
This release introduces the agent skills system, improves cloud model capabilities with unlimited tool rounds, and refines the command-line interface and TUI. It also includes updates to llama.cpp and MLX, along with build toolchain upgrades.
Need More Details?
View the full release notes and all changes for Ollama v0.32.2-rc0.
View Full Changelog