What would you like to be added?
Add a new slash command /upgrade to the Gemini CLI that allows users logged in with Google to quickly access the Gemini Code Assist upgrade page for higher usage limits. This command should only be visible and available when the user is using Google authentication (AuthType.LOGIN_WITH_GOOGLE).
Why is this needed?
Users often hit quota limits and need a fast, convenient way to upgrade their tier without searching for the correct URL manually. Integrating this directly into the CLI as a command improves the user experience and aligns with the upgrade options already provided in the fallback dialogs.
Additional context
Implementation is already in progress and can be found in PR #21511.
What would you like to be added?
Add a new slash command
/upgradeto the Gemini CLI that allows users logged in with Google to quickly access the Gemini Code Assist upgrade page for higher usage limits. This command should only be visible and available when the user is using Google authentication (AuthType.LOGIN_WITH_GOOGLE).Why is this needed?
Users often hit quota limits and need a fast, convenient way to upgrade their tier without searching for the correct URL manually. Integrating this directly into the CLI as a command improves the user experience and aligns with the upgrade options already provided in the fallback dialogs.
Additional context
Implementation is already in progress and can be found in PR #21511.