Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.48 KB

File metadata and controls

42 lines (29 loc) · 1.48 KB

Changelog

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

Fixed

  • Dynamically route models with Anthropic protocol metadata through /v1/messages instead 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

Changed

  • 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

Added

  • Dynamic model discovery from CLIProxyAPI's /v1/models endpoint.
  • 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.