From eee3452948a4337f811a9f7b1fc11b8d2a2de91c Mon Sep 17 00:00:00 2001 From: Jenna Inouye Date: Wed, 22 Oct 2025 15:02:55 -0700 Subject: [PATCH] Docs: adds 2025-10-13 changelog. (#11751) --- docs/changelogs/index.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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