diff --git a/docs/update-notes/v3.45.0.mdx b/docs/update-notes/v3.45.0.mdx new file mode 100644 index 00000000..c7db5b7e --- /dev/null +++ b/docs/update-notes/v3.45.0.mdx @@ -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) + +This release adds Smart Code Folding so context condensing preserves a lightweight map of the code you were working on. + +Roo Code v3.45.0 Release + +## 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. diff --git a/static/img/v3.45.0/v3.45.0.png b/static/img/v3.45.0/v3.45.0.png new file mode 100644 index 00000000..53e20164 Binary files /dev/null and b/static/img/v3.45.0/v3.45.0.png differ