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
5 changes: 2 additions & 3 deletions docs/features/intelligent-context-condensing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ Intelligent Context Condensing is **enabled by default** and offers several conf
- **Automatically trigger intelligent context condensing**: Enabled by default, this controls whether condensing happens automatically (found in "Context" settings)
- **Threshold to trigger intelligent context condensing**: A percentage slider (default 100%) that determines when condensing activates based on context window usage (found in "Context" settings)
- **Custom Context Condensing Prompt**: Customize the prompt Roo uses when condensing (found in "Context Management" settings)
- **Condensing model**: Condensing uses your active conversation provider/model.

<img src="/img/intelligent-context-condensing/intelligent-context-condensing.png" alt="Settings for Intelligent Context Condensing" width="600" />
*Intelligent Context Condensing configuration options: automatic triggering toggle, threshold slider, and custom prompt customization.*
Expand Down Expand Up @@ -160,11 +159,11 @@ Roo Code uses a sophisticated token counting system that:

#### Error handling strategy

#### Why you cant use a different model/provider for condensing (and why thats good)
#### Why you can't use a different model/provider for condensing (and why that's good)

Condensing always uses your active conversation provider/model.

Using a different model to condense can degrade summary quality when the history includes tool calls, tool results, or other structured content. Keeping condensing on the same model/provider avoids translation errors between different tool/format expectations.
Using a different model to condense can degrade summary quality when the history includes tool calls, tool results, or other structured content. Keeping condensing on the same model/provider avoids "translation" errors between different tool/format expectations.

#### How the custom condense prompt is stored (advanced)

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.