Change8

Migrating to Ollama v0.32.2-rc3

Version v0.32.2-rc3 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/17025

Breaking 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. This might introduce compatibility issues with older build environments or dependencies.

Migration Steps

  1. 1
    Replace usage of the standalone agent command with the integrated agent functionality.
  2. 2
    Ensure your build environment and dependencies are compatible with GCC 13 if you are building on Linux.

Release Summary

This release introduces a new agent skills system, improves cloud model handling with unlimited tool rounds, and updates core components like llama.cpp and MLX. It also includes several command-line and UI enhancements, alongside build system updates.

Need More Details?

View the full release notes and all changes for Ollama v0.32.2-rc3.

View Full Changelog