Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions docs/update-notes/v3.45.0.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
description: This release adds Smart Code Folding so context condensing preserves a lightweight map of the code you were working on.
image: /img/v3.45.0/v3.45.0.png
keywords:
- roo code 3.45.0
- smart code folding
- context condensing
- new features
---

# Roo Code 3.45.0 Release Notes (2026-01-28)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This new release-notes page is not linked from the release-notes index (docs/update-notes/index.md) or the sidebar (sidebars.ts), so it may be hard to discover unless someone knows the URL. Consider adding a 3.45 section and linking to /update-notes/v3.45.0.

Fix it with Roo Code or mention @roomote and request a fix.


This release adds Smart Code Folding so context condensing preserves a lightweight map of the code you were working on.

<img
src="/img/v3.45.0/v3.45.0.png"
alt="Roo Code v3.45.0 Release"
width="600"
/>

## Smart Code Folding

When Roo condenses a long conversation, it now keeps a lightweight “code outline” for recently used files—things like function signatures, class declarations, and type definitions—so you can keep referring to code accurately after condensing without re-sharing files. (thanks shariqriazz!) ([#10942](https://github.com/RooCodeInc/Roo-Code/pull/10942))

> **📚 Documentation**: See [Intelligent Context Condensing](/features/intelligent-context-condensing) for details on configuring and using context condensing.
Binary file added static/img/v3.45.0/v3.45.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.