promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Antigravity CLI

/rewind

Rolls the conversation history back to a previous checkpoint. Alias: /undo.

/rewind belongs to the Conversations category, alias /undo. It resets the conversation history to an earlier state within the same thread, instead of creating a new thread.

โœ… WHEN TO USE IT?

Undo a failed intermediate step

/rewind to return to the state before a faulty change

โ›” WHEN NOT TO?

You want to try an alternative approach alongside the existing history

/rewind overwrites the history from the chosen point onward, instead of keeping it alongside a new path.

Better: /fork

SOURCES