Continue Antigravity conversation
antigravity_continueResume the exact Antigravity conversation for a workspace with a follow-up prompt, preserving the original thread even after other agy sessions run elsewhere.
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 |
|---|---|---|---|
| plan | No | If true, run this turn in agy's PLAN mode (1.1.12+) — it investigates and writes an implementation plan instead of editing files or running commands, while reads still work. Per-invocation like `model`, so a follow-up can plan even if the original ask was unrestricted. See antigravity_ask's `plan` for what it does and does not guarantee. Default false. | |
| 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. | |
| schema | No | Optional JSON Schema for this turn — returns the validated object as JSON text instead of prose. Per-invocation like `model` and `plan`. See antigravity_ask's `schema`. Needs agy 1.1.8+. | |
| 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 |