| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| docker-agent-windows-arm64.exe | 2026-03-30 | 76.0 MB | |
| docker-agent-darwin-amd64 | 2026-03-30 | 81.7 MB | |
| docker-agent-darwin-arm64 | 2026-03-30 | 75.9 MB | |
| docker-agent-linux-amd64 | 2026-03-30 | 94.3 MB | |
| docker-agent-linux-arm64 | 2026-03-30 | 89.0 MB | |
| docker-agent-windows-amd64.exe | 2026-03-30 | 82.3 MB | |
| README.md | 2026-03-30 | 1.3 kB | |
| v1.40.0 source code.tar.gz | 2026-03-30 | 7.8 MB | |
| v1.40.0 source code.zip | 2026-03-30 | 8.4 MB | |
| Totals: 9 Items | 515.5 MB | 2 | |
This release improves AI assistant capabilities with better response tracking and Google integration, plus fixes a critical exit hang issue.
What's New
- Adds Google Search, Google Maps, and code execution capabilities for Gemini models
- Surfaces finish_reason information on assistant messages and token usage events to track why the AI stopped generating responses
Bug Fixes
- Fixes process hang when using
/exitcommand due to bubbletea renderer deadlock
Technical Changes
- Adds tests reproducing bubbletea renderer deadlock on exit
- Adds safety-net exit mechanism for bubbletea renderer deadlock prevention
What's Changed
- docs: update CHANGELOG.md for v1.39.0 by @docker-read-write[bot] in https://github.com/docker/docker-agent/pull/2265
- Fix process hang on /exit due to bubbletea renderer deadlock by @aheritier in https://github.com/docker/docker-agent/pull/2269
- Fix url by @dgageot in https://github.com/docker/docker-agent/pull/2277
- Google grounding by @dgageot in https://github.com/docker/docker-agent/pull/2276
- Surface finish_reason on assistant messages and token usage events by @trungutt in https://github.com/docker/docker-agent/pull/2254
Full Changelog: https://github.com/docker/docker-agent/compare/v1.39.0...v1.40.0