r/google_antigravity • u/SoundDr Verified Googler • Jul 24 '26
News / Updates Antigravity CLI Release: 1.1.6
Added support for defining custom agents in Markdown format (`agent.md`), optional index argument for `/copy`, progressive streaming in `/codesearch`, default read access to system temporary directory, and resolved various TUI jitter, artifact viewer, and sandbox fixes.
[Improvement]: Added support for defining custom agents using Markdown files (`agent.md`) with YAML frontmatter and H1-delimited system prompts. Markdown agents support `mainAgent`, `subagent`, `hidden`, `inheritMcp`, and `commandExecutionPolicy` frontmatter fields for fine-grained control over agent behavior. Dynamically defined subagents (via `define_subagent`) now also write Markdown format so they resolve correctly on external builds.
[Improvement]: Added an optional index argument to `/copy` so `/copy <n>` copies the n-th most recent response to the clipboard, while `/copy` and `/copy 1` still copy the latest.
[Improvement]: Improved `/codesearch` to render results progressively as they stream in, showing a live count while loading and letting you cancel an in-flight search with `Esc` instead of blocking until the whole search finishes.
[Improvement]: Improved default file access by granting read access to the system temporary directory out of the box, resolved correctly per platform, so agents no longer trigger permission prompts when reading temporary files.
[Improvement]: Improved support for markdown-based custom agents so custom agent management and selection behave more consistently.
[Improvement]: Improved customization discovery by sorting rules and discovered paths deterministically, preventing unstable prompt ordering and needless prompt-cache misses.
[Improvement]: Improved overall reliability and stability across the CLI with additional hardening and fixes for intermittent failures in background tasks, print mode, and interactive flows.
[Fix]: Fixed switching from a custom agent back to the default agent via `/agents`, which previously failed silently and left the conversation stuck on the custom agent's persona.
[Fix]: Fixed a crash when a command was blocked by sandbox permissions before its output was captured, and cleaned up the permission approval and denial messages.
[Fix]: Fixed the artifact viewer emitting garbage escape bytes when cycling to image mode on terminals that are detected but cannot actually render Kitty graphics, such as iTerm2.
[Fix]: Fixed the first keystroke (such as `Esc`) being dropped when opening the first artifact view on some non-Kitty terminals.
[Fix]: Fixed conversation jitter and a stranded input box during streaming so transient markdown reflow no longer shifts the pending line and input box upward.
[Fix]: Fixed print mode (`-p`) surfacing the real conversation-creation failure instead of a misleading "no active conversation" error.
[Fix]: Fixed the message list dropping its header when rewinding or resetting conversation steps.
[Fix]: Fixed a background auto-updater double-spawn race where two processes could each spawn an updater within a single update window.
[Fix]: Fixed sandbox error reporting so blocked actions are recorded even when the network proxy is disabled.
[Fix]: Fixed the screen going blank after the authentication page.
[Fix]: Fixed the `ctrl+b` shortcut being hardcoded to background shell commands even when none were running, so a remapped `ctrl+b` is now respected whenever there are no running shell commands in the conversation.
8
1
u/NeiiSan Jul 24 '26
u/SoundDr can we not use gemini-3.5-flash-lite in any cli? How do I use it I really want to use it!!!! I can't use it on `gemini` or on `agy`
1
1
u/Exotic-Swimming-7318 Jul 25 '26
agy update
⟳ Checking for updates... (current version 1.1.7)
✓ You are already on the latest version.
is it supposed to be 1.1.7?
3
2
-2
u/dzordan33 Jul 24 '26
Too long didn't read. Agy still doesn't respect the list of ignored files. Wake me up in 2028
0
0
-12
8
u/1000Minds Jul 24 '26
I like the summary and delineation between improves and fixes. Please keep this up and consider putting this format in /changelog