|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | 5 |
|
| 6 | +## [v1.34.0] - 2026-03-19 |
| 7 | + |
| 8 | +This release improves tool call handling and evaluation functionality with several technical fixes and optimizations. |
| 9 | + |
| 10 | +## Improvements |
| 11 | + |
| 12 | +- Optimizes partial tool call streaming by sending only delta arguments instead of accumulated arguments |
| 13 | +- Reduces evaluation summary display width for better terminal formatting |
| 14 | +- Includes tool definition only on the first partial tool call to reduce redundancy |
| 15 | + |
| 16 | +## Bug Fixes |
| 17 | + |
| 18 | +- Fixes schema conversion for OpenAI Responses API strict mode, resolving issues with gpt-4.1-nano |
| 19 | +- Removes duplicate tool call data from tool call response events to reduce payload size |
| 20 | + |
| 21 | +## Technical Changes |
| 22 | + |
| 23 | +- Updates evaluation system to not provide all API keys when using models gateway |
| 24 | +- Removes redundant tool call information from response events while preserving tool call IDs for client reference |
| 25 | + |
| 26 | +### Pull Requests |
| 27 | + |
| 28 | +- [#2105](https://github.com/docker/docker-agent/pull/2105) - Only send the delta on the partial tool call |
| 29 | +- [#2159](https://github.com/docker/docker-agent/pull/2159) - docs: update CHANGELOG.md for v1.33.0 |
| 30 | +- [#2160](https://github.com/docker/docker-agent/pull/2160) - Fix (reduce) evals summary width |
| 31 | +- [#2162](https://github.com/docker/docker-agent/pull/2162) - Evals: don't provide all API keys when using models gateway |
| 32 | +- [#2163](https://github.com/docker/docker-agent/pull/2163) - Remove the tool call from the tool call response event |
| 33 | +- [#2164](https://github.com/docker/docker-agent/pull/2164) - build(deps): bump google.golang.org/grpc from 1.79.2 to 1.79.3 in the go_modules group across 1 directory |
| 34 | +- [#2168](https://github.com/docker/docker-agent/pull/2168) - Fix schema conversion for OpenAI Responses API strict mode - Fixes tool calls with gpt-4.1-nano |
| 35 | + |
| 36 | + |
6 | 37 | ## [v1.33.0] - 2026-03-18 |
7 | 38 |
|
8 | 39 | This release improves file editing reliability, adds session exit keywords, and fixes several issues with sub-sessions and evaluation handling. |
@@ -1439,3 +1470,5 @@ This release improves the terminal user interface with better error handling and |
1439 | 1470 | [v1.32.5]: https://github.com/docker/docker-agent/releases/tag/v1.32.5 |
1440 | 1471 |
|
1441 | 1472 | [v1.33.0]: https://github.com/docker/docker-agent/releases/tag/v1.33.0 |
| 1473 | + |
| 1474 | +[v1.34.0]: https://github.com/docker/docker-agent/releases/tag/v1.34.0 |
0 commit comments