fix: allow openai-codex in onboarding types
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export type OnboardMode = "local" | "remote";
|
||||
export type AuthChoice =
|
||||
| "oauth"
|
||||
| "openai-codex"
|
||||
| "antigravity"
|
||||
| "apiKey"
|
||||
| "minimax"
|
||||
|
||||
Reference in New Issue
Block a user