promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Antigravity CLI

agy --agent <name>

Selects a custom agent at startup.

agy --agent <name> (since 1.1.1) selects a custom agent instead of the default agent when starting the CLI. Custom agents can be listed beforehand with the agy agent / agy agents subcommand.

โœ… WHEN TO USE IT?

Start with a specialized custom agent instead of the default one

agy --agent code-reviewer

โ›” WHEN NOT TO?

You don't know the name of the custom agent you want

--agent expects an existing, exact agent name.

Better: Run agy agents to list them first, then set --agent <name>

SOURCES