Skip to content

Commit d8b0b45

Browse files
github-actions[bot]derekmisler
authored andcommitted
docs: update CHANGELOG.md for v1.19.5
Automated changelog update for release v1.19.5 Assisted-By: cagent
1 parent e0d81a4 commit d8b0b45

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
6+
## [v1.19.5] - 2026-01-22
7+
8+
This release improves the terminal user interface with better error handling and visual feedback, along with concurrency fixes and enhanced Docker authentication options.
9+
10+
## What's New
11+
12+
- Adds external command support for providing Docker access tokens
13+
- Adds MCP Toolkit example for better integration guidance
14+
- Adds realistic benchmark for markdown rendering performance testing
15+
16+
## Improvements
17+
18+
- Improves edit_file tool error rendering with consistent styling and single-line display
19+
- Improves PR reviewer agent with Go-specific patterns and feedback learning capabilities
20+
- Enhances collapsed reasoning blocks with fade-out animation for completed tool calls
21+
- Makes dialog value changes clearer by indicating space key usage
22+
- Adds dedicated pending response spinner with improved rendering performance
23+
24+
## Bug Fixes
25+
26+
- Fixes edit_file tool to skip diff rendering when tool execution fails
27+
- Fixes concurrent access issues in user configuration aliases map
28+
- Fixes style restoration after inline code blocks in markdown text
29+
- Fixes model defaults when using the "router" provider to prevent erroneous thinking mode
30+
- Fixes paste events incorrectly going to editor when dialog is open
31+
- Fixes cassette recording functionality
32+
33+
## Technical Changes
34+
35+
- Adds clarifying comments for configuration and data directory paths
36+
- Hides tools configuration interface
37+
- Protects aliases map with mutex for thread safety
38+
39+
40+
[v1.19.5]: https://github.com/docker/cagent/releases/tag/v1.19.5

0 commit comments

Comments
 (0)