|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | 5 |
|
| 6 | +## [v1.45.0] - 2026-04-15 |
| 7 | + |
| 8 | +This release improves template expression handling, adds circular navigation to completions, and fixes issues with skills and MCP toolset loading. |
| 9 | + |
| 10 | +## Bug Fixes |
| 11 | +- Fixes evaluation of JavaScript template expressions to handle failures independently - when one expression fails, other valid expressions in the same template are still expanded |
| 12 | +- Fixes skills loading functionality |
| 13 | +- Fixes retry behavior for MCP toolset startup when server is unavailable |
| 14 | +- Fixes MCP toolset creation to proceed even when command binary is unavailable |
| 15 | + |
| 16 | +## Improvements |
| 17 | +- Adds circular navigation wrapping to completion component, allowing users to cycle through completion options |
| 18 | + |
| 19 | +### Pull Requests |
| 20 | + |
| 21 | +- [#2400](https://github.com/docker/docker-agent/pull/2400) - fix: evaluate JS template expressions independently on failure |
| 22 | +- [#2403](https://github.com/docker/docker-agent/pull/2403) - docs: update CHANGELOG.md for v1.44.0 |
| 23 | +- [#2407](https://github.com/docker/docker-agent/pull/2407) - add circular navigation wrapping to completion component |
| 24 | +- [#2413](https://github.com/docker/docker-agent/pull/2413) - fix: retry stdio MCP toolset when binary is unavailable at startup |
| 25 | +- [#2414](https://github.com/docker/docker-agent/pull/2414) - Fix skills loading |
| 26 | + |
| 27 | + |
6 | 28 | ## [v1.44.0] - 2026-04-13 |
7 | 29 |
|
8 | 30 | This release introduces TUI customization capabilities, session management improvements, and OAuth security enhancements, along with numerous bug fixes and stability improvements. |
@@ -1924,3 +1946,5 @@ This release improves the terminal user interface with better error handling and |
1924 | 1946 | [v1.43.0]: https://github.com/docker/docker-agent/releases/tag/v1.43.0 |
1925 | 1947 |
|
1926 | 1948 | [v1.44.0]: https://github.com/docker/docker-agent/releases/tag/v1.44.0 |
| 1949 | + |
| 1950 | +[v1.45.0]: https://github.com/docker/docker-agent/releases/tag/v1.45.0 |
0 commit comments