Command reference ยท Antigravity CLI
esc esc
Clears the prompt box, as long as no response is currently streaming.
Pressing esc twice clears the current input in the prompt box, as long as no response stream is currently active.
โ WHEN TO USE IT?
Quickly discard a wrong or no-longer-needed input
Press esc esc to clear what you've typed so far
โ WHEN NOT TO?
You want to cancel a running agent response stream
esc esc only clears the prompt box; ctrl+c is documented for interrupting an active stream.
Better: Use ctrl+c to interrupt an active agent run
SOURCES
- Antigravity CLI Doku: Using the CLI โ antigravity.google
- Antigravity CLI CHANGELOG (GitHub) โ raw.githubusercontent.com