Release v0.2.9
·
16 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Breaking Changes ⚠️
- Remove deprecated models:
mimo-v2-pro,mimo-v2-omni,qwen3.5-plus- these will no longer be available for routing
New Features
- Add 3 Zen free models to model overrides:
deepseek-v4-flash-free,mimo-v2.5-free,nemotron-3-ultra-free - Add
minimax-m3model to Anthropic endpoint routing - Add
qwen3.7-plusmodel to OpenAI-compatible routing
Bug Fixes
- Route all Qwen models (qwen3.5-plus, qwen3.6-plus, qwen3.7-plus, qwen3.7-max) to Anthropic endpoint per official documentation
Improvements
- Update models command to match opencode-go model list and show correct endpoint types
- Add test coverage for new model routing behavior
Documentation
- Update config.example.json with new model configurations
Chores
- Refactor model routing logic in opencode.go client
- Update main.go with new model definitions and routing rules