v0.30.9

OpenMOSS/MOSS-TTSv0.30.9Jun 15, 2026by github-actions[bot]

AI Summary

This release introduces support for the Cohere2Moe architecture and addresses critical bugs related to token generation limits and message parsing.

Key Highlights

  • Added support for Cohere2Moe architecture
  • Fixed issue where `ollama launch claude` and coding agents only output one token
  • Fixed LFM2 parser/render for cases where thinking was not emitted
  • Added validation to return an error if a single message exceeds the context window

New Features

  • Support for Cohere2Moe architecture

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