|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | 5 |
|
| 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 | + |
6 | 33 | ## [v1.46.0] - 2026-04-16 |
7 | 34 |
|
8 | 35 | 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 |
2009 | 2036 | [v1.45.0]: https://github.com/docker/docker-agent/releases/tag/v1.45.0 |
2010 | 2037 |
|
2011 | 2038 | [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