You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(opencode-go): add Opencode Go as a first-class provider (#172)
Opencode Go's models were only usable by configuring each one manually as a
separate OpenAI-Compatible provider, with no on-the-fly model switching.
Add Opencode Go as a dedicated OpenAI-compatible gateway provider
(https://opencode.ai/zen/go/v1) with an API key and a dynamic model list
fetched from /v1/models, so models can be switched on the fly via the model
picker. Mirrors the VercelAiGateway provider (RouterProvider + fetcher).
Pricing is intentionally not parsed (units undocumented; cost shown as unknown
rather than wrong). First pass covers the OpenAI-compatible models; the
Anthropic-format models on the Go plan (/v1/messages) are a follow-up.
Adds a fetcher spec. tsc/eslint/prettier and affected suites pass.
0 commit comments