From 1cdb5f4ce3b49c4f0ea944b55a49a320adfa7b84 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 6 Feb 2026 11:34:57 -0500 Subject: [PATCH] Release v3.47.3 (#11257) chore: add changeset for v3.47.3 --- .changeset/v3.47.3.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/v3.47.3.md diff --git a/.changeset/v3.47.3.md b/.changeset/v3.47.3.md new file mode 100644 index 0000000000..c3f1f2441a --- /dev/null +++ b/.changeset/v3.47.3.md @@ -0,0 +1,7 @@ +--- +"roo-cline": patch +--- + +- Remove "Enable URL context" and "Enable Grounding with Google search" checkboxes that are no longer needed (PR #11253 by @roomote) +- Revert refactor that appended environment details into existing blocks, restoring original behavior (PR #11256 by @mrubens) +- Revert removal of stripAppendedEnvironmentDetails and helpers, restoring necessary utility functions (PR #11255 by @mrubens)