promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Antigravity CLI

/btw

Asks a side question in the background without interrupting the main conversation.

/btw belongs to the Utilities category. It fires off an extra question as a background task while the running main conversation continues undisturbed โ€” handy for short side questions that shouldn't eat into the main thread's current context.

โœ… WHEN TO USE IT?

Ask a quick side question without interrupting the main task

/btw what does this function in utils.py do?

โ›” WHEN NOT TO?

The question is actually part of the main task

/btw runs separately from the main thread in the background โ€” not suited for questions meant to shape how the main task continues.

Better: Ask the question directly in the main prompt

SOURCES