agy_continue
Resume an existing Antigravity conversation using a session ID, continuing where the previous interaction left off.
Instructions
Continue an existing agy session. Identical to agy except SESSION_ID is required and the underlying adapter resumes the Antigravity conversation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cd | No | . | |
| mode | No | ask | |
| debug | No | ||
| model | No | ||
| PROMPT | Yes | ||
| backend | No | auto | |
| dry_run | No | ||
| sandbox | No | ||
| timeout | No | ||
| worktree | No | ||
| extra_env | No | ||
| SESSION_ID | Yes | ||
| allow_write | No | ||
| output_protocol | No | claude | |
| return_all_messages | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| error | No | ||
| job_id | No | ||
| status | No | unknown | |
| adapter | No | ||
| success | Yes | ||
| log_path | No | ||
| warnings | No | ||
| artifacts | No | ||
| SESSION_ID | No | ||
| created_at | No | ||
| updated_at | No | ||
| all_messages | No | ||
| agent_messages | No | ||
| command_preview | No |