From 00fd33f98144d1b0f4ce1d033dc52f489a1dbce0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 25 Mar 2026 14:56:46 +0000 Subject: [PATCH] docs: update CHANGELOG.md for v1.37.0 Automated changelog update for release v1.37.0 Assisted-By: Docker Agent --- CHANGELOG.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c20f229c5..5d03a58c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,54 @@ All notable changes to this project will be documented in this file. +## [v1.37.0] - 2026-03-25 + +This release adds support for forwarding sampling parameters to provider APIs, introduces global user-level permissions, and includes several bug fixes and improvements. + +## What's New + +- Adds support for forwarding sampling provider options (top_k, repetition_penalty, etc.) to provider APIs +- Adds global-level permissions from user config that apply across all sessions and agents +- Adds a welcome message to the interface +- Adds custom linter to enforce config version import chain + +## Improvements + +- Refactors RAG from agent-level config to standard toolset type for consistency with other toolsets +- Restores RAG indexing event forwarding to TUI after toolset refactor +- Simplifies RAG event forwarding and cleans up RAGTool + +## Bug Fixes + +- Fixes Bedrock interleaved_thinking defaults to true and adds logging for provider_opts mismatches +- Fixes issue where CacheControl markers were preserved during message compaction, exceeding Anthropic's limit +- Fixes tool loop detector by resetting it after degenerate loop error +- Fixes desktop proxy socket name on WSL where http-proxy socket is not allowed for users + +## Technical Changes + +- Documents max_old_tool_call_tokens and max_consecutive_tool_calls in agent config reference +- Documents global permissions from user config in permissions reference and guides +- Pins GitHub actions for improved security +- Updates cagent-action to latest version with better permissions + +### Pull Requests + +- [#2210](https://github.com/docker/docker-agent/pull/2210) - Refactor RAG from agent-level config to standard toolset type +- [#2225](https://github.com/docker/docker-agent/pull/2225) - Add custom linter to enforce config version import chain +- [#2226](https://github.com/docker/docker-agent/pull/2226) - feat: forward sampling provider_opts (top_k, repetition_penalty) to provider APIs +- [#2227](https://github.com/docker/docker-agent/pull/2227) - docs: update CHANGELOG.md for v1.36.1 +- [#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 +- [#2230](https://github.com/docker/docker-agent/pull/2230) - Add global-level permissions from user config +- [#2231](https://github.com/docker/docker-agent/pull/2231) - Pin GitHub actions +- [#2233](https://github.com/docker/docker-agent/pull/2233) - update cagent-action to latest (with better permissions) +- [#2236](https://github.com/docker/docker-agent/pull/2236) - fix: strip CacheControl from messages during compaction +- [#2237](https://github.com/docker/docker-agent/pull/2237) - Reset tool loop detector after degenerate loop error +- [#2238](https://github.com/docker/docker-agent/pull/2238) - Bump direct Go module dependencies +- [#2240](https://github.com/docker/docker-agent/pull/2240) - Fix desktop proxy socket name on WSL +- [#2241](https://github.com/docker/docker-agent/pull/2241) - docs: document global permissions from user config + + ## [v1.36.1] - 2026-03-23 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 [v1.36.0]: https://github.com/docker/docker-agent/releases/tag/v1.36.0 [v1.36.1]: https://github.com/docker/docker-agent/releases/tag/v1.36.1 + +[v1.37.0]: https://github.com/docker/docker-agent/releases/tag/v1.37.0