Migrating to Ollama v0.32.2-rc2
Version v0.32.2-rc2 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 use the integrated agent functionality.
●Issue #2
The Linux toolchain has been bumped to GCC 13, which may introduce compatibility issues with older build environments.
Migration Steps
- 1Remove any direct usage of the standalone agent command and transition to the integrated agent features.
- 2If building on Linux, ensure your environment is compatible with GCC 13.
Release Summary
This release introduces the agent skills system, allows unlimited tool rounds for cloud models, and updates core dependencies like llama.cpp and MLX. It also includes several command-line and agent-related improvements and bug fixes.
Need More Details?
View the full release notes and all changes for Ollama v0.32.2-rc2.
View Full Changelog