|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | 5 |
|
| 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 | + |
6 | 38 | ## [v1.20.0] - 2026-01-30 |
7 | 39 |
|
8 | 40 | 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 |
107 | 139 | [v1.19.7]: https://github.com/docker/cagent/releases/tag/v1.19.7 |
108 | 140 |
|
109 | 141 | [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