Improve Anthropic token option hints in onboarding wizard

This commit is contained in:
Felix Krause
2026-01-18 18:36:21 +01:00
parent f16b0cf80d
commit 57bf6d5eaf
2 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ describe("buildAuthChoiceOptions", () => {
const claudeCli = options.find((opt) => opt.value === "claude-cli");
expect(claudeCli).toBeDefined();
expect(claudeCli?.hint).toBe("requires Keychain access");
expect(claudeCli?.hint).toBe("reuses existing Claude Code auth · requires Keychain access");
});
it("skips missing Claude Code CLI option off macOS", () => {