Skip to content

Commit 719cf34

Browse files
authored
Merge pull request #1557 from docker/changelog/v1.20.2
docs: update CHANGELOG.md for v1.20.2
2 parents 0d1fdf7 + ceef54d commit 719cf34

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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.1] - 2026-02-02
723

824
This release includes UI improvements, better error handling, and internal code organization enhancements.
@@ -141,3 +157,5 @@ This release improves the terminal user interface with better error handling and
141157
[v1.20.0]: https://github.com/docker/cagent/releases/tag/v1.20.0
142158

143159
[v1.20.1]: https://github.com/docker/cagent/releases/tag/v1.20.1
160+
161+
[v1.20.2]: https://github.com/docker/cagent/releases/tag/v1.20.2

0 commit comments

Comments
 (0)