chore(auth): rename Claude CLI to Claude Code CLI (#915)
Thanks @SeanZoR. Co-authored-by: Sean Katz <connect@sean8.com>
This commit is contained in:
@@ -42,7 +42,7 @@ const AUTH_CHOICE_GROUP_DEFS: {
|
||||
{
|
||||
value: "anthropic",
|
||||
label: "Anthropic",
|
||||
hint: "Claude CLI + API key",
|
||||
hint: "Claude Code CLI + API key",
|
||||
choices: ["claude-cli", "setup-token", "token", "apiKey"],
|
||||
},
|
||||
{
|
||||
@@ -138,13 +138,13 @@ export function buildAuthChoiceOptions(params: {
|
||||
if (claudeCli?.type === "oauth" || claudeCli?.type === "token") {
|
||||
options.push({
|
||||
value: "claude-cli",
|
||||
label: "Anthropic token (Claude CLI)",
|
||||
label: "Anthropic token (Claude Code CLI)",
|
||||
hint: formatOAuthHint(claudeCli.expires),
|
||||
});
|
||||
} else if (params.includeClaudeCliIfMissing && platform === "darwin") {
|
||||
options.push({
|
||||
value: "claude-cli",
|
||||
label: "Anthropic token (Claude CLI)",
|
||||
label: "Anthropic token (Claude Code CLI)",
|
||||
hint: "requires Keychain access",
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user