-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Open
Labels
area/uxImproves the CLI's usability, performance, interactive features, and documentation.Improves the CLI's usability, performance, interactive features, and documentation.kind/bugSomething isn't workingSomething isn't workingpriority/p2Important but can be addressed in a future release.Important but can be addressed in a future release.status/bot-triaged
Description
What happened?
The footer display (directory, sandbox, and model status) wraps to a stacked 3-row display when the window size is < 88 characters wide.
What did you expect to happen?
I think this behaviour is unexpected. The code for detecting a narrow window looks for < 80 characters, but because there is an overall sizable right-hand-size margin (10%), narrow width mode is triggered even for windows of standard 80x24 size. The footer display should optimize for standard-sized windows where possible.
Client information
Client Information
Run gemini
to enter the interactive CLI, then run the /about
command.
> /about
╭──────────────────────────────────────────────╮
│ │
│ About Gemini CLI │
│ │
│ CLI Version 0.3.1-git.20d0de74 │
│ Git Commit 20d0de74 │
│ Model gemini-2.5-pro │
│ Sandbox no sandbox │
│ OS linux │
│ Auth Method gemini-api-key │
│ │
╰──────────────────────────────────────────────╯
Login information
No response
Anything else we need to know?
No response
miguelsolorio
Metadata
Metadata
Assignees
Labels
area/uxImproves the CLI's usability, performance, interactive features, and documentation.Improves the CLI's usability, performance, interactive features, and documentation.kind/bugSomething isn't workingSomething isn't workingpriority/p2Important but can be addressed in a future release.Important but can be addressed in a future release.status/bot-triaged