Skip to content

Commit 5b0897b

Browse files
Changeset version bump (RooCodeInc#11240)
* changeset version bump * Update CHANGELOG for version 3.47.2 Updated version number and added patch changes for 3.47.2. * Update CHANGELOG for version 3.47.1 Updated changelog for version 3.47.1 with fixes and cleanup. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
1 parent 5f9c243 commit 5b0897b

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.changeset/v3.47.2.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Roo Code Changelog
22

3-
## 3.47.1 - 2026-02-05
3+
## [3.47.2] - 2026-02-05
4+
5+
- Add support for .agents/skills directory (PR #11181 by @roomote)
6+
- Fix: Restore Gemini thought signature round-tripping after AI SDK migration (PR #11237 by @hannesrudolph)
7+
- Fix: Capture and round-trip thinking signature for Bedrock Claude (PR #11238 by @hannesrudolph)
8+
9+
## [3.47.1] - 2026-02-05
410

511
- Fix: Correct Bedrock model ID for Claude Opus 4.6, resolving model selection issues for Bedrock users (#11231 by @cogwirrel, PR #11232 by @roomote)
612
- Fix: Guard against empty-string baseURL in provider constructors, preventing connection errors when baseURL is accidentally set to empty string (PR #11233 by @hannesrudolph)

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.47.1",
6+
"version": "3.47.2",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)