From 08f3b5ac17dcddd9e6c271475fa7024e25ff3a33 Mon Sep 17 00:00:00 2001 From: John Richmond <5629+jr@users.noreply.github.com> Date: Thu, 5 Feb 2026 15:47:26 -0800 Subject: [PATCH] Release v3.47.1 (#11234) chore: add changeset for v3.47.1 --- .changeset/v3.47.1.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/v3.47.1.md diff --git a/.changeset/v3.47.1.md b/.changeset/v3.47.1.md new file mode 100644 index 0000000000..318db7413f --- /dev/null +++ b/.changeset/v3.47.1.md @@ -0,0 +1,7 @@ +--- +"roo-cline": patch +--- + +- 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) +- Chore: Remove unused stripAppendedEnvironmentDetails and helpers to clean up codebase (#11228 by @hannesrudolph, PR #11226 by @hannesrudolph)