change banner text for vertex and api key users (#90)

This commit is contained in:
Adib234
2025-12-16 16:05:11 -05:00
committed by Tommaso Sciortino
parent dbeda91ec4
commit c5109d7531

View File

@@ -1424,7 +1424,7 @@ Logging in with Google... Restarting Gemini CLI to continue.
authType === AuthType.USE_VERTEX_AI
) {
setDefaultBannerText(
'Gemini 3 is now available.\nTo use Gemini 3, enable "Preview features" in /settings\nLearn more at https://goo.gle/enable-preview-features',
'Gemini 3 Flash and Pro are now available. \nEnable "Preview features" in /settings. \nLearn more at https://goo.gle/enable-preview-features',
);
}
}