Command reference ยท Antigravity CLI
/statusline
No panel โ /statusline toggles the status bar directly or configures it
/statusline belongs to the Configurations category and controls the status bar at the bottom of the TUI. Without an argument, the command toggles it on or off; on/enable switches it on specifically, off/disable switches it off specifically.
If you instead pass a shell command or script path, e.g. /statusline ~/.gemini/antigravity-cli/statusline.sh, the CLI renders the status bar going forward via this script, passing it the current agent state as JSON โ useful for custom displays of model, cost, or running subagents. /statusline delete or /statusline reset removes such a custom configuration again and restores the built-in default display; /statusline help lists all options.
Details on the structure and fields of the JSON payload for custom renderers are described in the accompanying Status Line Customization guide on the dedicated command page.
โ WHEN TO USE IT?
Turn the status bar on or off
/statusline off
Set up a custom renderer via script
/statusline ~/.gemini/antigravity-cli/statusline.sh to format model and token usage yourself
โ WHEN NOT TO?
Changing the terminal window title instead of the status bar
/statusline only affects the status bar within the TUI, not the terminal emulator's window title.
Better: This isn't controllable via the CLI โ use the title setting of the respective terminal emulator instead
SOURCES
- Antigravity CLI docs: command reference โ antigravity.google
- Antigravity CLI docs: /statusline โ antigravity.google