v0.44.0-nightly.20260515.g928a311fb
Gemini CLISummary
This release focuses heavily on stability and network configuration, fixing numerous bugs related to permissions, proxy support, and credential handling, especially in enterprise environments. A new debugging feature allows users to expose RAG snippets to local log files for better troubleshooting.
New Features
- Exposed RAG snippets to the local log file for easier debugging.
Bug Fixes
- Prevented conflicting credentials when using enterprise gateways and added native support for optional API keys.
- Fixed network requests failing to respect the NO_PROXY environment variable when connecting to MCP servers.
- Resolved permission denied errors encountered in the sandbox environment on NixOS and other Linux distributions.
- Fixed an issue where new lines at the end of the edit window were not being preserved upon saving.
- Ensured Vertex AI settings correctly reflect access to preview models and removed an overly aggressive 404 fallback revocation.
- Fixed an issue causing a restart loop by ensuring stable admin settings comparison across IPC.
- Resolved EISDIR errors that occurred during file processing.
- Added ENAMETOOLONG and ENOTDIR exceptions to prevent file parsing errors.
- Explicitly cleared the entrypoint when spawning the sandbox container to prevent issues.
- Fixed proxy support by externalizing the https-proxy-agent.
Improvements
- Updated vulnerable dependencies.
- Clarified the environment variable sanitization policy for MCP and extensions in the documentation.
- Updated the documentation regarding the sandbox image command.