From 2bd42359f68161338c0aee0ba6249d4cc3d25dbb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 19:14:02 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/v3.20.2.md | 16 ---------------- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 17 deletions(-) delete mode 100644 .changeset/v3.20.2.md diff --git a/.changeset/v3.20.2.md b/.changeset/v3.20.2.md deleted file mode 100644 index 91a873efeb..0000000000 --- a/.changeset/v3.20.2.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -"roo-cline": patch ---- - -- Force tar-fs >=2.1.3 for security vulnerability fix (thanks @cte!) -- Limit search_files to only look within the workspace for improved security (thanks @mrubens!) -- Add docs extractor mode for comprehensive documentation extraction (thanks @hannesrudolph!) -- Add cache breakpoints for custom vertex models on Unbound (thanks @pugazhendhi-m!) -- Reapply reasoning for bedrock with fix (thanks @daniel-lxs!) -- Improve PR Reviewer Rules for better code review guidance (thanks @daniel-lxs!) -- Improve Issue Fixer Rules for Targeted Fixes (thanks @daniel-lxs!) -- Sync BatchDiffApproval styling with BatchFilePermission for UI consistency (thanks @samhvw8!) -- Add max height constraint to MCP execution response for better UX (thanks @samhvw8!) -- Prevent MCP 'installed' label from being squeezed #4630 (thanks @daniel-lxs!) -- Update ContextManagementSettings.tsx for improved settings UI (thanks @SECKainersdorfer!) -- Refactor: Avoid type system duplication for cleaner codebase (thanks @EamonNerbonne!) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f3283ceb4..684e602dc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.20.2 + +### Patch Changes + +- - Force tar-fs >=2.1.3 for security vulnerability fix (thanks @cte!) + ## [3.20.1] - 2025-06-12 - Temporarily revert thinking support for Bedrock models diff --git a/src/package.json b/src/package.json index 9937a08dd6..70977a1aa7 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.20.1", + "version": "3.20.2", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From b27a01f0cf61b18a50c477f805d1a052aac5396b Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 13 Jun 2025 15:17:36 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 684e602dc0..7a813d5bb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ # Roo Code Changelog -## 3.20.2 - -### Patch Changes - -- - Force tar-fs >=2.1.3 for security vulnerability fix (thanks @cte!) +## [3.20.2] - 2025-06-13 + +- Limit search_files to only look within the workspace for improved security +- Force tar-fs >=2.1.3 for security vulnerability fix +- Add cache breakpoints for custom vertex models on Unbound (thanks @pugazhendhi-m!) +- Reapply reasoning for bedrock with fix (thanks @daniel-lxs!) +- Sync BatchDiffApproval styling with BatchFilePermission for UI consistency (thanks @samhvw8!) +- Add max height constraint to MCP execution response for better UX (thanks @samhvw8!) +- Prevent MCP 'installed' label from being squeezed #4630 (thanks @daniel-lxs!) +- Allow a lower context condesning threshold (thanks @SECKainersdorfer!) +- Avoid type system duplication for cleaner codebase (thanks @EamonNerbonne!) ## [3.20.1] - 2025-06-12