feat(usage): add minimax usage snapshot

This commit is contained in:
Peter Steinberger
2026-01-14 09:57:32 +00:00
parent 40fb59e5f7
commit 18b4575e4d
8 changed files with 316 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ export const PROVIDER_LABELS: Record<UsageProviderId, string> = {
"github-copilot": "Copilot",
"google-gemini-cli": "Gemini",
"google-antigravity": "Antigravity",
minimax: "MiniMax",
"openai-codex": "Codex",
zai: "z.ai",
};
@@ -17,6 +18,7 @@ export const usageProviders: UsageProviderId[] = [
"github-copilot",
"google-gemini-cli",
"google-antigravity",
"minimax",
"openai-codex",
"zai",
];