v0.27.0-nightly.20260127.00f60ef53
Gemini CLISummary
This release introduces several new capabilities, including persistent plan file storage and support for multi-scheduler tool aggregation. Key fixes address issues with URI-encoded paths and prevent OOM errors when streaming grep output. Users will also benefit from new CLI options like quick clear shortcuts in vim mode and the ability to disable UI spinners globally.
New Features
- Added quick clear input shortcuts when using vim mode.
- Enabled support for multi-scheduler tool aggregation and nested call IDs.
- Implemented first-run experience for project-level sub-agents.
- Added persistent plan file storage for better state management.
- Migrated subagents to an event-driven scheduler.
- Added an option to use a solid background color for the input prompt.
- Enabled refreshing the system prompt when the approval mode changes (using Shift+Tab).
- Added a global setting to disable UI spinners.
Bug Fixes
- Fixed an issue where URI-encoded workspace paths were not handled correctly in IdeClient.
- Fixed a bug related to detecting paths that were already added.
- Fixed streaming issue for grep/ripgrep output, preventing Out-of-Memory (OOM) errors.
- Fixed an issue where subagent invocations were incorrectly included in plan mode.
- Fixed an error related to extensions configuration.
Improvements
- Improved error messages displayed during failed onboarding.
- Optimized the output format for shell tool llmContent.
- Enabled interactive shell support for external tooling relying on the a2a server.