v0.32.0
knadh/listmonkv0.32.0Jul 11, 2026by github-actions[bot]
AI Summary
This release introduces an interactive agent experience for coding and work delegation, renames the Codex App integration to ChatGPT, and simplifies the integration selection menu while adding deprecation warnings for older agent models.
Key Highlights
- New interactive agent experience launched via the `ollama` command.
- Codex App integration renamed to ChatGPT.
- Simplified integration selection menu showing only popular options.
- Deprecation warnings for older models like CodeLlama and Llama 3.x.
Breaking Changes
- Renamed the Codex App integration to ChatGPT.
- Removed less popular integrations from the default launch menu.
New Features
- Interactive agent experience for coding and work.
- ChatGPT integration.
- Simplified integration selection.
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