Back
GoogleAntigravity
Background service registration with remote-control, expanded half-page scrolling, and content safety…
AI summary
Written by AI from the official notes. Check them for exact details.New features include a remote-control service manager and improved half-page scrolling, along with various bug fixes.
- Introduced remote-control subcommands for persistent background daemon registration.
- Enhanced half-page scrolling support with new keybindings.
- Resolved content filter handling issues for model responses.
- Fixed temporary file clutter in scratch directories.
- Addressed older conversation loading errors upon resumption.
Why it matters: Users relying on Gemini and Antigravity for productivity should care for improved functionality and bug resolutions.
Full release notes10 changes
Introduces remote-control service manager subcommands to run the CLI as a persistent background daemon, broadens half-page scrolling support and keybindings, and resolves issues with content filter handling, scratch directory watchers, plugin MCP initialization, schema validation, and conversation resumption.
- Added
remote-control start,remote-control status, andremote-control stopsubcommands to register the CLI with your operating system's service manager as a background daemon that persists across logouts and reboots, including--namefor custom instance labels and--sessionto scope to the active login session. - Improved half-page scrolling across all views (altscreen mode, diff viewer, and detail panels where
Ctrl+Dno longer triggers exit prompts) and addedShift+UpandShift+Downdefault keybindings (navigation.half_page_upandnavigation.half_page_down). - Fixed prompts or model responses blocked by content safety filters failing with generic errors or empty turns by surfacing explicit content-filter stop reasons.
- Fixed temporary files in
scratch/directories triggering recursive filesystem watchers and cluttering artifact reviews and checkpoints. - Fixed MCP servers bundled inside global plugins failing to initialize at CLI startup or failing to update running states when plugins are toggled.
- Fixed schema validation errors for third-party MCP server tools whose input schemas omit
additionalProperties. - Fixed redundant filesystem customization discovery walks running on every message when no slash commands were invoked.
- Fixed spurious
ERROR: logging before google.Initlog lines appearing incli.logand background daemon outputs. - Fixed macOS background service lifecycle issues, legacy script cleanup, and paid Google Cloud project license availability for Remote Control.
- Fixed older conversations failing to load with
unknown step typeerrors upon resumption.