Back
AI summary
Written by AI from the official notes. Check them for exact details.New project launch flags and terminal hyperlink support were added, along with improved diff navigation and permission management.
- Added
--projectand--new-projectlaunch flags for project management. - Introduced dynamic OSC8 terminal hyperlinks for clickable links.
- Added reverse diff cycling with
shift+nfor easier navigation. - Improved permission config merging with project-specific settings priority.
- Added confirmation prompt for unsaved changes in comment mode.
Why it matters: Users managing projects and reviewing code diffs will benefit from these enhancements.
Full release notes9 changes
Added --project launch flags, dynamic OSC8 terminal hyperlinks, reverse diff cycling, and permission priorities.
- Added support for
--projectand--new-projectlaunch flags to allow users to explicitly set or create projects, and updated the project resolution logic to default regardless of the active workspace. - Added a confirmation prompt when pressing
Escin comment mode with unsaved modifications to prevent users from accidentally discarding their work in review views. - Added dynamic OSC8 terminal hyperlink support to render clickable links in supporting terminals, with automatic fallback stripping for backward compatibility.
- Introduced reverse diff cycling navigation mapped to
shift+nin unified diff review mode to allow users to easily cycle backwards through diff blocks. - Improved permission config merging priorities by ensuring project-specific configurations (located in
~/.gemini/config/projects/) take precedence over global settings in~/.gemini/antigravity-cli/settings.json. - Fixed a regression where
ctrl+oscrollback clearing failed by restoring the use of cached fields rather than shared pointer comparisons for trajectory toggle detection. - Fixed a rendering bug where Makefile syntax (like
$(call...)) inside code blocks was mistakenly parsed and mangled by LaTeX math expansion, by introducing a state machine that restricts expansion to prose segments. - Fixed an enterprise network connectivity issue by restoring AES-NI compile-time optimizations, which prevents Deep Packet Inspection (DPI) firewalls from incorrectly flagging and resetting TLS connections.
- Fixed incorrect key strings by removing the unsupported backtab default binding and correcting invalid
pgdnreferences topgdownto align with Bubble Tea v2 canonical names.