Skip to content

Commit 19d34f4

Browse files
docs: update CHANGELOG.md for v1.20.2
Automated changelog update for release v1.20.2 Assisted-By: cagent
1 parent 77a6b31 commit 19d34f4

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
## [v1.20.2] - 2026-02-02
7+
8+
This release improves the tools system architecture and enhances TUI scrolling performance.
9+
10+
## Improvements
11+
- Improves render and mouse scroll performance in the TUI interface
12+
13+
## Technical Changes
14+
- Adds StartableToolSet and As[T] generic helper to tools package
15+
- Adds capability interfaces for optional toolset features
16+
- Adds ConfigureHandlers convenience function for tools
17+
- Migrates StartableToolSet to tools package and cleans up ToolSet interface
18+
- Removes BaseToolSet and DescriptionToolSet wrapper
19+
- Reorganizes tool-related code structure
20+
21+
622
## [v1.20.0] - 2026-01-30
723

824
This release introduces editable session titles, custom TUI themes, and improved evaluation capabilities, along with database improvements and bug fixes.
@@ -107,3 +123,5 @@ This release improves the terminal user interface with better error handling and
107123
[v1.19.7]: https://github.com/docker/cagent/releases/tag/v1.19.7
108124

109125
[v1.20.0]: https://github.com/docker/cagent/releases/tag/v1.20.0
126+
127+
[v1.20.2]: https://github.com/docker/cagent/releases/tag/v1.20.2

0 commit comments

Comments
 (0)