diff --git a/.changeset/v3.32.1.md b/.changeset/v3.32.1.md new file mode 100644 index 00000000000..4ec737aae7a --- /dev/null +++ b/.changeset/v3.32.1.md @@ -0,0 +1,11 @@ +--- +"roo-cline": patch +--- + +![3.32.1 Release - Bug Fixes](/releases/3.32.1-release.png) + +- Fix: Add abort controller for request cancellation in OpenAI native protocol (PR #9276 by @daniel-lxs) +- Fix: Resolve duplicate tool blocks causing 'tool has already been used' error in native protocol mode (PR #9275 by @daniel-lxs) +- Fix: Prevent duplicate tool_result blocks in native protocol mode for read_file (PR #9272 by @daniel-lxs) +- Fix: Correct OpenAI Native handling of encrypted reasoning blocks to prevent errors during condensing (PR #9263 by @hannesrudolph) +- Fix: Disable XML parser for native tool protocol to prevent parsing conflicts (PR #9277 by @daniel-lxs) diff --git a/releases/3.32.1-release.png b/releases/3.32.1-release.png new file mode 100644 index 00000000000..b5613c2bc79 Binary files /dev/null and b/releases/3.32.1-release.png differ