fix(auth): update terminology to 'sign in' and 'sign out'#20892
fix(auth): update terminology to 'sign in' and 'sign out'#20892
Conversation
…Identity component
…lStatsDisplay component
…for authentication...' in AuthInProgress component
…goutConfirmationDialog
…tion error messages
…nWithGoogleRestartDialog
…o 'signout' in auth commands
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request refactors the authentication terminology within the Gemini CLI to align with modern Google authentication standards, enhancing clarity and consistency for users. The changes involve updating command names, user interface text, and all related documentation and tests to uniformly use 'sign in' and 'sign out' instead of 'login' and 'logout'. Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request consistently updates the terminology from 'login'/'logout' to 'sign in'/'sign out' across the codebase, including UI components, commands, tests, and documentation. The changes are thorough and align with the goal of standardizing authentication language. I've found one issue in a test file where a mocked error message was not updated to match the new test expectation, which will cause the test to fail.
|
Size Change: +382 B (0%) Total Size: 26.2 MB ℹ️ View Unchanged
|
…ini#20892) Co-authored-by: Jacob Richman <jacob314@gmail.com>
…ini#20892) Co-authored-by: Jacob Richman <jacob314@gmail.com>
…ini#20892) Co-authored-by: Jacob Richman <jacob314@gmail.com>
…ini#20892) Co-authored-by: Jacob Richman <jacob314@gmail.com>
Summary
This PR updates the terminology from "login" and "logout" to "sign in" and "sign out" across the Gemini CLI, its documentation, and its user interface. This change ensures consistency with modern Google authentication standards and improves clarity for users.
Details
/loginis now/signinand/logoutis now/signout.altNamessupport so that/loginand/logoutcontinue to work while pointing to the new commands.README.mdand extensive documentation in thedocs/directory to reflect the new terminology.altNames.Related Issues
Fixes #20891
How to Validate
/signinand/signoutcommands are available./loginand/logoutstill function as aliases for the new commands.README.mdand documentation for consistency.Pre-Merge Checklist