Skip to content

agy

Usage
agy [ARGS...]

Wrapper for the agy Antigravity AI CLI that ensures the AGENTS/ sub-repository is initialized and any agent-made changes are committed before launch. Delegates all scaffold and commit logic to agents-init --quiet (full setup), which ensures AGENTS/ is scaffolded and CLAUDE.md is symlinked to AGENTS/AGENTS.md in the current project.

Also syncs the host-scoped agent memory vault (agents-vault). agy has no session-end hook, so its memory is captured on the next launch rather than at session end.

Arguments are forwarded verbatim to the real agy binary, except for -r/--resume which are translated to -c/--continue.

Opinionated component (C1): when disabled via __fish_config_op_aliases (or the __fish_config_opinionated master), the command is passed through to the real agy binary unchanged.

Arguments:
ARGS Arguments forwarded to the underlying agy binary (-r translates to -c)
Exit Status:
Exit status of the underlying agy binary
Examples
agy
agy --resume
agy -i "initial prompt"
agy models

Dependencies: agents-init, agents-vault