mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
fix(cli): re-enable CLI banner (#19741)
This commit is contained in:
@@ -2078,8 +2078,7 @@ Logging in with Google... Restarting Gemini CLI to continue.
|
|||||||
|
|
||||||
const fetchBannerTexts = async () => {
|
const fetchBannerTexts = async () => {
|
||||||
const [defaultBanner, warningBanner] = await Promise.all([
|
const [defaultBanner, warningBanner] = await Promise.all([
|
||||||
// TODO: temporarily disabling the banner, it will be re-added.
|
config.getBannerTextNoCapacityIssues(),
|
||||||
'',
|
|
||||||
config.getBannerTextCapacityIssues(),
|
config.getBannerTextCapacityIssues(),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user