This release adds support for newer Gemini models, improves toolset documentation, and enhances user interaction capabilities.
What's New
- Adds options-based selection to user_prompt tool, allowing the agent to present users with labeled choices instead of free-form input
- Documents {ORIGINAL_INSTRUCTIONS} placeholder for enriching toolset instructions rather than replacing them
Bug Fixes
- Fixes support for Gemini 3.x versioned models (e.g., gemini-3.1-pro-preview) to ensure proper model recognition and thinking configuration
- Fixes gateway handling when using docker agent without a command
- Fixes broken links in documentation
Technical Changes
- Adds check for broken links in CI
- Updates .gitignore to exclude cagent-* binaries from being committed
What's Changed
- docs: update CHANGELOG.md for v1.31.0 by @docker-read-write[bot] in #2063
- doc: document {ORIGINAL_INSTRUCTIONS} placeholder for toolset instructions by @dgageot in #2062
- fix: support Gemini 3.x versioned models (e.g., gemini-3.1-pro-preview) by @dgageot in #2054
- Fix gateway handling with docker agent without command by @dgageot in #2064
- Fix broken links by @dgageot in #2067
- gitignore cagent-* binaries by @derekmisler in #2069
- Check for broken links by @dgageot in #2068
- Add options-based selection to user_prompt tool by @trungutt in #2071
Full Changelog: v1.31.0...v1.32.0