File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44
55
6+ ## [ v1.40.0] - 2026-03-30
7+
8+ This release improves AI assistant capabilities with better response tracking and Google integration, plus fixes a critical exit hang issue.
9+
10+ ## What's New
11+ - Adds Google Search, Google Maps, and code execution capabilities for Gemini models
12+ - Surfaces finish_reason information on assistant messages and token usage events to track why the AI stopped generating responses
13+
14+ ## Bug Fixes
15+ - Fixes process hang when using ` /exit ` command due to bubbletea renderer deadlock
16+
17+ ## Technical Changes
18+ - Adds tests reproducing bubbletea renderer deadlock on exit
19+ - Adds safety-net exit mechanism for bubbletea renderer deadlock prevention
20+
21+ ### Pull Requests
22+
23+ - [ #2254 ] ( https://github.com/docker/docker-agent/pull/2254 ) - Surface finish_reason on assistant messages and token usage events
24+ - [ #2265 ] ( https://github.com/docker/docker-agent/pull/2265 ) - docs: update CHANGELOG.md for v1.39.0
25+ - [ #2269 ] ( https://github.com/docker/docker-agent/pull/2269 ) - Fix process hang on /exit due to bubbletea renderer deadlock
26+ - [ #2276 ] ( https://github.com/docker/docker-agent/pull/2276 ) - Google grounding
27+ - [ #2277 ] ( https://github.com/docker/docker-agent/pull/2277 ) - Fix url
28+
29+
630## [ v1.39.0] - 2026-03-27
731
832This release adds new color themes for the terminal interface and includes internal version management updates.
@@ -1658,3 +1682,5 @@ This release improves the terminal user interface with better error handling and
16581682[ v1.38.0 ] : https://github.com/docker/docker-agent/releases/tag/v1.38.0
16591683
16601684[ v1.39.0 ] : https://github.com/docker/docker-agent/releases/tag/v1.39.0
1685+
1686+ [ v1.40.0 ] : https://github.com/docker/docker-agent/releases/tag/v1.40.0
You can’t perform that action at this time.
0 commit comments