Compare commits

...

2 commits

Author SHA1 Message Date
Matt Rubens
35d282b065
Revise CHANGELOG for version 3.45.0
Updated the changelog for version 3.45.0 with new features and improvements.
2026-01-27 23:05:01 -05:00
github-actions[bot]
3092d541dc changeset version bump 2026-01-28 04:00:17 +00:00
3 changed files with 7 additions and 8 deletions

View file

@ -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)

View file

@ -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)

View file

@ -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",