v0.34.0-nightly.20260306.a8f507352
Gemini CLISummary
This release introduces significant new capabilities, including native gVisor sandboxing support and the ability to configure custom footers via the /footer command. Several bugs were addressed, such as fixing padding issues in the UI, ensuring correct tool exclusion in non-interactive mode, and improving theme contrast on macOS Terminal.app.
New Features
- Added custom footer configuration via the /footer command.
- Implemented Clearcut logging for startup statistics.
- Added area/documentation label to issue triage process.
- Added native gVisor (runsc) sandboxing support for enhanced security.
- Enabled fallback to 2.5 models when toolcalls are attempted without access to newer models.
- Added support for AI Gateway authentication via ACP.
Bug Fixes
- Fixed tool exclusion logic in non-interactive CLI mode to defer to the policy engine.
- Removed excessive double padding that was applied to rendered content in the UI.
- Truncated excessively long lines appearing in grep search output.
- Explicitly allowed codebase_investigator and cli_help commands to function in read-only mode.
- Fixed an issue where Kitty codes were not enabling correctly on Windows Terminal.
- Added partial output display for cancelled shell UI operations.
- Prevented an unhandled AbortError crash that occurred during stream loop detection.
- Reordered environment variable redaction checks to scan values before keys.
- Renamed the –experimental-acp flag to –acp and removed Zed-specific references.
- Fixed a bug where shell calls were not being formatted correctly.
- Fixed an ANSI escape bug affecting the code colorizer.
- Removed wildcard behavior from keybindings.
Improvements
- Fixed theme color contrast issues specifically for macOS Terminal.app.
- Replaced hardcoded keybinding strings with dynamic formatters in the CLI.
- Categorized built-in themes into separate dark/ and light/ directories.
- Fixed shell calls to be properly formatted.