fix: allow openai-codex in onboarding types

This commit is contained in:
Peter Steinberger
2026-01-05 07:33:33 +01:00
parent 30038f7d37
commit 79561d07a0
2 changed files with 11 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
export type OnboardMode = "local" | "remote";
export type AuthChoice =
| "oauth"
| "openai-codex"
| "antigravity"
| "apiKey"
| "minimax"