|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | 5 |
|
| 6 | +## [v1.37.0] - 2026-03-25 |
| 7 | + |
| 8 | +This release adds support for forwarding sampling parameters to provider APIs, introduces global user-level permissions, and includes several bug fixes and improvements. |
| 9 | + |
| 10 | +## What's New |
| 11 | + |
| 12 | +- Adds support for forwarding sampling provider options (top_k, repetition_penalty, etc.) to provider APIs |
| 13 | +- Adds global-level permissions from user config that apply across all sessions and agents |
| 14 | +- Adds a welcome message to the interface |
| 15 | +- Adds custom linter to enforce config version import chain |
| 16 | + |
| 17 | +## Improvements |
| 18 | + |
| 19 | +- Refactors RAG from agent-level config to standard toolset type for consistency with other toolsets |
| 20 | +- Restores RAG indexing event forwarding to TUI after toolset refactor |
| 21 | +- Simplifies RAG event forwarding and cleans up RAGTool |
| 22 | + |
| 23 | +## Bug Fixes |
| 24 | + |
| 25 | +- Fixes Bedrock interleaved_thinking defaults to true and adds logging for provider_opts mismatches |
| 26 | +- Fixes issue where CacheControl markers were preserved during message compaction, exceeding Anthropic's limit |
| 27 | +- Fixes tool loop detector by resetting it after degenerate loop error |
| 28 | +- Fixes desktop proxy socket name on WSL where http-proxy socket is not allowed for users |
| 29 | + |
| 30 | +## Technical Changes |
| 31 | + |
| 32 | +- Documents max_old_tool_call_tokens and max_consecutive_tool_calls in agent config reference |
| 33 | +- Documents global permissions from user config in permissions reference and guides |
| 34 | +- Pins GitHub actions for improved security |
| 35 | +- Updates cagent-action to latest version with better permissions |
| 36 | + |
| 37 | +### Pull Requests |
| 38 | + |
| 39 | +- [#2210](https://github.com/docker/docker-agent/pull/2210) - Refactor RAG from agent-level config to standard toolset type |
| 40 | +- [#2225](https://github.com/docker/docker-agent/pull/2225) - Add custom linter to enforce config version import chain |
| 41 | +- [#2226](https://github.com/docker/docker-agent/pull/2226) - feat: forward sampling provider_opts (top_k, repetition_penalty) to provider APIs |
| 42 | +- [#2227](https://github.com/docker/docker-agent/pull/2227) - docs: update CHANGELOG.md for v1.36.1 |
| 43 | +- [#2229](https://github.com/docker/docker-agent/pull/2229) - docs: add max_old_tool_call_tokens and max_consecutive_tool_calls to agent config reference |
| 44 | +- [#2230](https://github.com/docker/docker-agent/pull/2230) - Add global-level permissions from user config |
| 45 | +- [#2231](https://github.com/docker/docker-agent/pull/2231) - Pin GitHub actions |
| 46 | +- [#2233](https://github.com/docker/docker-agent/pull/2233) - update cagent-action to latest (with better permissions) |
| 47 | +- [#2236](https://github.com/docker/docker-agent/pull/2236) - fix: strip CacheControl from messages during compaction |
| 48 | +- [#2237](https://github.com/docker/docker-agent/pull/2237) - Reset tool loop detector after degenerate loop error |
| 49 | +- [#2238](https://github.com/docker/docker-agent/pull/2238) - Bump direct Go module dependencies |
| 50 | +- [#2240](https://github.com/docker/docker-agent/pull/2240) - Fix desktop proxy socket name on WSL |
| 51 | +- [#2241](https://github.com/docker/docker-agent/pull/2241) - docs: document global permissions from user config |
| 52 | + |
| 53 | + |
6 | 54 | ## [v1.36.1] - 2026-03-23 |
7 | 55 |
|
8 | 56 | This release improves OCI reference handling, adds a tools command, and enhances MCP server reliability with better error recovery. |
@@ -1560,3 +1608,5 @@ This release improves the terminal user interface with better error handling and |
1560 | 1608 | [v1.36.0]: https://github.com/docker/docker-agent/releases/tag/v1.36.0 |
1561 | 1609 |
|
1562 | 1610 | [v1.36.1]: https://github.com/docker/docker-agent/releases/tag/v1.36.1 |
| 1611 | + |
| 1612 | +[v1.37.0]: https://github.com/docker/docker-agent/releases/tag/v1.37.0 |
0 commit comments