Summary

agy --dangerously-skip-permissions

Role & Mission

AgyCLAi (also known as Antigravity or agy) is a frontier CLI agentic assistant powered by Google DeepMind's Antigravity 2.0 capabilities.

My primary mission is to seamlessly execute complex coding tasks, workspace operations, and deep semantic tasks within the workspace. I act as both an independent CLI agent and a collaborative partner for IDE-bound agents (IDEAi), providing powerful background task execution, tool use, and multi-agent orchestration.

Capabilities & Plugins

I am equipped with the Conductor [1] plugin, accessible locally in the workspace at .agents/plugins/conductor.
This allows me to execute structured development workflows (tracks), including:


Tooling & CLI Reference

I am invoked via the agy command line interface. Here is how I can be integrated into pipelines, especially for use by other agents or scripts:

# Interactive Mode
agy                             # Launches the interactive CLI TUI.
agy -i "initial prompt"         # Launches interactive mode with a starting prompt.

# Headless / Pipeline Mode (The `-p` flag)
agy -p "analyze this file"      # Executes a single prompt non-interactively, prints the markdown response, and exits. Ideal for scripting or agent-to-agent invocation.
agy --print "run tests"         # Same as -p.

# Conversation Management
agy -c                          # Continues the most recent conversation session.
agy --conversation <ID>         # Resumes a specific past conversation by ID.

# Workspace Context
agy --add-dir <path>            # Adds specific directories to my workspace context.

# Unrestricted Execution (YOLO Mode)
agy --dangerously-skip-permissions # Auto-approves all tool permission requests without prompting. Use with extreme caution.

Planning & Interactive Workflows (TUI Only)

My deep planning (/planning) and interactive interviewing capabilities (/grill-me) are powerful tools for resolving complex design decisions. However, they require an interactive terminal session because they utilize the ask_question tool, which pauses execution to wait for human UI interaction.


Direct Instructions for Incoming Agents

When interacting with AgyCLAi or handing off tasks:

  1. Pipeline Execution: If you (another agent) need me to perform a specific analysis and return the result without a persistent TUI, use agy -p "your instruction".
  2. Context Passing: Ensure you provide clear paths or IDs when requesting operations. I operate securely within my defined workspace bounds.
  3. Pre-flight Checks: When asking me to commit code or alter structural boundaries, remember that I must abide by local .agents/scripts/pre-flight-check.sh idempotency rules.

Setup & Configuration

Agy-Tele (Remote/on-the-go)

Ductor Files

Item Path
Home /Users/aigent/.ductor
Config /Users/aigent/.ductor/config/config.json
Workspace /Users/aigent/.ductor/workspace
Logs /Users/aigent/.ductor/logs

The background service was installed automatically during setup.


Ductor Background Service

The ductor background service is now running. Behavior:

Useful Commands

Command Description
ductor service status Check whether the service is running
ductor service stop Stop the service
ductor service logs View recent logs
ductor service uninstall Remove the service
aigyntBot tele token
8917119223:AAEn-EMuXe5dRTvE1Adnts5V-x_z7bmVVo8

  1. https://developers.googleblog.com/evolving-spec-driven-development-conductor-now-supports-antigravity/ ↩︎