promptgarten 🌱

Command reference

Antigravity CLI

Google’s terminal coding agent (binary β€œagy”) β€” the official successor to Gemini CLI, sharing the Antigravity 2.0 agent engine. Young product, docs still growing.

antigravity.google β†—

ALL COMMANDS Β· 57

agyStarts the Antigravity CLI TUI in the current working directory.agy -p / --printRuns a prompt non-interactively and exits afterward (print/headless mode).agy -c / --continueInstantly resumes the last active conversation for the current workspace.agy --conversation <id>Loads a specific conversation directly by its ID, without a picker.agy --model <name>Sets which model to use at startup.agy modelsLists the available models.agy --agent <name>Selects a custom agent at startup.agy agent / agy agentsLists the available custom agents.agy --project <name>Explicitly sets which project to use at startup.agy --new-project <name>Creates a new project at startup.agy --sandboxForces sandbox isolation for terminal commands, including in print mode.agy --mode <default|accept-edits|plan>Sets the agent execution mode at startup.agy --dangerously-skip-permissionsBypasses permission restrictions at startup (launch flag).agy plugin listShows installed plugins and their loaded components.agy plugin install <path>Installs a local or downloaded plugin directory.agy plugin enable <name>Reactivates a previously disabled plugin without reinstalling it.agy plugin disable <name>Suspends a plugin without uninstalling it.agy plugin uninstall <name>Fully removes a plugin directory including its registry entries.agy plugin import geminiAutomatically converts legacy Gemini CLI extensions into native Antigravity CLI plugins.install.sh --skip-aliasesDocumented alias flag the shell installer does not accept.install.sh --skip-pathDocumented PATH flag the shell installer does not accept.@<path>Opens an interactive overlay for picking a file path right in the prompt box.!<shell-command>Runs a terminal command directly from the prompt box.?Shows help and a list of all slash commands.esc escClears the prompt box, as long as no response is currently streaming..agents/skills/*.md β†’ /<skill-name>Local or global markdown skills automatically become their own /<skill-name> slash commands./add-dirAdds an extra directory to the active workspace./agentsOpens the agent manager panel to pick custom agents and monitor running subagents./artifactOpens the artifact review panel./btwAsks a side question in the background without interrupting the main conversation./clearClears the terminal and active conversation contexts. Alias: /new./configOpens the interactive settings editor. Alias: /settings./contextOpens the context usage visualization./copyCopies the last agent response to the clipboard./creditsShows remaining G1 credits and purchase links./diffOpens the interactive diff viewer with three modes (VCS/Turn/Commit)./exitEnds the TUI session and restores the host shell. Alias: /quit./fastCommand removed since version 1.1.0, replaced by Shift+Tab mode switching/feedbackOpens the feedback panel./forkClones the current conversation thread into a parallel session. Alias: /branch./helpOpens the help panel with commands and shortcuts./hooksBrowses the active pre-/post-hooks./keybindingsOpens the interactive keybinding editor./logoutDisconnects the profile and deletes the auth token from the keyring./mcpOpens the MCP server manager./modelPicks the reasoning model, persisting across sessions./openOpens a path in the system default editor./permissionsOpens the interactive tool permissions manager./planningCommand removed since 1.1.0 per changelog/modes page, replaced by /plan prefix/renameRenames the current session thread./resumeOpens the conversation picker to load earlier threads. Aliases: /switch, /conversation./rewindRolls the conversation history back to a previous checkpoint. Alias: /undo./skillsBrowses loaded local and global Agent Skills./statuslineNo panel β€” /statusline toggles the status bar directly or configures it/tasksOpens the task manager panel for monitoring background shell logs./titleToggles terminal window title updates./usageShows model quota usage. Alias: /quota.