Skip to content

Commit ea0335f

Browse files
docs: enhance terminal output limit description for clarity and token management (#128)
1 parent fe4be5b commit ea0335f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/shell-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Roo Code provides several settings to fine-tune shell integration. Access these
3232

3333
#### Terminal Output Limit
3434
<img src="/img/shell-integration/shell-integration.png" alt="Terminal output limit slider set to 500" width="600" />
35-
35+
Controls the maximum number of lines captured from terminal output. When exceeded, it keeps 20% of the beginning and 80% of the end with a truncation message in between. This prevents excessive token usage while maintaining context. Default: 500 lines.
3636
Controls the maximum number of lines captured from terminal output. When exceeded, lines are removed from the middle to save tokens. Default: 500 lines.
3737

3838
#### Terminal Shell Integration Timeout

0 commit comments

Comments
 (0)