Back
AI summary
Written by AI from the official notes. Check them for exact details.Gemini CLI 0.17.0 introduces new features and bug fixes, enhancing user experience and functionality.
- Launch Gemini 3 in Gemini CLI
- Add option for metadata server application default credentials
- Uninstall multiple extensions
- Show model in history
- Change default compress threshold to 0.7 for API key users
Why it matters: Users of Gemini CLI should update to benefit from improved features and fixes.
Full release notes40 changes
What's Changed
- chore(release): bump version to 0.17.0-nightly.20251113.48e3932f6
- Show model in history
- Update comment and undo unnecessary logging
- chore/release: bump version to 0.17.0-nightly.20251114.0fcbff506
- slightly adjust model message formatting
- Improve test code coverage for cli/command/extensions package
- docs: remove references to deprecated flags (--checkpointing, --sandbox-image)
- docs: remove references to deprecated --checkpointing flag
- feat(auth): Add option for metadata server application default credentials without project override
- Change default compress threshold to 0.7 for api key users
- fix(cli): Exit CLI when trust save unsuccessful during launch
- bug(ui) make it clear when users need to enter selection mode and fix clear issue.
- Change flag name to flag id for existing flags
- feat: Update permissions command to support modifying trust for other…
- Only warn about mouse movement when the mouse is down.
- Increase paste timeout + add warning.
- Check folder trust before allowing add directory
- Docs: Clarify Project-Scoped Behavior of Chat Sub-commands
- Refactored core package ut
- chore/release: bump version to 0.17.0-nightly.20251116.e650a4ee5
- Fix: Animated scrollbar renders black in NO_COLOR mode
- Refactored 3 files of tools package
- rework MCP tool discovery and invocation
- Fix test to not leave terminal in mouse mode
- Refactored 4 files of tools package
- Right click to paste in Alternate Buffer mode
- update glob version
- feat: Show tip on first request and refactor phrases
- feat:uninstall multiple extensions
- Docs: Add changelog for v.0.15.0
- feat: launch Gemini 3 in Gemini CLI 🚀🚀🚀 (in main)
- fix(patch): cherry-pick ff725de to release/v0.17.0-preview.0-pr-13477 to patch version v0.17.0-preview.0 and create version 0.17.0-preview.1
- fix(patch): cherry-pick 049a299 to release/v0.17.0-preview.1-pr-13483 to patch version v0.17.0-preview.1 and create version 0.17.0-preview.2
- fix(patch): cherry-pick c7b5dcd to release/v0.17.0-preview.2-pr-13517 to patch version v0.17.0-preview.2 and create version 0.17.0-preview.3
- fix(patch): cherry-pick 4adfdad to release/v0.17.0-preview.3-pr-13464 to patch version v0.17.0-preview.3 and create version 0.17.0-preview.4
- fix(patch): cherry-pick ade9dfe to release/v0.17.0-preview.4-pr-13515 to patch version v0.17.0-preview.4 and create version 0.17.0-preview.5
New Contributors
- @nayong2021 made their first contribution in https://github.com/google-gemini/gemini-cli/pull/12578
- @SunHuawei made their first contribution in https://github.com/google-gemini/gemini-cli/pull/12477
- @rosecm made their first contribution in https://github.com/google-gemini/gemini-cli/pull/12948
- @samucodesh made their first contribution in https://github.com/google-gemini/gemini-cli/pull/10458
Show the restShow less
Full Changelog: https://github.com/google-gemini/gemini-cli/compare/v0.16.0...v0.17.0