|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | 5 |
|
| 6 | +## [v1.27.1] - 2026-02-26 |
| 7 | + |
| 8 | +This release improves the user interface experience with better message editing capabilities and fixes several issues with token usage tracking and session loading. |
| 9 | + |
| 10 | +## What's New |
| 11 | +- Adds `on_user_input` hook that triggers when the agent is waiting for user input or tool confirmation |
| 12 | + |
| 13 | +## Improvements |
| 14 | +- Improves multi-line editing of past user messages |
| 15 | +- Adds clipboard paste support during inline message editing |
| 16 | +- Makes loading past sessions faster |
| 17 | +- Updates TUI display when the current agent changes |
| 18 | + |
| 19 | +## Bug Fixes |
| 20 | +- Fixes token usage being recorded multiple times per stream, preventing inflated telemetry counts |
| 21 | +- Fixes empty inline edit textarea expanding to full height |
| 22 | +- Fixes docker ai shellout to cagent for standalone invocations |
| 23 | + |
| 24 | +## Technical Changes |
| 25 | +- Updates schema tests to only run for latest version |
| 26 | +- Fixes documentation issues |
| 27 | + |
| 28 | +### Pull Requests |
| 29 | + |
| 30 | +- [#1845](https://github.com/docker/cagent/pull/1845) - Repaint the TUI when the current agent changes |
| 31 | +- [#1846](https://github.com/docker/cagent/pull/1846) - docs: update CHANGELOG.md for v1.27.0 |
| 32 | +- [#1847](https://github.com/docker/cagent/pull/1847) - feat(hooks): add on_user_input |
| 33 | +- [#1850](https://github.com/docker/cagent/pull/1850) - Improve editing past user messages |
| 34 | +- [#1854](https://github.com/docker/cagent/pull/1854) - Make loading past sessions faster |
| 35 | +- [#1855](https://github.com/docker/cagent/pull/1855) - fix: record token usage once per stream to prevent inflated telemetry |
| 36 | +- [#1857](https://github.com/docker/cagent/pull/1857) - Schema tests should be only for latest version |
| 37 | +- [#1858](https://github.com/docker/cagent/pull/1858) - Fix doc |
| 38 | +- [#1860](https://github.com/docker/cagent/pull/1860) - Fix docker ai shellout to cagent |
| 39 | + |
| 40 | + |
6 | 41 | ## [v1.27.0] - 2026-02-25 |
7 | 42 |
|
8 | 43 | This release introduces dynamic agent color styling for multi-agent teams, adds new filesystem tools, and includes several bug fixes and security improvements. |
@@ -776,3 +811,5 @@ This release improves the terminal user interface with better error handling and |
776 | 811 | [v1.26.0]: https://github.com/docker/cagent/releases/tag/v1.26.0 |
777 | 812 |
|
778 | 813 | [v1.27.0]: https://github.com/docker/cagent/releases/tag/v1.27.0 |
| 814 | + |
| 815 | +[v1.27.1]: https://github.com/docker/cagent/releases/tag/v1.27.1 |
0 commit comments