Continue Antigravity conversation
antigravity_continueResume a specific Antigravity conversation by sending a follow-up prompt. Continues the exact conversation associated with a given workspace directory.
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Optional model label for this turn (agy's --model). 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 label 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 |