agy
Synopsis
Section titled “Synopsis”agy [ARGS...]Description
Section titled “Description”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 use different syntax in agy than claude: bare -r/--resume (no session id following) translate to -c/--continue (resume most-recent session); -r/--resume given a session id (via =id or a following bare word) translate to --conversation(=id) (open that specific session).
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
Section titled “Arguments”ARGS |
Arguments forwarded to the underlying agy binary (-r/--resume translate to -c/--continue or --conversation, see DESCRIPTION) |
Exit Status
Section titled “Exit Status”Exit status of the underlying agy binary
Example
Section titled “Example”agyagy --resumeagy --resume=5fffb251-2cd6-4cfe-8dac-b5e913a86db6agy -i "initial prompt"agy modelsDependencies: agents-init, agents-vault
Used by: superpowers