promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Antigravity CLI

/title

Toggles terminal window title updates.

/title belongs to the Configurations category and controls whether the CLI automatically updates the terminal emulator's window title. Calling it without an argument toggles the state, on/off set it explicitly.

โœ… WHEN TO USE IT?

Turn off window title updates specifically

/title off

โ›” WHEN NOT TO?

You want to change the statusline content inside the TUI

/title only affects the terminal emulator's window title, not the statusline inside the TUI.

Better: /statusline

SOURCES