Skip to content

Commit f131051

Browse files
authored
Merge pull request #2468 from docker/changelog/v1.47.0
docs: update CHANGELOG.md for v1.47.0
2 parents c4c635f + f220a54 commit f131051

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

CHANGELOG.md

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

55

6+
## [v1.47.0] - 2026-04-20
7+
8+
This release fixes several issues with AI model interactions, including title generation failures with reasoning models and shell command hangs.
9+
10+
## Bug Fixes
11+
- Fixes title generation failures with OpenAI reasoning models by using low reasoning effort instead of omitting it
12+
- Fixes shell command hangs when a tool command backgrounds a child process
13+
- Repairs malformed JSON in edit_file tool call arguments that was causing parsing failures
14+
- Moves reasoning token budget floor to OpenAI provider for better token management
15+
16+
## Improvements
17+
- Increases title generation token budget for reasoning models to ensure adequate output space
18+
- Adds thinking_display provider option for Anthropic models to control visibility of thinking blocks
19+
20+
## Technical Changes
21+
- Adds test assertion for non-empty title in end-to-end title generation tests
22+
23+
### Pull Requests
24+
25+
- [#2412](https://github.com/docker/docker-agent/pull/2412) - fix: title generation fails with OpenAI reasoning models
26+
- [#2451](https://github.com/docker/docker-agent/pull/2451) - Add thinking_display provider_opt for Anthropic models
27+
- [#2452](https://github.com/docker/docker-agent/pull/2452) - fix: repair malformed JSON in edit_file tool call arguments
28+
- [#2455](https://github.com/docker/docker-agent/pull/2455) - docs: update CHANGELOG.md for v1.46.0
29+
- [#2462](https://github.com/docker/docker-agent/pull/2462) - shell: fix hang when a tool command backgrounds a child process
30+
- [#2463](https://github.com/docker/docker-agent/pull/2463) - bump direct Go dependencies
31+
32+
633
## [v1.46.0] - 2026-04-16
734

835
This release adds OAuth credential configuration for MCP servers, evaluation testing improvements, and numerous stability fixes.
@@ -2009,3 +2036,5 @@ This release improves the terminal user interface with better error handling and
20092036
[v1.45.0]: https://github.com/docker/docker-agent/releases/tag/v1.45.0
20102037

20112038
[v1.46.0]: https://github.com/docker/docker-agent/releases/tag/v1.46.0
2039+
2040+
[v1.47.0]: https://github.com/docker/docker-agent/releases/tag/v1.47.0

0 commit comments

Comments
 (0)