promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Antigravity CLI

agy --conversation <id>

Loads a specific conversation directly by its ID, without a picker.

agy --conversation <id> loads a specific saved conversation by its unique ID, skipping the interactive /resume picker. It can be combined with -p to continue that conversation non-interactively; since 1.0.9 this combined mode prints only the newly generated response instead of the entire historical transcript.

โœ… WHEN TO USE IT?

Jump back to a known conversation ID directly

agy --conversation 7f3a2b1c

Continue a specific conversation non-interactively

agy --conversation 7f3a2b1c -p "summarize"

โ›” WHEN NOT TO?

You don't know the exact conversation ID

--conversation needs an exact ID; the flag has no fuzzy search.

Better: Use /resume inside a running agy session to browse and pick a conversation

SOURCES