From 108ffa5b2eae6805063a7e29d2561627a4c6f4b0 Mon Sep 17 00:00:00 2001 From: hannesrudolph Date: Fri, 11 Apr 2025 18:54:24 -0600 Subject: [PATCH] docs: enhance terminal output limit description for clarity and token management --- docs/features/shell-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/shell-integration.md b/docs/features/shell-integration.md index 9be1012f..dcf80a63 100644 --- a/docs/features/shell-integration.md +++ b/docs/features/shell-integration.md @@ -32,7 +32,7 @@ Roo Code provides several settings to fine-tune shell integration. Access these #### Terminal Output Limit Terminal output limit slider set to 500 - +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. Controls the maximum number of lines captured from terminal output. When exceeded, lines are removed from the middle to save tokens. Default: 500 lines. #### Terminal Shell Integration Timeout