| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| docker-agent-windows-arm64.exe | 2026-07-20 | 105.7 MB | |
| docker-agent-darwin-amd64 | 2026-07-20 | 113.1 MB | |
| docker-agent-darwin-arm64 | 2026-07-20 | 105.2 MB | |
| docker-agent-linux-amd64 | 2026-07-20 | 133.1 MB | |
| docker-agent-linux-arm64 | 2026-07-20 | 125.9 MB | |
| docker-agent-windows-amd64.exe | 2026-07-20 | 114.3 MB | |
| README.md | 2026-07-20 | 1.4 kB | |
| v1.113.0 source code.tar.gz | 2026-07-20 | 10.7 MB | |
| v1.113.0 source code.zip | 2026-07-20 | 11.9 MB | |
| Totals: 9 Items | 719.9 MB | 0 | |
This release fixes compaction cost attribution by model, exposes agent command names in the API, and includes internal cleanup of unused code.
What's New
- Exposes root-agent command names in the
/api/agentsendpoint
Bug Fixes
- Fixes compaction summary costs being attributed to the wrong model — token spend from
compaction_modelis now correctly tracked per model in the cost breakdown - Fixes
FirstKeptEntrynot being preserved when branching summary items during compaction - Fixes missing
deferfor mutex unlock in the webhooksetRuntimefunction
Technical Changes
- Removes unused TUI code, including the unreferenced cmdbatch and subscription packages and an orphaned attachment preview dialog
What's Changed
- chore: bump direct Go dependencies by @dgageot in https://github.com/docker/docker-agent/pull/3759
- docs: update CHANGELOG.md for v1.112.0 by @docker-read-write[bot] in https://github.com/docker/docker-agent/pull/3757
- fix: attribute compaction summary costs to the model that generated them by @dgageot in https://github.com/docker/docker-agent/pull/3760
- Enhance the agents API by @trungutt in https://github.com/docker/docker-agent/pull/3761
- chore: remove unused TUI code by @Sayt-0 in https://github.com/docker/docker-agent/pull/3762
Full Changelog: https://github.com/docker/docker-agent/compare/v1.112.0...v1.113.0