Download Latest Version agy_cli_windows_arm64.zip (43.3 MB)
Email in envelope

Get an email when there's a new version of Antigravity CLI

Home / 1.1.3
Name Modified Size InfoDownloads / Week
Parent folder
agy_cli_windows_x64.zip 2026-07-16 47.3 MB
agy_cli_windows_arm64.zip 2026-07-16 43.2 MB
agy_cli_mac_x64.tar.gz 2026-07-16 49.8 MB
agy_cli_mac_arm64.tar.gz 2026-07-16 46.5 MB
agy_cli_linux_x64.tar.gz 2026-07-16 51.8 MB
agy_cli_linux_arm64.tar.gz 2026-07-16 48.4 MB
1.1.3 source code.tar.gz 2026-07-13 25.6 MB
1.1.3 source code.zip 2026-07-13 25.6 MB
README.md 2026-07-13 2.8 kB
Totals: 9 Items   338.2 MB 3
  • Added a /codesearch command (aliases /cs and /search) to interactively search code across your workspace, interpreting queries as regex by default with -F/--literal for exact matching and f:/file: globs to include or exclude paths.
  • Added copy-on-select in no-flickering mode so dragging highlights text and releasing the mouse copies the ANSI-stripped selection to the clipboard, and hides the virtual scrollbar so it no longer interferes with copying multi-line output.
  • Added an indicator at each context-compaction boundary so you can see where earlier compaction happened.
  • Improved interactive startup latency by loading skills asynchronously so the CLI no longer blocks on a synchronous, filesystem-heavy skill-discovery pass during bring-up.
  • Improved eligibility error handling by showing errors with a verification URL inline in the input loop instead of stacking them above the screen.
  • Improved customization loading latency for skills, rules, agents, and hooks by consolidating directory walks and caching filesystem lookups to cut redundant I/O during discovery.
  • Removed the padding spaces around inline code for tighter rendering.
  • Fixed code-block corruption where $...$ math expansion desynced from the Markdown parser and mangled fenced shell snippets such as git fetch "$GIT_REMOTE" by detecting fenced code blocks line-by-line.
  • Fixed headless (-p) runs hanging or silently auto-approving tools that require a permission confirmation, so the CLI now soft-denies such tools and prints a stderr notice naming the allow-rule needed to permit them.
  • Fixed outside-of-workspace file writes being incorrectly auto-approved in always-proceed mode.
  • Fixed high CPU and unbounded render cost on large conversations in no-flickering mode by making index rebuilds idempotent so the conversation index converges instead of growing on every rebuild.
  • Fixed lingering artifact comments after dismissing the artifact detail view and corrected no-flickering-mode row math so the status line renders correctly within the viewport.
  • Fixed repeated sign-in prompts on Linux caused by the OS keyring: the CLI now bypasses the keyring when no D-Bus session bus is present (headless hosts and containers), skips it for an hour after a timeout, and uses longer keyring timeouts so a slow-but-successful credential read is no longer cut short and forced into a fresh login.
  • Fixed MCP servers hanging the agent indefinitely when a server never responds by bounding connection, tool-listing, and per-tool-call attempts with timeouts.
  • Fixed conversations breaking after certain tool calls, which previously corrupted the conversation history and blocked all further responses.
  • Fixed customization rules being loaded twice when a rules directory is reachable through a symlink.
Source: README.md, updated 2026-07-13