fix: prioritize Anthropic token auth option

This commit is contained in:
Peter Steinberger
2026-01-23 07:04:13 +00:00
parent 03bec49299
commit 3fbbac07fe

View File

@@ -46,7 +46,7 @@ const AUTH_CHOICE_GROUP_DEFS: {
value: "anthropic", value: "anthropic",
label: "Anthropic", label: "Anthropic",
hint: "Claude Code CLI + API key", hint: "Claude Code CLI + API key",
choices: ["claude-cli", "token", "apiKey"], choices: ["token", "claude-cli", "apiKey"],
}, },
{ {
value: "minimax", value: "minimax",