v0.30.9

sampotts/plyrv0.30.9Jun 15, 2026by github-actions[bot]

AI Summary

This release introduces support for the Cohere2Moe architecture and improves error handling for coding agents. It fixes rendering issues in the LFM2 parser and ensures the Ollama API returns errors for messages exceeding the context window.

Key Highlights

  • Support for Cohere2Moe architecture
  • Fixed LFM2 parser/render for cases where thinking was not emitted
  • Fixed single-token output issue for coding agents like `ollama launch claude`
  • Added error check for messages larger than the context window

New Features

  • Cohere2Moe architecture support
  • Context window size validation

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