ask-antigravity
Delegate coding tasks to a Gemini-powered agent that reads, writes, and executes commands in your repository to implement features, fix bugs, and run tests.
Instructions
Ask the Google Antigravity AGENT (Gemini 3.8 Flash / Pro) — a coding agent WITH file tools (Read/Write/Bash), like a second Claude Code / Codex.
By default it works in the current directory (process workspace), so it can read and run your repo like Codex. Supports parallel multi-agent swarm execution and one-click session resume.
Parameters:
prompt: The task/code instruction.
resume: If True, automatically continues the most recent conversation session (--continue) without needing an ID.
prompt_file: Absolute path to a file containing the prompt (wins over prompt).
model: Model ID (default: gemini-3.8-flash-high, or gemini-3.1-pro-high, etc.).
system: Optional system instructions.
system_file: Absolute path to a file containing system instructions.
workspace: Directory granted to the agent via --add-dir (read+write). Default: current directory. Pass 'none' for isolated temp dir.
conversation_id: Resume/continue an existing session by conversation ID.
effort: Reasoning effort (low, medium, high).
cleanup: If true, delete prompt_file / system_file after execution.
save_artifact: If true, always saves response to an artifact file in .antigravity/artifacts/.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| effort | No | ||
| prompt | No | ||
| resume | No | ||
| system | No | ||
| cleanup | No | ||
| workspace | No | ||
| prompt_file | No | ||
| system_file | No | ||
| save_artifact | No | ||
| conversation_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |