agy_continue
Resume an ongoing coding conversation to apply follow-up adjustments, fix tests, or iterate on tasks, with live streaming and token savings tracking.
Instructions
Continues an existing Antigravity conversation for follow-up adjustments, revisions, test fixing, or iterative tasks with real-time streaming and token savings tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| async | No | Run task asynchronously in background. RECOMMENDED in Claude Desktop for any real coding tasks (>45s) to avoid 60s MCP client timeouts. Check status with agy_check_task. | |
| effort | No | Reasoning effort. | high |
| instructions | Yes | Follow-up instructions, corrections, or next steps for the agent. | |
| workspace_dir | No | Target workspace directory path (MANDATORY in Claude Desktop to point to the project repo). Defaults to current working directory. | |
| conversation_id | Yes | The conversation ID returned from a prior agy_execute or agy_continue call. | |
| timeout_seconds | No | Max execution time in seconds. | |
| include_git_diff | No | Include git status and diff summary. |