feat: add explicit license selection and status visibility (#6751)

This commit is contained in:
jason 2025-08-23 05:01:01 +09:00 committed by GitHub
parent bb8a23ae80
commit 5030ced9e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 382 additions and 40 deletions

View file

@ -62,9 +62,14 @@ export function AuthDialog({
});
const items = [
{
label: 'Login with Google',
label: 'Login with Google - Free Tier',
value: AuthType.LOGIN_WITH_GOOGLE,
},
{
label:
'Login with Google - Gemini Code Assist (Requires GOOGLE_CLOUD_PROJECT)',
value: AuthType.LOGIN_WITH_GOOGLE_GCA,
},
...(process.env['CLOUD_SHELL'] === 'true'
? [
{