Skip to content

Commit 10d3f01

Browse files
authored
[Condense] Add docs for intelligent condense experimental feature (#187)
1 parent c5a2b48 commit 10d3f01

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/features/experimental/experimental-features.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ To enable or disable experimental features:
1818

1919
The following experimental features are currently available:
2020

21+
### Intelligently condense the context window
22+
23+
If enabled, Roo uses an LLM to summarize the past conversation when the context window is almost full. This summary attempts to dramatically shrink the number of tokens in the context while preserving useful information. If disabled, Roo drops past messages using a sliding window when the context window is full.
24+
25+
**Disclaimer**: Currently the costs associated with summarizing the conversation are not included in the cost displayed in the UI.
26+
2127
### Power Steering
2228

2329
When enabled, Roo will remind the model about the details of its current mode definition more frequently. This will lead to stronger adherence to role definitions and custom instructions, but will use more tokens per message.

0 commit comments

Comments
 (0)