v0.32.0
playcanvas/enginev0.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. It also adds deprecation warnings for older agent models to encourage users to update their configurations.
Key Highlights
- New interactive agent experience: running `ollama` now launches an agent to help you code and delegate work
- Renamed the Codex App integration to ChatGPT
- Simplified integration selection: menu now only offers the most popular integrations
- Warns before launching older agent models
Breaking Changes
- Renamed Codex App integration to ChatGPT
- Simplified integration selection menu, making non-popular integrations accessible only via the `ollama launch` command
New Features
- Interactive agent experience for coding and work delegation
- Renamed ChatGPT integration
- Simplified launch menu for popular integrations
- Deprecation warnings for legacy models (CodeLlama, Qwen2.5, Llama 3.x, Mistral, StarCoder, DeepSeek-R1)
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