github google-antigravity/antigravity-cli 1.2.10

3 hours ago
  • Added medium verbosity mode to /config, between high and low, which groups related tool calls and thoughts into concise summaries (such as Explored N files) while keeping commands and responses visible; the Verbosity setting and each option now describe what they show
  • Improved Mermaid diagram and LaTeX rendering in the artifact viewer on Kitty-compatible terminals: artifacts are pre-rendered in the background so diagrams appear as soon as the viewer opens, images are uploaded once at a smaller size, and zooming with Ctrl+= / Ctrl+- no longer flickers between the old and new sizes
  • Improved the artifact viewer footer by combining the separate top and bottom hints into one g/G top/bottom entry, labeling m with the view it switches to (diagram, LaTeX, ASCII, or raw), and fixing hints that contain arrow symbols wrapping onto a new line too early
  • Improved terminal sandbox behavior so the agent asks to bypass the sandbox less often: it now knows sandboxed commands can read and write its own artifact and scratch directories, and it tries the sandbox first even after an earlier command needed a bypass
  • Changed the step title of commands that exit with a non-zero code from Errored to Failed
  • Changed how directory entries in skills.json, rules.json, agents.json, and plugins.json are scanned: an entry now loads only the items directly inside the directory, the same as a .agents/skills/ folder, instead of recursively loading everything beneath it; to load a nested item, name it in include_only, for example {"path": "shared_skills", "include_only": ["category/my-skill"]}
  • Fixed pressing Esc while the suggestions dropdown is open interrupting the agent's turn; it now closes the dropdown, and a second Esc interrupts
  • Fixed Mermaid diagrams and LaTeX leaving a blank gap inside tmux or GNU screen when the outer terminal supports Kitty graphics; the CLI now falls back to ASCII diagrams unless images actually reach the terminal, and CLI_GRAPHICS=kitty still forces image mode for setups with image passthrough configured
  • Fixed headless (-p / --prompt) runs that streamed part of a response and then ended on a model or agent error exiting with code 0; they now exit with code 3 and print the AGY_ERROR line, and JSON error output includes the partial response, while multi-turn stream-json sessions still warn and continue
  • Fixed machines set up with the old Remote Control installer script crash-looping after an upgrade; when the CLI is launched by that deprecated background service it now unregisters the service and points to remote-control start instead of restarting repeatedly
  • Fixed files that subagents write inside their own Git worktree being treated as artifacts, which demanded artifact metadata and left .metadata.json files in the worktree; subagent worktrees now live under a worktrees/ directory in the app data directory

Don't miss a new antigravity-cli release

NewReleases is sending notifications on new releases.