diff --git a/docs/changelogs/index.md b/docs/changelogs/index.md index b3cef0815b..c22a5eb5e9 100644 --- a/docs/changelogs/index.md +++ b/docs/changelogs/index.md @@ -3,6 +3,23 @@ Wondering what's new in Gemini CLI? This document provides key highlights and notable changes to Gemini CLI. +## v0.10.0 - Gemini CLI weekly update - 2025-10-13 + +- **Polish:** The team has been heads down bug fixing and investing heavily into + polishing existing flows, tools, and interactions. +- **Interactive Shell Tool calling:** Gemini CLI can now also execute + interactive tools if needed + ([pr](https://github.com/google-gemini/gemini-cli/pull/11225) by + [@galz10](https://github.com/galz10)). +- **Alt+Key support:** Enables broader support for Alt+Key keyboard shortcuts + across different terminals. + ([pr](https://github.com/google-gemini/gemini-cli/pull/10767) by + [@srivatsj](https://github.com/srivatsj)). +- **Telemetry Diff stats:** Track line changes made by the model and user during + file operations via OTEL. + ([pr](https://github.com/google-gemini/gemini-cli/pull/10819) by + [@jerop](https://github.com/jerop)). + ## v0.9.0 - Gemini CLI weekly update - 2025-10-06 - 🎉 **Interactive Shell:** Run interactive commands like `vim`, `rebase -i`, or