Skip to content

Commit fb1a459

Browse files
authored
Merge pull request #2427 from docker/changelog/v1.45.0
docs: update CHANGELOG.md for v1.45.0
2 parents b4894c8 + cbdf0a5 commit fb1a459

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
All notable changes to this project will be documented in this file.
44

55

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+
628
## [v1.44.0] - 2026-04-13
729

830
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
19241946
[v1.43.0]: https://github.com/docker/docker-agent/releases/tag/v1.43.0
19251947

19261948
[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

Comments
 (0)