Back
GoogleAntigravity
Project name flags, customizable picker keybindings, typo-tolerant @-completion, and audio attachments
AI summary
Written by AI from the official notes. Check them for exact details.New features include project name support, customizable keybindings, and improved file completion and audio attachment handling.
- Support for passing project names to
--project. - Customizable keybindings for conversation management actions.
- Typo-tolerant
@file path completion. - Improved handling of standard audio attachment formats.
- Enhanced keystroke responsiveness on Windows.
Why it matters: Users managing projects and conversations will benefit from improved functionality and usability.
Full release notes12 changes
Adds support for passing project names to --project, customizable keybindings for conversation management, typo-tolerant @ file completion, and standard audio attachments alongside reliability and terminal layout fixes.
- Added support for passing a project name to
--project, which previously accepted only a project ID and failed on anything else. - Added
item.renameanditem.deletekeybindings for the conversation picker's rename and delete actions, allowingF2andF4to be rebound inkeybindings.jsonon keyboards without function keys. - Improved
@file path completion with a typo-tolerant fallback, so a query with a transposed or mistyped character still finds the file without outranking exact matches. - Improved audio attachments by recognizing standard formats Gemini models accept, including
.wav,.mp3,.m4a,.aac,.flac, and.opus. - Improved keystroke responsiveness on Windows by discarding key-release events reported by the console, cutting rendering work per keystroke.
- Improved the artifact viewer footer by placing the outline shortcut next to scroll and page hints for clearer document navigation.
- Fixed print mode (
-p) exiting successfully with an empty response when the agent state stream dropped mid-run; it now surfaces the stream error and exits non-zero. - Fixed a valueless prompt flag swallowing the next flag as its prompt (such as
--print --sandbox "do the task"), turning both that and stray trailing arguments into explicit errors. - Fixed expanded
/btwcards pushing footer hints and prompt off-screen on long answers by clamping output to terminal height with scroll support. - Fixed
/resumeopening below the fold instead of the active workspace when running the CLI from a subdirectory. - Fixed text losing styling after file links where the link's styling reset also cleared surrounding prose formatting.
- Fixed stray characters appearing in the prompt every few seconds by restricting periodic input-mode re-arming to terminal multiplexers.