start_edit
Delegates bounded code implementation tasks to an isolated Git worktree, running asynchronously without altering your active checkout.
Instructions
Start an asynchronous Antigravity implementation worker in an isolated Git worktree. It cannot directly alter the active checkout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | Yes | Absolute path to the project or directory to inspect. | |
| task | Yes | A bounded, self-contained assignment for the worker. | |
| model | No | Antigravity model id. Defaults to gemini-3.1-pro-high. | |
| effort | No | Reasoning effort. Defaults to high. | |
| context | No | Relevant constraints or known context. | |
| max_retries | No | Automatic retries after a failed worker process. Defaults to 1. | |
| model_policy | No | Routing policy. Quality uses Pro High, balanced uses Flash Medium, and fast uses Flash Low unless configured otherwise. | |
| timeout_minutes | No | ||
| acceptance_criteria | Yes | Specific conditions that define a good result. |