mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 16:00:58 +00:00
Add OpenCode Zen provider support
This commit is contained in:
parent
98b25baf4d
commit
97d0189eae
8 changed files with 529 additions and 1 deletions
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- Added OpenCode Zen provider support. Set `OPENCODE_API_KEY` env var and use `opencode/<model-id>` (e.g., `opencode/claude-opus-4-5`).
|
||||
|
||||
## [0.41.0] - 2026-01-09
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ export const defaultModelPerProvider: Record<KnownProvider, string> = {
|
|||
cerebras: "zai-glm-4.6",
|
||||
zai: "glm-4.6",
|
||||
mistral: "devstral-medium-latest",
|
||||
opencode: "claude-opus-4-5",
|
||||
};
|
||||
|
||||
export interface ScopedModel {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue