v0.30.9

skaldlabs/skaldv0.30.9Jun 15, 2026by github-actions[bot]

AI Summary

Adds support for Cohere2Moe architecture, fixes parser/render issues, resolves token output problems, and adds error handling for oversized messages.

Key Highlights

  • Support for Cohere2Moe architecture
  • Fixed LFM2 parser/render for cases where thinking was not emitted
  • Fixed issue where ollama launch only output one token
  • Added error when message exceeds 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