promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Antigravity CLI

/exit

Ends the TUI session and restores the host shell. Alias: /quit.

/exit belongs to the Core category, alias /quit. It ends the running Antigravity CLI TUI session and hands control back to the original shell.

โœ… WHEN TO USE IT?

Cleanly end the session

/exit once the task is done

โ›” WHEN NOT TO?

You just want to clear the current context, keeping the session running

/exit ends the entire TUI session, not just the conversation context.

Better: /clear

SOURCES