fix(usage): track OpenCode Go quota (#3791)

OpenCode Go API-key connections now appear in the Quota Tracker and report rolling, weekly, and monthly subscription usage.
This commit is contained in:
JOJO
2026-09-05 21:07:58 +07:00
committed by decolua
parent 81f4f93082
commit 0da803eef4
5 changed files with 246 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ const SUPPORTED = [
"github", "gemini-cli", "antigravity", "claude", "codex", "kiro",
"qoder", "iflow", "ollama", "glm", "glm-cn",
"minimax", "minimax-cn", "vercel-ai-gateway", "grok-cli", "kimi",
"deepseek", "zed",
"deepseek", "opencode-go", "zed",
];
describe("usage dispatch", () => {