feat(onboarding): wire plugin-backed auth choices

This commit is contained in:
Peter Steinberger
2026-01-18 16:22:56 +00:00
parent 32ae4566c6
commit 19a8547ecd
11 changed files with 384 additions and 253 deletions

View File

@@ -19,6 +19,8 @@ export type AuthChoice =
| "codex-cli"
| "apiKey"
| "gemini-api-key"
| "google-antigravity"
| "google-gemini-cli"
| "zai-api-key"
| "minimax-cloud"
| "minimax"
@@ -26,6 +28,7 @@ export type AuthChoice =
| "minimax-api-lightning"
| "opencode-zen"
| "github-copilot"
| "copilot-proxy"
| "qwen-portal"
| "skip";
export type GatewayAuthChoice = "off" | "token" | "password";