From 28e403ab1a5439bee0016e1bc046f2e9c8202388 Mon Sep 17 00:00:00 2001 From: g-samroberts Date: Wed, 4 Feb 2026 18:00:29 -0800 Subject: [PATCH] Fix formatting. --- docs/changelogs/index.md | 5 ++--- docs/changelogs/latest.md | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/changelogs/index.md b/docs/changelogs/index.md index f45c5abec2..98e290c30d 100644 --- a/docs/changelogs/index.md +++ b/docs/changelogs/index.md @@ -24,9 +24,8 @@ on GitHub. for tool execution, resulting in a more responsive and performant experience ([#17078](https://github.com/google-gemini/gemini-cli/pull/17078) by @abhipatel12). -- **Enhanced User Experience:** This release includes queued tool - confirmations, and expandable large text pastes for a - smoother workflow. +- **Enhanced User Experience:** This release includes queued tool confirmations, + and expandable large text pastes for a smoother workflow. - **New `/rewind` Command:** Easily navigate your session history with the new `/rewind` command ([#15720](https://github.com/google-gemini/gemini-cli/pull/15720) by diff --git a/docs/changelogs/latest.md b/docs/changelogs/latest.md index 44c81670f1..ce0a0fdfff 100644 --- a/docs/changelogs/latest.md +++ b/docs/changelogs/latest.md @@ -15,9 +15,9 @@ npm install -g @google/gemini-cli tool execution, improving performance and responsiveness. This includes migrating non-interactive flows and sub-agents to the new scheduler. - **Enhanced User Experience:** This release introduces several UI/UX - improvements, including queued tool confirmations and the - ability to expand and collapse large pasted text blocks. The `Settings` dialog - has been improved to reduce jitter and preserve focus. + improvements, including queued tool confirmations and the ability to expand + and collapse large pasted text blocks. The `Settings` dialog has been improved + to reduce jitter and preserve focus. - **Agent and Skill Improvements:** Agent Skills have been promoted to a stable feature. Sub-agents now use a JSON schema for input and are tracked by an `AgentRegistry`.