✨ Minor Changes
- 50e7ecd: Add OpenCode Zen as an API-key provider. OpenCode Zen exposes an OpenAI-compatible
/v1/modelscatalog and/v1/chat/completionsproxy endpoint, plus a native Anthropic/v1/messagesendpoint for Claude models. Manifest now discovers Zen models on connect and routes Claude requests through/v1/messages(withx-api-keyauth) and everything else through/v1/chat/completions(with Bearer auth).
🐛 Patch Changes
- 0eff607: Keep same-name models from different providers available in the routing model picker.
- d950469: Add Fireworks AI as an official API-key routing provider.
- d439884: Add Kimi Coding Plan subscription routing for Moonshot/Kimi with the
kimi-for-codingmodel. - 31383c5: Refresh OAuth subscription credentials once when the upstream rejects a stored access token.