From ac65546dbc064ca321edc0b6de219d148fc98a5d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 22:46:34 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/v3.39.1.md | 7 ------- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 .changeset/v3.39.1.md diff --git a/.changeset/v3.39.1.md b/.changeset/v3.39.1.md deleted file mode 100644 index b66f3c47eef..00000000000 --- a/.changeset/v3.39.1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"roo-cline": patch ---- - -- Fix: Stabilize file paths during native tool call streaming to prevent path corruption (PR #10555 by @daniel-lxs) -- Fix: Disable Gemini thought signature persistence to prevent corrupted signature errors (PR #10554 by @daniel-lxs) -- Fix: Change minItems from 2 to 1 for Anthropic API compatibility (PR #10551 by @daniel-lxs) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5abc65c2911..dff62e0bb93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.39.1 + +### Patch Changes + +- - Fix: Stabilize file paths during native tool call streaming to prevent path corruption (PR #10555 by @daniel-lxs) + ## [3.39.0] - 2026-01-08 ![3.39.0 Release - Kangaroo go BRRR](/releases/3.39.0-release.png) diff --git a/src/package.json b/src/package.json index 5ea54c38beb..e0884d387ab 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.39.0", + "version": "3.39.1", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From e39c2413de0db766ac385edbdd66109f79b33c8e Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Thu, 8 Jan 2026 17:49:13 -0500 Subject: [PATCH 2/2] Revise CHANGELOG for version 3.39.1 updates Updated changelog for version 3.39.1 with patch changes. --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dff62e0bb93..01936f997c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Roo Code Changelog -## 3.39.1 +## [3.39.1] - 2026-01-08 -### Patch Changes - -- - Fix: Stabilize file paths during native tool call streaming to prevent path corruption (PR #10555 by @daniel-lxs) +- Fix: Stabilize file paths during native tool call streaming to prevent path corruption (PR #10555 by @daniel-lxs) +- Fix: Disable Gemini thought signature persistence to prevent corrupted signature errors (PR #10554 by @daniel-lxs) +- Fix: Change minItems from 2 to 1 for Anthropic API compatibility (PR #10551 by @daniel-lxs) ## [3.39.0] - 2026-01-08