Skip to content

Commit 22ceca2

Browse files
docs: update CHANGELOG.md for v1.20.1
Automated changelog update for release v1.20.1 Assisted-By: cagent
1 parent 77a6b31 commit 22ceca2

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

CHANGELOG.md

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

55

6+
## [v1.20.1] - 2026-02-02
7+
8+
This release includes UI improvements, better error handling, and internal code organization enhancements.
9+
10+
## Improvements
11+
12+
- Changes audio listening shortcut from ctrl-k to ctrl-l (ctrl-k is now reserved for line editing)
13+
- Improves title editing by allowing double-click anywhere on the title instead of requiring precise icon clicks
14+
- Keeps footer unchanged when using /session or /new commands unless something actually changes
15+
- Shows better error messages when using "auto" model with no available providers or when dmr is not available
16+
17+
## Bug Fixes
18+
19+
- Fixes flaky test that was causing CI failures
20+
- Fixes `cagent new` command functionality
21+
- Fixes title edit hitbox issues when title wraps to multiple lines
22+
23+
## Technical Changes
24+
25+
- Organizes TUI messages by domain concern
26+
- Introduces SessionStateReader interface for read-only access
27+
- Introduces Subscription type for cleaner animation lifecycle management
28+
- Improves tool registry API with declarative RegisterAll method
29+
- Introduces HitTest for centralized mouse target detection in chat
30+
- Makes sidebar View() function pure by moving SetWidth to SetSize
31+
- Introduces cmdbatch package for fluent command batching
32+
- Organizes chat runtime event handlers by category
33+
- Introduces subscription package for external event sources
34+
- Separates CollapsedViewModel from rendering in sidebar
35+
- Improves provider handling and error messaging
36+
37+
638
## [v1.20.0] - 2026-01-30
739

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

109141
[v1.20.0]: https://github.com/docker/cagent/releases/tag/v1.20.0
142+
143+
[v1.20.1]: https://github.com/docker/cagent/releases/tag/v1.20.1

0 commit comments

Comments
 (0)