Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit c6d0306

Browse files
Changeset version bump (#11037)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
1 parent 7632807 commit c6d0306

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

.changeset/v3.45.0.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Roo Code Changelog
22

3+
## [3.45.0] - 2026-01-27
4+
5+
![3.45.0 Release - Smart Code Folding](/releases/3.45.0-release.png)
6+
7+
- 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)
8+
39
## [3.44.2] - 2026-01-27
410

511
- Re-enable parallel tool calling with new_task isolation safeguards (PR #11006 by @mrubens)

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.44.2",
6+
"version": "3.45.0",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)