v0.32.0

ollama/ollamav0.32.0Jul 11, 2026by github-actions[bot]

AI Summary

This release introduces a major new interactive agent experience that launches automatically when running `ollama`, simplifies integration selection, and renames the Codex App integration to ChatGPT.

Key Highlights

  • New interactive agent experience launches automatically with `ollama`
  • Renamed Codex App integration to ChatGPT
  • Simplified integration selection menu
  • Deprecation warnings for older agent models

Breaking Changes

  • Renamed Codex App integration to ChatGPT, affecting launch commands

New Features

  • Automatic agent launch
  • Deprecation warnings for legacy models

Full Release Notes

## 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 App integration to ChatGPT: use ollama launch chatgpt (and --restore to return to your usual ChatGPT profile)
  - Simplified integration selection: the ollama launch menu now only offers the most popular integrations (other integrations can be accessed through `ollama launch`
  - Warns before launching older agent models: CodeLlama, Qwen2.5(-coder), Llama 3.x, Mistral, StarCoder, and the base DeepSeek-R1 tags now prompt a deprecation warning before ollama launch continues


**Full Changelog**: https://github.com/ollama/ollama/compare/v0.31.2...v0.32.0