From dfb4e393068f696504487b2617934d7e9b6d03e7 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Thu, 5 Feb 2026 17:56:28 -0800 Subject: [PATCH] Release v3.47.2 (#11239) chore: add changeset for v3.47.2 --- .changeset/v3.47.2.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/v3.47.2.md diff --git a/.changeset/v3.47.2.md b/.changeset/v3.47.2.md new file mode 100644 index 0000000000..9e95eabee9 --- /dev/null +++ b/.changeset/v3.47.2.md @@ -0,0 +1,7 @@ +--- +"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)