v0.48.0-preview.0
Gemini CLISummary
This release introduces support for GDC air-gapped Service Identity and includes a static evaluation source analyzer. Several critical bugs were addressed, including fixing infinite retry loops on zero-quota limits and preventing path traversal vulnerabilities during skill installation.
New Features
- Enabled support for GDC air-gapped Service Identity following an authentication library update.
Bug Fixes
- Fixed an issue where zero-quota limits caused a hang due to an infinite retry loop.
- Fixed handling of multi-line escaped quotes within the stripShellWrapper function.
- Prevented path traversal vulnerabilities during skill installation.
- Fixed an issue where pending tools and trust overrides were not being handled correctly.
- Fixed incorrect background detection when running within tmux sessions.
- Fixed configuration migration to move the coreTools setting to tools.core.
- Resolved defensive path resolution issues for at-reference files in core tools (Note: This fix was subsequently reverted, but is listed as a change attempt).
Improvements
- Standardized tool output formatting across the core.
- Added a static evaluation source analyzer.