diff --git a/src/commands/auth-choice-options.ts b/src/commands/auth-choice-options.ts index 61ea1f31b..8bc7a05df 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",