From 35d282b065b29b6cc41a3571aef54222e6ca2a09 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Tue, 27 Jan 2026 23:05:01 -0500 Subject: [PATCH] Revise CHANGELOG for version 3.45.0 Updated the changelog for version 3.45.0 with new features and improvements. --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e329592929..4d932eae0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Roo Code Changelog -## 3.45.0 +## [3.45.0] - 2026-01-27 -### Minor Changes +![3.45.0 Release - Smart Code Folding](/releases/3.45.0-release.png) -- ![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