All notable changes to this project are documented here.
The format is based on Keep a Changelog and this project follows Semantic Versioning.
0.1.2 - 2026-07-28
- Dynamically route models with Anthropic protocol metadata through
/v1/messagesinstead of OpenAI-compatible chat completions, without hard-coding model IDs. - Preserve discovered model protocol metadata when users customize individual model settings.
0.1.1 - 2026-07-25
- Made persistent global OpenCode configuration the recommended setup flow.
- Moved temporary environment-variable setup to an optional alternative.
- Clarified API-key handling and troubleshooting.
0.1.0 - 2026-07-25
- Dynamic model discovery from CLIProxyAPI's
/v1/modelsendpoint. - OpenCode provider configuration for OpenAI-compatible chat completions.
- Custom server URL and API key support through environment variables or plugin options.
- Automatic model names and capability hints in OpenCode's model picker.
- Local plugin and npm package installation flows.