Command reference ยท Antigravity CLI
agy -c / --continue
Instantly resumes the last active conversation for the current workspace.
agy -c or --continue loads the most recently used conversation for the current working directory directly, without opening the /resume picker. The CLI keeps track of the last conversation ID per directory in a cache file. It can be combined with -p to continue an existing conversation non-interactively.
โ WHEN TO USE IT?
Quickly keep working on the same task in the same folder
Run agy -c right after restarting in the same project folder
Continue an existing conversation non-interactively
agy -c -p "what's still missing?"
โ WHEN NOT TO?
You want to choose from several saved conversations
-c always loads only the directory's most recently active conversation, with no picker.
Better: Use /resume inside a running agy session, or agy --conversation <id> for a specific ID
SOURCES
- Antigravity CLI Doku: /resume โ antigravity.google
- Antigravity CLI CHANGELOG (GitHub) โ raw.githubusercontent.com