diff --git a/.changeset/v3.45.0.md b/.changeset/v3.45.0.md deleted file mode 100644 index 74e5b3511b6..00000000000 --- a/.changeset/v3.45.0.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"roo-cline": minor ---- - -![3.45.0 Release - Smart Code Folding](/releases/3.45.0-release.png) - -- Smart Code Folding: Context condensation now intelligently preserves a lightweight map of files you worked on—function signatures, class declarations, and type definitions—so Roo can continue referencing them accurately after condensing. Files are prioritized by most recent access, with a ~50k character budget ensuring your latest work is always preserved. (Idea by @shariqriazz, PR #10942 by @hannesrudolph) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0c337278fe..4d932eae0d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## [3.45.0] - 2026-01-27 + +![3.45.0 Release - Smart Code Folding](/releases/3.45.0-release.png) + +- Smart Code Folding: Context condensation now intelligently preserves a lightweight map of files you worked on—function signatures, class declarations, and type definitions—so Roo can continue referencing them accurately after condensing. Files are prioritized by most recent access, with a ~50k character budget ensuring your latest work is always preserved. (Idea by @shariqriazz, PR #10942 by @hannesrudolph) + ## [3.44.2] - 2026-01-27 - Re-enable parallel tool calling with new_task isolation safeguards (PR #11006 by @mrubens) diff --git a/src/package.json b/src/package.json index d6c032606d6..0a356bd70a2 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.44.2", + "version": "3.45.0", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",