Browse Source

Release v3.47.1 (#11234)

chore: add changeset for v3.47.1
John Richmond 1 week ago
parent
commit
08f3b5ac17
1 changed files with 7 additions and 0 deletions
  1. 7 0
      .changeset/v3.47.1.md

+ 7 - 0
.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)