promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Antigravity CLI

/resume

Opens the conversation picker to load earlier threads. Aliases: /switch, /conversation.

/resume belongs to the Conversations category, aliases /switch and /conversation. In the picker, F2 renames the selected thread, Ctrl+Delete deletes it, and Tab switches between the CLI tab and the Antigravity 2.0 tab to import running desktop conversations from the GUI. Complements the -c/--continue and --conversation <id> startup flags.

โœ… WHEN TO USE IT?

Return to an earlier thread

Open /resume and pick an earlier thread from the list

Import a conversation started in Antigravity 2.0 (desktop GUI) into the CLI

Open /resume and switch to the Antigravity tab with Tab

โ›” WHEN NOT TO?

You just want to continue the last conversation directly at startup, without a picker

/resume opens an interactive panel; for a direct restart without picking, the startup flag is enough.

Better: agy -c / --continue at startup

SOURCES