Skip to content

Release v0.4.1

Choose a tag to compare

@github-actions github-actions released this 23 Jun 11:53
Immutable release. Only release title and notes can be modified.
4088f1d

Release Notes

This release focuses on expanding OpenCode model support and improving the codebase architecture. New models including GLM-5.2, Kimi K2.7 Code, and Qwen3.7 variants are now available, while deprecated models have been documented. The model classification logic has been refactored into a dedicated package for better maintainability.

⚠️ Breaking Changes

  • Deprecated several older OpenCode models - update your configurations to use supported alternatives

New Features

  • Add support for new OpenCode Go models: GLM-5.2, Kimi K2.7 Code, Qwen3.7 Plus, and Qwen3.7 Max
  • Refactor model classification logic into a new internal/models package for improved code organization

Bug Fixes

  • Update model ID references to mimo-v2.5-pro across configurations and tests for consistency

Improvements

  • Update model metadata with new context windows and output token limits
  • Enhance routing and classification logic in opencode.go to properly handle new models
  • Update default model ID to glm-5.1 in configuration files

Documentation

  • Document new models and deprecated models in README.md and MODELS.md
  • Update endpoint classification documentation for model integration
  • Refresh architecture.md and howto-add-model.md with current implementation details

Chores

  • Add unit tests for new models and update existing tests to ensure proper routing and classification
  • Update example configuration in config.example.json to reflect new model defaults