← Back to PRs

#6015: CLI: clarify Moonshot AI/Kimi auth option labels based on user feedback

by xxr3376 open 2026-02-01 06:16 View on GitHub →
commands
As a Moonshot AI employee, we've received substantial user feedback indicating that the previous hints and labels for selecting Kimi models were confusing. Users had trouble distinguishing between the standard Moonshot API key and the Kimi Code Plan API key. This commit updates the labels and hints to be more explicit: - "Moonshot AI" → "Moonshot AI (Kimi K2.5)" - "Kimi K2 + Kimi Coding" → "API key + Kimi Code Plan" - "Moonshot AI API key" → "Kimi API key" - "Kimi Coding API key" → "Kimi Code Plan API key" These changes should reduce confusion when users configure their Kimi credentials during onboarding. <!-- greptile_comment --> <h2>Greptile Overview</h2> <h3>Greptile Summary</h3> This PR updates the CLI onboarding/auth-provider selection copy for Moonshot/Kimi credentials to reduce user confusion. Specifically, it renames the Moonshot group label and hint (to explicitly mention Kimi K2.5 and that it requires an API key plus a Kimi Code Plan), and renames the two underlying options so users can distinguish a standard Kimi API key from a Kimi Code Plan API key. These changes are localized to `src/commands/auth-choice-options.ts`, where auth choice groups and options are assembled for the onboarding UI. <h3>Confidence Score: 4.5/5</h3> - This PR is safe to merge; it’s a localized copy change with minimal behavioral impact. - Only user-facing labels/hints were modified; no identifiers, choice values, or control flow changed. Main risk is copy drift/accuracy over time (e.g., hard-coded model version). - src/commands/auth-choice-options.ts <!-- greptile_other_comments_section --> <sub>(2/5) Greptile learns from your feedback when you react with thumbs up/down!</sub> **Context used:** - Context from `dashboard` - CLAUDE.md ([source](https://app.greptile.com/review/custom-context?memory=fd949e91-5c3a-4ab5-90a1-cbe184fd6ce8)) - Context from `dashboard` - AGENTS.md ([source](https://app.greptile.com/review/custom-context?memory=0d0c8278-ef8e-4d6c-ab21-f5527e322f13)) <!-- /greptile_comment -->

Most Similar PRs