Agent Approve for Antigravity CLI

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

Google Antigravity logo
CLIHook integration

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.

Install Antigravity CLI

Quick start

1

Download Agent Approve from the App Store and complete onboarding.

2

Run npx agentapprove on your development machine and select Antigravity CLI.

3

The installer writes the Agent Approve plugin under ~/.gemini/antigravity-cli/plugins/agentapprove/.

4

Start Antigravity CLI — approval requests and activity events arrive on your phone.

Install command

npx agentapprove

Agent 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.json and hooks.json.
  • Observe mode runs PreToolUse as non-blocking telemetry and omits Stop; approval mode makes PreToolUse and Stop blocking.

Capabilities

Approval requests
Follow-up commands
Voice input
Activity monitoring
Push notifications
MCP tool tracking

Good to know

1

CLI plugin layout – Antigravity CLI uses ~/.gemini/antigravity-cli/plugins/agentapprove/, separate from the app/IDE plugin path.

2

Native hook coverage – PreToolUse, PostToolUse, PreInvocation, PostInvocation, and Stop route through one dispatcher.

3

Subagent visibilityinvoke_subagent, define_subagent, and manage_subagents map to lifecycle and management events.

4

Follow-up commands – The Stop hook can return your phone reply as a continuation response.

5

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.