Continue Antigravity conversation
antigravity_continueResume a prior Antigravity conversation for a workspace by using its recorded conversation ID, allowing follow-ups that stay on the same thread even if other conversations were started in between.
Instructions
Continue the Antigravity conversation rooted at this workspace.
Resumes the exact conversation id recorded for workspace (via agy's
--conversation flag), not agy's global "most recent", so it stays correct
even if agy was used elsewhere in between. On agy 1.1.8+ that id is the one
agy itself reported for this bridge's last run in the workspace, so a
follow-up resumes THIS thread even if you have since started a separate
conversation in the same folder from Antigravity's own interface.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Optional model slug for this turn (agy's --model), e.g. "claude-sonnet-4-6". agy's model is per-invocation, not baked into the conversation, so a follow-up can run on a different model than the original ask — omit to use agy's settings.json default. Validated against `agy models`; an unknown slug is rejected (agy would silently ignore it). | |
| watch | No | If true, open a live "watch" view in your browser that streams agy's steps as it works (same return value, best-effort). Default false. | |
| prompt | Yes | Follow-up message. | |
| timeout_s | No | Max seconds to wait for agy to complete. Default 180. | |
| workspace | No | Working directory used by the prior conversation. Defaults to cwd. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |