fix: remove setup-token run option in onboarding

This commit is contained in:
Peter Steinberger
2026-01-22 00:42:04 +00:00
parent 39b375e32b
commit 7d93de710e
6 changed files with 10 additions and 21 deletions

View File

@@ -46,7 +46,7 @@ const AUTH_CHOICE_GROUP_DEFS: {
value: "anthropic",
label: "Anthropic",
hint: "Claude Code CLI + API key",
choices: ["claude-cli", "setup-token", "token", "apiKey"],
choices: ["claude-cli", "token", "apiKey"],
},
{
value: "minimax",
@@ -170,12 +170,6 @@ export function buildAuthChoiceOptions(params: {
});
}
options.push({
value: "setup-token",
label: "Anthropic token (run setup-token)",
hint: "runs `claude setup-token` · opens browser for fresh OAuth login",
});
options.push({
value: "token",
label: "Anthropic token (paste setup-token)",