promptgarten ๐ŸŒฑ
๐ŸŒ ES

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