Agent Approve for Antigravity CLI
Mobile approvals, activity monitoring, subagent tracking, and follow-up input for Antigravity CLI

Agent Approve gives Antigravity CLI the same mobile approval and observability workflow as the desktop Antigravity app. Tool approvals block synchronously, model and tool telemetry is batched, and Stop can request follow-up input from your iPhone or Apple Watch.
The CLI integration uses a separate plugin directory so teams can install Antigravity app/IDE and Antigravity CLI side-by-side while sharing the same logo, policy model, and activity history.
Quick start
Download Agent Approve from the App Store and complete onboarding.
Run npx agentapprove on your development machine and select Antigravity CLI.
The installer writes the Agent Approve plugin under ~/.gemini/antigravity-cli/plugins/agentapprove/.
Start Antigravity CLI — approval requests and activity events arrive on your phone.
Install command
npx agentapproveAgent Approve config: ~/.agentapprove/
Antigravity CLI hook config: ~/.gemini/antigravity-cli/plugins/agentapprove/hooks.json
Recommended configuration
- •Antigravity CLI hooks are installed through a namespaced plugin containing
plugin.jsonandhooks.json. - •Observe mode runs PreToolUse as non-blocking telemetry and omits Stop; approval mode makes PreToolUse and Stop blocking.
Capabilities
Good to know
CLI plugin layout – Antigravity CLI uses ~/.gemini/antigravity-cli/plugins/agentapprove/, separate from the app/IDE plugin path.
Native hook coverage – PreToolUse, PostToolUse, PreInvocation, PostInvocation, and Stop route through one dispatcher.
Subagent visibility – invoke_subagent, define_subagent, and manage_subagents map to lifecycle and management events.
Follow-up commands – The Stop hook can return your phone reply as a continuation response.
Encrypted telemetry – Non-blocking events use the existing batched event queue and end-to-end encrypted payload path.
Use cases
Run Antigravity CLI away from your desk and still approve sensitive tool calls from your iPhone or Apple Watch.
Track subagent lifecycle, messages, questions, plans, model calls, and tool completions from terminal sessions.
Use the same deny rules across Antigravity CLI, Antigravity, Cursor, Claude Code, and Codex.
Dictate a follow-up from your phone when the CLI stops.
Questions about Antigravity CLI
A few common questions about how Agent Approve fits alongside Antigravity CLI.