diff --git a/.changeset/v3.32.1.md b/.changeset/v3.32.1.md deleted file mode 100644 index 4ec737aae7a..00000000000 --- a/.changeset/v3.32.1.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"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/CHANGELOG.md b/CHANGELOG.md index 4b915028f6a..a199cb3ce99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Roo Code Changelog +## [3.32.1] - 2025-11-14 + +![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) + ## [3.32.0] - 2025-11-14 ![3.32.0 Release - GPT-5.1 models and OpenAI prompt caching](/releases/3.32.0-release.png) diff --git a/src/package.json b/src/package.json index c87e3179a65..57a2d313ea4 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.32.0", + "version": "3.32.1", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",