Skip to content

Commit c7ff268

Browse files
Version Packages
1 parent 6e9acd9 commit c7ff268

File tree

5 files changed

+25
-28
lines changed

5 files changed

+25
-28
lines changed

.changeset/add-opencode-go-subscription.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

.changeset/filter-copilot-routers.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/message-feedback.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/manifest/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# manifest
22

3+
## 5.47.0
4+
5+
### Minor Changes
6+
7+
- 2493d97: feat: add OpenCode Go as a subscription provider with dynamic model discovery
8+
9+
OpenCode Go is a low-cost subscription that exposes GLM, Kimi, MiMo, and MiniMax
10+
models through a unified API. Users sign in at opencode.ai/auth, copy their API
11+
key, and paste it into the OpenCode Go detail view in the routing UI. The backend
12+
routes GLM/Kimi/MiMo models through the OpenAI-compatible endpoint and MiniMax
13+
models through the Anthropic-compatible endpoint — both served from the same
14+
`https://opencode.ai/zen/go` base URL. The Anthropic endpoint authenticates via
15+
`x-api-key` (not Bearer), matching the native Anthropic wire protocol.
16+
17+
The model list is fetched dynamically from the public OpenCode Go docs source
18+
and cached in memory for one hour, with a last-known-good fallback on fetch
19+
failures. No hardcoded model list in the codebase.
20+
21+
- 313a332: Add per-message feedback (thumbs up/down) to Messages and Overview pages
22+
23+
### Patch Changes
24+
25+
- 4dda346: Filter internal Azure routing models from GitHub Copilot provider
26+
327
## 5.46.7
428

529
### Patch Changes

packages/manifest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "manifest",
3-
"version": "5.46.7",
3+
"version": "5.47.0",
44
"private": true,
55
"description": "Canonical release version for the Manifest Docker image. This package holds no code — the real backend and frontend live in ../backend and ../frontend. See README.md for details."
66
}

0 commit comments

Comments
 (0)