|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | 5 |
|
| 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 | + |
6 | 41 | ## [v1.20.4] - 2026-02-03 |
7 | 42 |
|
8 | 43 | 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 |
198 | 233 | [v1.20.3]: https://github.com/docker/cagent/releases/tag/v1.20.3 |
199 | 234 |
|
200 | 235 | [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