Fix formatting.

This commit is contained in:
g-samroberts
2026-02-04 18:00:29 -08:00
parent f5496dbb32
commit 28e403ab1a
2 changed files with 5 additions and 6 deletions

View File

@@ -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

View File

@@ -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`.