Antigravity CLI v1.0.11
Antigravity CLI v1.0.11 was released on .
Summary
- Added ctrl+c as an exit and interrupt key: the first press cancels active agent operations (like streaming responses), and a double-press triggers the exit flow. Also added a dynamic exit hint in...
Release Notes
- Added ctrl+c as an exit and interrupt key: the first press cancels active agent operations (like streaming responses), and a double-press triggers the exit flow. Also added a dynamic exit hint in the status line. - Fixed ctrl+d behavior to act as a forward-delete when the input prompt contains text, only triggering the exit flow when the prompt is empty. - Improved /resume loading performance by implementing a persistent metadata cache and parallel loader, eliminating severe latency with large conversation histories and preventing background loading log spam. - Added support for authenticating via Application Default Credentials (ADC) by setting the USEADC environment variable, enabling seamless authentication in environments with pre-configured Google Cloud credentials. e.g. USEADC=1 agy. - Added an expanded AltScreen view for tool confirmations (accessible via ctrl+g), allowing users to view and edit the full command and associated permissions in a dedicated full-screen view, replacing the inline edit (e) key. - Added the AGYCLICMDOUTPUTPERCENTAGE environment variable, allowing users to customize the maximum height of command outputs in the TUI as a percentage of the terminal height. - Added strict key name validation to the keybindings system to reject invalid key names (like typos) and suggest canonical alternatives, preventing "dead keys" from being registered. - Added a validation warning when ctrl+c is mapped to a non-default action, clarifying that the system always intercepts ctrl+c to interrupt active operations or exit, and providing instructions on how to resolve the warning. - Improved command output rendering by making the output height dynamic, improving the readability of commands like /keybindings. - Improved text rendering with ANSI-aware word wrapping at word boundaries and prevented URLs containing hyphens from being incorrectly split across lines. - Improved the /resume experience: added support for pasting clipboard text into the search filte
Other Recent Antigravity CLI Releases
- v1.0.9 (June 17, 2026)
- v1.0.8 (June 12, 2026)
- v1.0.7 (June 9, 2026)
- v1.0.6 (June 6, 2026)
- v1.0.5 (June 3, 2026)
All Antigravity CLI releases · All AI coding tool releases on Havoptic