|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | 5 |
|
| 6 | +## [v1.32.0] - 2026-03-12 |
| 7 | + |
| 8 | +This release adds support for newer Gemini models, improves toolset documentation, and enhances user interaction capabilities. |
| 9 | + |
| 10 | +## What's New |
| 11 | + |
| 12 | +- Adds options-based selection to user_prompt tool, allowing the agent to present users with labeled choices instead of free-form input |
| 13 | +- Documents {ORIGINAL_INSTRUCTIONS} placeholder for enriching toolset instructions rather than replacing them |
| 14 | + |
| 15 | +## Bug Fixes |
| 16 | + |
| 17 | +- Fixes support for Gemini 3.x versioned models (e.g., gemini-3.1-pro-preview) to ensure proper model recognition and thinking configuration |
| 18 | +- Fixes gateway handling when using docker agent without a command |
| 19 | +- Fixes broken links in documentation |
| 20 | + |
| 21 | +## Technical Changes |
| 22 | + |
| 23 | +- Adds check for broken links in CI |
| 24 | +- Updates .gitignore to exclude cagent-* binaries from being committed |
| 25 | + |
| 26 | +### Pull Requests |
| 27 | + |
| 28 | +- [#2054](https://github.com/docker/docker-agent/pull/2054) - fix: support Gemini 3.x versioned models (e.g., gemini-3.1-pro-preview) |
| 29 | +- [#2062](https://github.com/docker/docker-agent/pull/2062) - doc: document {ORIGINAL_INSTRUCTIONS} placeholder for toolset instructions |
| 30 | +- [#2063](https://github.com/docker/docker-agent/pull/2063) - docs: update CHANGELOG.md for v1.31.0 |
| 31 | +- [#2064](https://github.com/docker/docker-agent/pull/2064) - Fix gateway handling with docker agent without command |
| 32 | +- [#2067](https://github.com/docker/docker-agent/pull/2067) - Fix broken links |
| 33 | +- [#2068](https://github.com/docker/docker-agent/pull/2068) - Check for broken links |
| 34 | +- [#2069](https://github.com/docker/docker-agent/pull/2069) - gitignore cagent-* binaries |
| 35 | +- [#2071](https://github.com/docker/docker-agent/pull/2071) - Add options-based selection to user_prompt tool |
| 36 | + |
| 37 | + |
6 | 38 | ## [v1.31.0] - 2026-03-11 |
7 | 39 |
|
8 | 40 | This release enhances the cost dialog with detailed session statistics and improves todo tool reliability for better task completion tracking. |
@@ -1177,3 +1209,5 @@ This release improves the terminal user interface with better error handling and |
1177 | 1209 | [v1.30.1]: https://github.com/docker/docker-agent/releases/tag/v1.30.1 |
1178 | 1210 |
|
1179 | 1211 | [v1.31.0]: https://github.com/docker/docker-agent/releases/tag/v1.31.0 |
| 1212 | + |
| 1213 | +[v1.32.0]: https://github.com/docker/docker-agent/releases/tag/v1.32.0 |
0 commit comments