Back
AI summary
Written by AI from the official notes. Check them for exact details.Gemini CLI 0.1.11 includes one bug fix and several improvements.
- Fixed email usage for Clearcut logging
- Corrected invalid docker command and JSON example
- Indented subcommands in help output
- Added NO_BROWSER variable for offline oauth flow
- Removed duplicate guidelines prompt
Why it matters: Users of Gemini CLI should update to benefit from bug fixes and improved functionality.
Full release notes15 changes
What's Changed
- fix: Use Email for Clearcut Logging and Refactor User Info Fetching
- Revert "fix: Use Email for Clearcut Logging and Refactor User Info Fetching"
- Fix Patch for grep.test.ts
- Fix invalid docker command and invalid JSON in the mcpServers example.
- Cleanup: Removed duplicate guidelines prompt
- Indent subcommands in help output
- chore(release): v0.1.10
- Work around bracketed paste support for node < 20
- Add NO_BROWSER environment variable to trigger offline oauth flow
- chore: remove unused ink-text-input dependency
- chore(deps): Pin @google/genai to 1.8.0
New Contributors
- @gsquared94 made their first contribution in https://github.com/google-gemini/gemini-cli/pull/3620
- @aryanjsawant made their first contribution in https://github.com/google-gemini/gemini-cli/pull/3747
- @neoalienson made their first contribution in https://github.com/google-gemini/gemini-cli/pull/3672
- @trapezoid made their first contribution in https://github.com/google-gemini/gemini-cli/pull/3834
Full Changelog: https://github.com/google-gemini/gemini-cli/compare/v0.1.10...v0.1.11