Skip to content

Commit 139f835

Browse files
authored
Merge pull request #1610 from docker/changelog/v1.20.5
docs: update CHANGELOG.md for v1.20.5
2 parents e517b6a + 16622c2 commit 139f835

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.20.5] - 2026-02-05
7+
8+
This release improves stability for non-interactive sessions, updates the default Anthropic model to Claude Sonnet 4.5, and adds support for private GitHub repositories and standard agent directories.
9+
10+
## What's New
11+
12+
- Adds support for using agent YAML files from private GitHub repositories
13+
- Adds support for standard `.agents/skills` directory structure
14+
- Adds deepwiki integration to the librarian
15+
- Adds timestamp tracking to runtime events
16+
- Allows users to define their own default model in global configuration
17+
18+
## Improvements
19+
20+
- Updates default Anthropic model to Claude Sonnet 4.5
21+
- Adds reason explanations when relevance checks fail during evaluations
22+
- Persists ACP sessions to default SQLite database unless specified with `--session-db` flag
23+
- Makes aliased agent paths absolute for better path resolution
24+
- Produces session database for evaluations to enable investigation of results
25+
26+
## Bug Fixes
27+
28+
- Prevents panic when elicitation is requested in non-interactive sessions
29+
- Fixes title generation hanging with Gemini 3 models by properly disabling thinking
30+
- Fixes current agent display in TUI interface
31+
- Prevents TUI dimensions from going negative when sidebar is collapsed
32+
- Fixes flaky test issues
33+
34+
## Technical Changes
35+
36+
- Simplifies ElicitationRequestEvent check to reduce code duplication
37+
- Allows passing additional environment variables to Docker when running evaluations
38+
- Passes LLM as judge on full transcript for better evaluation accuracy
39+
40+
641
## [v1.20.4] - 2026-02-03
742

843
This release improves session handling with relative references and tool permissions, along with better table rendering in the TUI.
@@ -198,3 +233,5 @@ This release improves the terminal user interface with better error handling and
198233
[v1.20.3]: https://github.com/docker/cagent/releases/tag/v1.20.3
199234

200235
[v1.20.4]: https://github.com/docker/cagent/releases/tag/v1.20.4
236+
237+
[v1.20.5]: https://github.com/docker/cagent/releases/tag/v1.20.5

0 commit comments

Comments
 (0)