feat: add ZAI auth choice

This commit is contained in:
Peter Steinberger
2026-01-10 16:32:21 +01:00
parent 8b47368167
commit 41c8bdfada
11 changed files with 156 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ export type AuthChoice =
| "antigravity"
| "apiKey"
| "gemini-api-key"
| "zai-api-key"
| "minimax-cloud"
| "minimax"
| "minimax-api"
@@ -43,6 +44,7 @@ export type OnboardOptions = {
anthropicApiKey?: string;
openaiApiKey?: string;
geminiApiKey?: string;
zaiApiKey?: string;
minimaxApiKey?: string;
opencodeZenApiKey?: string;
gatewayPort?: number;