From 02b40e805a6f6b387b359c32c6df03b4de73bef9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 01:57:28 +0000 Subject: [PATCH 1/3] changeset version bump --- .changeset/v3.47.2.md | 7 ------- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 .changeset/v3.47.2.md diff --git a/.changeset/v3.47.2.md b/.changeset/v3.47.2.md deleted file mode 100644 index 9e95eabee95..00000000000 --- a/.changeset/v3.47.2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"roo-cline": patch ---- - -- Fix: Restore Gemini thought signature round-tripping after AI SDK migration (PR #11237 by @hannesrudolph) -- Fix: Capture and round-trip thinking signature for Bedrock Claude (PR #11238 by @hannesrudolph) -- Add support for .agents/skills directory (PR #11181 by @roomote) diff --git a/CHANGELOG.md b/CHANGELOG.md index f65c631c8d3..5026f312fe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.47.2 + +### Patch Changes + +- - Fix: Restore Gemini thought signature round-tripping after AI SDK migration (PR #11237 by @hannesrudolph) + ## 3.47.1 - 2026-02-05 - Fix: Correct Bedrock model ID for Claude Opus 4.6, resolving model selection issues for Bedrock users (#11231 by @cogwirrel, PR #11232 by @roomote) diff --git a/src/package.json b/src/package.json index e1901682d55..d1ee3757159 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.47.1", + "version": "3.47.2", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From 2d59f0bc05c205960e811c7c18dabb5f73d50a19 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Thu, 5 Feb 2026 18:01:11 -0800 Subject: [PATCH 2/3] Update CHANGELOG for version 3.47.2 Updated version number and added patch changes for 3.47.2. --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5026f312fe0..d5936b98412 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Roo Code Changelog -## 3.47.2 +## [3.47.2] - 2026-02-05 -### Patch Changes - -- - Fix: Restore Gemini thought signature round-tripping after AI SDK migration (PR #11237 by @hannesrudolph) +- Add support for .agents/skills directory (PR #11181 by @roomote) +- Fix: Restore Gemini thought signature round-tripping after AI SDK migration (PR #11237 by @hannesrudolph) +- Fix: Capture and round-trip thinking signature for Bedrock Claude (PR #11238 by @hannesrudolph) ## 3.47.1 - 2026-02-05 From c30952fb8ac6c7cb96c2317dcfeb71e6cb67349a Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Thu, 5 Feb 2026 18:01:25 -0800 Subject: [PATCH 3/3] Update CHANGELOG for version 3.47.1 Updated changelog for version 3.47.1 with fixes and cleanup. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5936b98412..37eeb906e7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - Fix: Restore Gemini thought signature round-tripping after AI SDK migration (PR #11237 by @hannesrudolph) - Fix: Capture and round-trip thinking signature for Bedrock Claude (PR #11238 by @hannesrudolph) -## 3.47.1 - 2026-02-05 +## [3.47.1] - 2026-02-05 - Fix: Correct Bedrock model ID for Claude Opus 4.6, resolving model selection issues for Bedrock users (#11231 by @cogwirrel, PR #11232 by @roomote) - Fix: Guard against empty-string baseURL in provider constructors, preventing connection errors when baseURL is accidentally set to empty string (PR #11233 by @hannesrudolph)