fix(cli): re-enable CLI banner (#19741)

This commit is contained in:
Sehoon Shon
2026-02-20 17:21:26 -05:00
committed by GitHub
parent c5baf39dbd
commit b746524a1b

View File

@@ -2078,8 +2078,7 @@ Logging in with Google... Restarting Gemini CLI to continue.
const fetchBannerTexts = async () => {
const [defaultBanner, warningBanner] = await Promise.all([
// TODO: temporarily disabling the banner, it will be re-added.
'',
config.getBannerTextNoCapacityIssues(),
config.getBannerTextCapacityIssues(),
]);