Skip to content

Commit fd8ff79

Browse files
docs: update CHANGELOG.md for v1.27.1
Automated changelog update for release v1.27.1 Assisted-By: cagent
1 parent 449e081 commit fd8ff79

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

CHANGELOG.md

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

55

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+
641
## [v1.27.0] - 2026-02-25
742

843
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
776811
[v1.26.0]: https://github.com/docker/cagent/releases/tag/v1.26.0
777812

778813
[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

Comments
 (0)