From 3fbbac07fed7948f048615cab2781b92fd16a108 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 23 Jan 2026 07:04:13 +0000 Subject: [PATCH] fix: prioritize Anthropic token auth option --- src/commands/auth-choice-options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",