newspaperPress Guidelines
Pricing
Blog
Downloaddownload

Explore our next generation products

See overview

Products

antigravityAntigravity 2.0terminalAntigravity CLIcodeAntigravity IDEsdkAntigravity SDK

Built for developers in the agent-first era

See overview
EnterpriseFrontendFullstackScienceMarketer

Everything you need to stay up-to-date and get help

Documentationkeyboard_arrow_rightChangelogSupportPressReleases

Explore our next generation products

See overview

Products

antigravityAntigravity 2.0terminalAntigravity CLIcodeAntigravity IDEsdkAntigravity SDK

Built for developers in the agent-first era

See overview
EnterpriseFrontendFullstackScienceMarketer
Pricing
Blog

Everything you need to stay up-to-date and get help

Documentationkeyboard_arrow_rightChangelogSupportPressReleases
Home
Antigravity 2.0v2.3.1keyboard_arrow_right
Overview
Getting Started
Build with Google
Feature Overview
Models
Projects
Settingskeyboard_arrow_right
Overview
Agent Settings
Artifact Review
Customizationskeyboard_arrow_right
MCP
Skills
Rules
Plugins
Hooks
Sidecars
Agent Capabilitieskeyboard_arrow_right
Permissions
Subagents
Artifactskeyboard_arrow_right
Overview
Plan
Walkthrough
Screenshots
Antigravity CLIv1.1.5keyboard_arrow_right
Overview
Getting Started
Installation & Auth
Tutorial
Using AGY CLI
Features
Gemini Migration
Prompting
Artifactskeyboard_arrow_right
Overview
Conversations
Agent Capabilitieskeyboard_arrow_right
Choose an execution mode
Subagents
Sandbox
Permissions
Projects
Settingskeyboard_arrow_right
Overview
AI Credits
Customizationskeyboard_arrow_right
MCP
Plugins & Skills
Status Line
Window Title
Commandskeyboard_arrow_right
Agents (/agents)
Code Search (/codesearch)
AI Credits (/credits)
Diff (/diff)
Permissions (/permissions)
Resume (/resume)
Status Line (/statusline)
Window Title (/title)
Model Quotas (/usage, /quota)
Best Practices
Troubleshooting
Reference
Antigravity SDKv0.1.7keyboard_arrow_right
Overview + Quick Start
Customizationskeyboard_arrow_right
MCP
Antigravity IDEv2.1.1keyboard_arrow_right
Overview
Getting Started
Featureskeyboard_arrow_right
Tab
Side Panel
Review Changes
Artifactskeyboard_arrow_right
Plan
Walkthrough
Screenshots
Browser Recordings
Browserkeyboard_arrow_right
Overview
Allowlist / Denylist
Separate Chrome Profile
Customizationskeyboard_arrow_right
MCP
Skills
Rules
Workflows
Plugins
Hooks
Settings
Migrationkeyboard_arrow_right
Firebase Studio Migration
Enterprise
Plans
FAQ
  • side_navigation
  • Antigravity CLI
  • >
  • Commands
  • >
  • Status Line (/statusline)

Status Line Command (/statusline)link

Toggle the TUI status line or configure a custom rendering command.

Overviewlink

The /statusline command allows you to quickly enable or disable the status line at the bottom of your TUI, or configure a custom shell command to render it dynamically, without manually editing your settings file.
For details on how to write custom status line scripts and the JSON state payload schema, see the conceptual Status Line Customization Guide.

Usagelink

Run the /statusline command with the following arguments to control its behavior:

Toggle Status Linelink

Type /statusline with no arguments to toggle the status line on and off:
text
/statusline

Enable or Disable Explicitlylink

You can explicitly enable or disable the status line:
  • Enable: /statusline on or /statusline enable
  • Disable: /statusline off or /statusline disable
bash
/statusline off

Configure a Custom Commandlink

To route the agent state JSON payload to a custom script and render its output in the status line, pass the command as an argument:
bash
/statusline ~/.gemini/antigravity-cli/statusline.sh
This immediately updates your settings and starts running the script to render the status line.

Revert to Defaultlink

To delete your custom command configuration and revert to the built-in default status line:
bash
/statusline delete
(Note: /statusline reset is also supported).

Show Helplink

To view the quick command reference:
bash
/statusline help

Next stepslink

  • Status Line Guide: Learn how to write custom scripts and handle the JSON payload.
  • Window Title Command: Configure dynamic terminal window titles.
  • CLI Reference: See all available slash commands.
Resume Command (/resume)
Window Title Command (/title)
On this Page
Status Line Command (/statusline)OverviewUsageNext steps