Skip to content

Commit 3207cbf

Browse files
authored
Merge pull request #2176 from docker/changelog/v1.34.0
docs: update CHANGELOG.md for v1.34.0
2 parents d6aae55 + a73f17c commit 3207cbf

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

CHANGELOG.md

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

55

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+
637
## [v1.33.0] - 2026-03-18
738

839
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
14391470
[v1.32.5]: https://github.com/docker/docker-agent/releases/tag/v1.32.5
14401471

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

Comments
 (0)