diff --git a/src/commands/auth-choice-options.ts b/src/commands/auth-choice-options.ts index 61ea1f31b9..8bc7a05df4 100644 --- a/src/commands/auth-choice-options.ts +++ b/src/commands/auth-choice-options.ts @@ -46,7 +46,7 @@ const AUTH_CHOICE_GROUP_DEFS: { value: "anthropic", label: "Anthropic", hint: "Claude Code CLI + API key", - choices: ["claude-cli", "token", "apiKey"], + choices: ["token", "claude-cli", "apiKey"], }, { value: "minimax",