Template v1.0 2026-09-13 — As of Antigravity CLI v1.2.2
Content / Antigravity CLI Releases
September 2026 v1.2.2 – v1.2.65 releases
Antigravity CLI v1.2.6 2026-09-18
ADD/remote-control [on/off] (card-slash-tools) — session-scoped Remote Control for following and controlling the terminal session from another device; confirmed on cli/reference
ADD--remote-control (card-cli) — startup flag that opens the same connection; marked unverified until a newer agy --help confirms it
ADDAlt+F / Alt+B and Ctrl+W / Alt+Backspace / Alt+D (card-keys) — word-wise movement and deletion, which the release notes changed to stop at punctuation; unverified because the reference keybinding table omits them
CHG--print-timeout <dur> (card-cli) — headless runs no longer default to a 5-minute limit; the summary drops the stale default and a note records it
CHG-p (card-cli) — noted the structured AGY_ERROR: {...} stderr line and exit code 3 on agent or model API failures
CHG/model (card-slash-core) — noted that a model switch submitted mid-turn waits for the queued prompt instead of changing the running turn
CHGGEMINI_API_KEY (card-env) — noted that headless sessions authenticated this way keep daemon background commands running after the turn
FIX/rewind (card-slash-core) — the note claimed rewind never touched files; the release notes describe workspace snapshot reverts, so it now says rewind restores the matching snapshot and records the 1.2.6 lookup fix
Antigravity CLI v1.2.5 2026-09-17
CHG/tasks (card-slash-tools) — noted that an explicitly named background task keeps its name in notifications and the task list
Antigravity CLI v1.2.4 2026-09-16
CHG/skills (card-slash-tools) — noted the /skills reload subcommand for live skill and slash-command rediscovery
CHG/model (card-slash-core) — noted the inline argument autocomplete and the fuzzy search bar inside the picker
FIXhooks.json (card-hooks) — noted the fix for configurations silently dropped under customization token-budget truncation
Antigravity CLI v1.2.3 2026-09-15
CHG/copy (card-slash-tools) — noted the /copy btw subcommand that copies the active side-question response, plus argument ghost hints
FIX/hooks (card-slash-tools) — noted that the listing includes hooks bundled inside enabled plugins
Antigravity CLI v1.2.2 2026-09-13
ADDcard-keys — keybindings for global controls, prompt focus, navigation and tool confirmations, from cli/reference
ADDcard-slash-core — session lifecycle and configuration/account slash commands, from cli/reference
ADDcard-slash-tools — tools & tasks, reasoning/collaboration and utility slash commands, from cli/reference
ADDcard-cli — agy flags and subcommands, verified against the installed 1.2.2 binary's --help
ADDcard-settings — the 16 real settings.json keys, grouped by appearance, safety and account
ADDcard-env — GEMINI_API_KEY and GOOGLE_GEMINI_BASE_URL, from the install/auth docs
ADDcard-skills — the GEMINI.md/.agents/rules tiers and Agent Skills discovery, from the rules and skills docs
ADDcard-hooks — hooks.json lifecycle events, plugin manifests and MCP server config
DELRemoved 12 phantom slash commands absent from the vendor reference
/init, /compact, /plan, /status, /history, /mode, /effort, /reset, /goal, /learn, /browser, /schedule, /grill-me — a review of the prior draft found these did not exist on cli/reference.
FIXRewrote card-settings to the real camelCase keys
The prior draft invented snake_case keys like auto_update and sandbox.enabled; the vendor schema is camelCase (toolPermission, allowNonWorkspaceAccess, …).
FIXCorrected card-hooks lifecycle event names
Replaced invented pre_tool_execution/session_start-style names with the real PreToolUse, PostToolUse, PreInvocation, PostInvocation, Stop.
FIXCorrected four keybinding rows
Ctrl+C terminates the session, Tab confirms the highlighted slash-command autofill, ↑/↓ scroll highlighted selections, and Ctrl+R opens the Artifact Review Panel.
FIXCorrected the /clear and /rewind//undo descriptions
/clear resets conversation context, not just the terminal display; /undo is an alias of /rewind and rolls back conversation history only — it takes no git snapshot of file changes.
FIXReduced card-env to the two vendor-confirmed variables
Removed invented ANTIGRAVITY_*, ANTHROPIC_API_KEY, OPENAI_API_KEY, NO_COLOR and proxy variables that no official doc mentions.
FIXRenamed card-slash-core/card-slash-tools headings to match the shared "Slash Commands (Core/Tools)" title used by every other placemat
Template / Structure
ADDInitial release of the Antigravity CLI Placemat following the canonical 8-card architecture
ADDCosmic violet and cyan theme with dark/light mode and A4 landscape print stylesheet
CHGSync pipeline reads the vendor changelog's hidden CLI panel and no longer needs a local binary
The daily routine polled for a markdown heading that the HTML changelog never had, then cross-checked with agy --version, which a cloud sandbox cannot run — so 1.2.3 through 1.2.5 were missed. sources.json and PIPELINE.md now target data-list-panel="cli" and an HTTP-only cross-check.
FIXRegenerated versions/v1.0.html from the corrected page
The original snapshot was built during rebuild and never published; this is the only self-contained archive of v1.0.
FIXReplaced absolute agent-placemats URLs with relative paths on the agentmats origin, and defined .scope-note/.since-drawer-tools generically in shared/placemat.css