Back
AI summary
Written by AI from the official notes. Check them for exact details.Gemini CLI 0.49.0 introduces two new features and includes ten bug fixes.
- Added eval:inventory CLI command for better reporting.
- Support for GDC air-gapped Service Identity after auth update.
- Standardized tool output formatting for consistency.
Why it matters: Users of Gemini CLI should update to benefit from new features and improved stability.
Full release notes27 changes
What's Changed
- chore(release): bump version to 0.48.0-nightly.20260609.g3a13b8eeb
- ci(dependabot): enable cooldown period for npm packages
- refactor(core): standardize tool output formatting
- ci: update workflow logging and policy configurations
- fix(core): Ensure zero-quota limits fail fast to prevent retry loop hang
- fix(core): handle multi-line escaped quotes in stripShellWrapper
- fix(cli): prevent path traversal vulnerabilities during skill install…
- Fix/pending tools and trust overrides
- ci: use internal environment for scheduled nightly releases (#27865)
- feat(core): Support GDC air-gapped Service Identity after auth library update
- fix(cli): handle tmux false positive background detection
- Add static eval source analyzer
- fix(config): migrate coreTools setting to tools.core
- fix(core-tools): resolve defensive path resolution for at-reference files
- Revert "fix(core-tools): resolve defensive path resolution for at-reference files"
- chore(release): bump version to 0.49.0-nightly.20260617.g4d3dcdce1
- Changelog for v0.48.0-preview.0
- fix(ci): provide fallbacks for package variables in nightly release
- chore(deps): pin dependencies and enforce 14-day update cooldown
- fix(ci): append trailing slash to registry url in npmrc
- feat: add eval:inventory CLI command and reporting logic
- fix: resolve workspace publish failures and scheduler event loop starvation
- fix(ci): use wombat dressing room fallback in nightly release to prevent ENEEDAUTH
- Add JSON output for eval inventory
New Contributors
- @sanchezcoraspe made their first contribution in https://github.com/google-gemini/gemini-cli/pull/27467
- @sidhantgoyal-droid made their first contribution in https://github.com/google-gemini/gemini-cli/pull/27956
- @amelidev made their first contribution in https://github.com/google-gemini/gemini-cli/pull/27572
Full Changelog: https://github.com/google-gemini/gemini-cli/compare/v0.47.0...v0.49.0