v0.41.0-nightly.20260428.gc17400b83
Gemini CLISummary
This release introduces foundational updates by wiring up the new ContextManager and AgentChatHistory for core functionality. Users can now manually specify a session UUID via the command line. Several critical bugs were addressed, including improved network error reporting and fixes related to CLI updates and sandbox cleanup.
New Features
- Introduced core wiring for the new ContextManager and AgentChatHistory.
- Enabled providing a manual session UUID via a command line argument.
Bug Fixes
- Fixed missing response key issue in the custom theme text schema for the CLI.
- Added a manual update command option when the automatic update process fails.
- Improved error messages displayed for ECONNRESET and ETIMEDOUT network errors.
- Ensured proper sandbox proxy cleanup and removed handler leaks.
- Corrected the alternate buffer warning logic specifically for JetBrains environments.
- Made the MCP ping optional in the list command and allowed using the configured timeout.
- Provided a better error message when cloudshell-gca authentication fails.
- Enforced parallel task tracker updates to prevent race conditions.
Improvements
- Updated sandboxing documentation.