fix: prioritize Anthropic token auth option
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user