Command reference ยท Antigravity CLI
/artifact
Opens the artifact review panel.
/artifact belongs to the Tools & Tasks category and opens the Artifact Review Panel โ the central place where the Antigravity CLI presents the agent's deliverables to you for review. According to the docs, an artifact is a structured result the agent produces to accomplish its task and to communicate progress and reasoning to you: implementation plans as Markdown, code diffs, architecture diagrams, and media files.
As soon as the agent creates or modifies files, the status line shows "/artifact to review". The panel separates code files that require approval from a collapsible media drawer for images and videos. Use โ/โ to navigate between entries, y to approve a file, n to reject it, Shift+A approves all at once. In the detail view, use c to attach line-by-line comments before the change is written.
Alternatively, you can open the panel at any time via the ctrl+r shortcut, even while an agent question is still pending.
โ WHEN TO USE IT?
Review agent-generated files before they're written
Open /artifact (or ctrl+r) and use y/n to approve or reject individual agent-generated files before they get written to disk.
Review an implementation plan or diagram
After a larger task, call /artifact to read the agent-generated Markdown plan or an architecture diagram in detail and comment on it with c.
โ WHEN NOT TO?
Reviewing a plain code diff instead of artifacts
/artifact shows artifacts (plans, diagrams, media files, code files pending approval), not a continuous line diff across turns and commits.
Better: /diff โ Interactive Diff Viewer for changes, turns, and commits
SOURCES
- Antigravity CLI docs: command reference โ antigravity.google
MORE COMMANDS ยท Antigravity CLI