Compare commits

...

3 commits

Author SHA1 Message Date
Matt Rubens
c30952fb8a
Update CHANGELOG for version 3.47.1
Updated changelog for version 3.47.1 with fixes and cleanup.
2026-02-05 18:01:25 -08:00
Matt Rubens
2d59f0bc05
Update CHANGELOG for version 3.47.2
Updated version number and added patch changes for 3.47.2.
2026-02-05 18:01:11 -08:00
github-actions[bot]
02b40e805a changeset version bump 2026-02-06 01:57:28 +00:00
3 changed files with 8 additions and 9 deletions

View file

@ -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)

View file

@ -1,6 +1,12 @@
# Roo Code Changelog
## 3.47.1 - 2026-02-05
## [3.47.2] - 2026-02-05
- 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
- 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)

View file

@ -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",