Back
AI summary
Written by AI from the official notes. Check them for exact details.Gemini CLI 0.14.0 introduces scrollable support and several bug fixes.
- Added scrollable support for better user experience
- Users can now set pro model even in fallback
- Improved error handling for flash model issues
- New ModelConfigService added for enhanced configuration
- Updated keychain storage name for user-friendliness
Why it matters: Users of Gemini CLI should update to benefit from new features and improved stability.
Full release notes32 changes
What's Changed
- Scrollable support
- fix: allow user to set pro model even in fallback
- fix(infra) - Make list dir less flaky
- chore(release): bump version to 0.14.0-nightly.20251104.da3da198
- refactor: parse string for retryInfo
- Fix/windows pty crash
- fix(core): prevent server name spoofing in policy engine
- fix(triage-workflow): Pass environment variables directly into prompt
- Update auto compression message.
- [Extension Reloading]: Update custom commands, add enable/disable command
- Add compression mechanism to subagent
- fix: add line breaks in quota/capacity msgs
- fix(core) Path reader method readPathFromWorkspace does not respect git/gemini ignore config.
- List tools in a consistent order.
- Docs: Added newest changelog: v0.12.0
- Improve tracking of animated components.
- chore: remove unused CLI policy TOML files
- feat(core): Add ModelConfigService.
- feat(policy): Add comprehensive priority range validation tests
- feat(shell): include cwd in shell command description
- refactor(cli): consolidate repetitive tests in InputPrompt using it.each
- Let users know when falling back to flash, and update the error messa…
- fix(#11707): should replace multiple instances of a string test
- Revert "Enable WriteTodos tool by default (#12500)"
- Update keychain storage name to be more user-friendly
- Docs: Add /model documentation
- fix(cli): handle flash model errors gracefully
- chore: disable flaky test
- Use consistent param names
- fix(patch workflow): Ensure that the environment is listed on patch comments
- fix: integrate DiscoveredTool with Policy Engine
New Contributors
- @BadgerHobbs made their first contribution in https://github.com/google-gemini/gemini-cli/pull/10073
Full Changelog: https://github.com/google-gemini/gemini-cli/compare/v0.13.0...v0.14.0