You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments