v0.30.9
bjesus/pipetv0.30.9Jun 15, 2026by github-actions[bot]
AI Summary
Adds support for the Cohere2Moe architecture and fixes rendering issues, single token output bugs, and context window limits for coding agents.
Key Highlights
- Support for Cohere2Moe architecture
- Fixed LFM2 parser/rendering for missing thinking tokens
- Fixed single token output issue for coding agents
- Added error handling for messages exceeding context window
New Features
- Cohere2Moe architecture support
Full Release Notes
## What's Changed * Support for Cohere2Moe architecture * Fixed LFM2 parser/render for cases where thinking was not emitted * Fixed issue where `ollama launch claude` and other coding agent or assistant use cases would only output one token * Ollama will now return an error if a single message is larger than the current context window **Full Changelog**: https://github.com/ollama/ollama/compare/v0.30.8...v0.30.9-rc1