Change8

Migrating to Ollama v0.32.2

Version v0.32.2 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 may introduce compatibility issues with older codebases or dependencies that rely on specific GCC versions.

Migration Steps

  1. 1
    Remove any direct usage of the standalone agent command and utilize the integrated agent functionality.
  2. 2
    If you are building or compiling Ollama on Linux, ensure your toolchain is compatible with GCC 13. You may need to update build scripts or dependencies.

Release Summary

This release introduces a new skills system for agents, allows unlimited tool rounds for cloud models, and updates core dependencies like llama.cpp and MLX. It also includes several command-line interface and agent improvements, along with a toolchain update for Linux builds.

Need More Details?

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

View Full Changelog