Preserve removed Codex import auth choice

This commit is contained in:
pashpashpash
2026-04-22 17:45:47 -07:00
parent 103d7af458
commit 788fd14118
2 changed files with 22 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
"provider": "openai-codex",
"method": "oauth",
"choiceId": "openai-codex",
"deprecatedChoiceIds": ["codex-cli"],
"deprecatedChoiceIds": ["codex-cli", "openai-codex-import"],
"choiceLabel": "OpenAI Codex Browser Login",
"choiceHint": "Sign in with OpenAI in your browser",
"assistantPriority": -30,