What's Changed
- chore(release): v0.1.21 by @mattKorwel in #6207
- Log CLI version and git commit hash (v2) by @owenofbrien in #6176
- Update versioning script to also bump version for companion extension so they stay in sync by @skeshive in #6075
- Docs: update overview of Gemini CLI GitHub Actions by @jerop in #6198
- [ide-mode] Suggest the extension name in the installation messages by @chrstnb in #6182
- chore(vscode): Add eslint as a recommended extension by @richieforeman in #6196
- /chat save command saves empty conversations with only system context by @trycatchkamal in #6121
- bug(cli): Exclude only specific tests. by @joshualitt in #6244
- [ide-mode] Add docs on running the vscode companion extension locally by @chrstnb in #6145
- Update IDE integration context toggle shortcut to ctrl+G by @skeshive in #6245
- feat: Allow combining -p and stdin for prompt input by @wietsevenema in #4406
- [ide-mode] Write port to file in ide-server by @chrstnb in #5811
- Fix release notes generation by @skeshive in #6233
- feat: Show untrusted status in the Footer by @shrutip90 in #6210
- docs: remove reference to Gemini Code Assist for Workspace by @scidomino in #6247
- [ide-mode] Support multi-folder workspaces by @chrstnb in #6177
- feat(core): Migrate web-search, write-file, and discovered-tool. by @joshualitt in #6188
- feat(core): refactor shell execution to use node-pty by @galz10 in #6088
- feat(triage): Improve GitHub issue triage workflows by @jerop in #6120
- bug(mcp): catch errors reported by GitHub MCP by @leehagoodjames in #6194
- Prevent writing outside of the workspace roots by @scidomino in #6178
- fix(#5340): unable to load chats with weird characters by @hugomurillomtz in #5969
- Fix flake due to using wait instead of waitFor by @jacob314 in #6277
- Fix bug where RadioButtonSelect treated an omitted isFocus parameter by @jacob314 in #6274
- Fix license notice generation script to include transitive dependencies by @skeshive in #6272
- IDE integration Gemini command multi-folder support + bump version by @skeshive in #6265
- Show /ide enable & /ide disable commands based on connection status by @skeshive in #6248
- update docs by @JayadityaGit in #6204
- fix: console patcher initialised in main by @hritan in #6252
- Fix flaky test for SettingsDialog. by @jacob314 in #6294
- Stylize diff line numbers & characters by @miguelsolorio in #6269
- fix: update issue dedup workflow by @gsquared94 in #6275
- feat(shell): Include disallowed commands in block reason by @cornmander in #6278
- fix: pendingSlashCommandHistoryItems corrected to properly memoize updates by @psinha40898 in #6282
- Add session id to session summary and /bug template by @owenofbrien in #6313
- fix(input) ctrl-j support was lost switching to keyBindings.ts by @jacob314 in #6305
- chore: remove duplicated lockfile by @Brooooooklyn in #6291
- feat(core): Migrate MockTools to declarative pattern. by @joshualitt in #6197
- fix(ui): Fix hang in chat save confirmation dialog by @flowernotfound in #6312
- feat(about): Add the IDE Client's display name to
/about
by @evanotero in #6311 - Revert #6088 by @galz10 in #6328
- fix(input) Resolve cases where escape was broken by @jacob314 in #6304
- Update quota-and-pricing.md to clarify billing by @blanca-delgado-parra in #6092
- Fix shell tool description to be os-specific by @scidomino in #6335
- fixes for oauth spec - adds github oauth support. Resource paramater. by @emeryray2002 in #6281
- fix(input): Handle numpad enter key in kitty protocol terminals by @deepankarsharma in #6341
- fix: improve robustness of
gemini mcp add
command by @jackwotherspoon in #6332 - use toMatchSnapshot in test by @scidomino in #6344
- fix: allow user to use responseSchema as well. by @wanlin31 in #6336
- fix: handle multiline output in issue dedup workflow by @gsquared94 in #6338
- Check for pending tool calls before appending IDE Context by @evanotero in #6317
- Update semantic color tokens by @miguelsolorio in #6253
- [ide-mode] Fix path delimiter for multi-root workspaces on Windows by @sunnyps in #6273
- Add support for HTTP OpenTelemetry exporters by @bbiggs in #6357
- Revert "Update semantic color tokens" by @jacob314 in #6365
- feat(oauth): Make oauth client a singleton to survive cache failures by @mboshernitsan in #6348
- Fix integration test. by @cornmander in #6403
- Fix missing import in ide integration tests. by @cornmander in #6407
- feat(cli): Introduce arguments for shell execution in custom commands by @abhipatel12 in #5966
- Fix several IDE mode integration tests by @cornmander in #6408
- chore(compiler): Enable strict property access TS compiler flag. by @richieforeman in #6255
- Add vi globals to fix integration tests. by @cornmander in #6445
- Fix URL truncation in CLI display components #5902 by @lifefloating in #5925
- Sends Gemini CLI Client install id to Vertex and Gemini. by @uttamkanodia14 in #6217
- fix(commands): Respect YOLO mode in custom slash commands by @abhipatel12 in #6441
- Revert "Show /ide enable & /ide disable commands based on connection status" by @skeshive in #6486
- Disable failing IDE tests. by @cornmander in #6481
- feat(client/compression): Log telemetry when compressing chat context. by @richieforeman in #6195
- Log start session event through telemetry/loggers by @bbiggs in #6431
- bug(core): Do not throw validation errors when building tools in
nonInteractiveToolExecutor
. by @joshualitt in #6363 - feat(filesearch): Introduce non-recursive file search strategy by @brychanrobot in #6087
- Add MCP Root change notifications by @jakemac53 in #6502
- fix: GCA creds loading order by @gsquared94 in #6498
New Contributors
- @trycatchkamal made their first contribution in #6121
- @wietsevenema made their first contribution in #4406
- @hugomurillomtz made their first contribution in #5969
- @hritan made their first contribution in #6252
- @Brooooooklyn made their first contribution in #6291
- @evanotero made their first contribution in #6311
- @blanca-delgado-parra made their first contribution in #6092
- @sunnyps made their first contribution in #6273
Full Changelog: v0.1.21...v0.1.22