Skip to content

Commit 7d91049

Browse files
committed
docs(shell-integration): update section headers for consistency in terminal settings
1 parent e1440ee commit 7d91049

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/features/shell-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Roo Code provides settings to fine-tune how it interacts with terminals. To acce
4040
1. Click the <Codicon name="gear" /> icon in the top-right corner of the Roo Code sidebar.
4141
2. In the settings pane that opens, select the "Terminal" group from the left-hand menu.
4242

43-
#### Basic Settings
43+
### Basic Settings
4444

4545
#### Terminal Output Limit
4646
<img src="/img/shell-integration/shell-integration-13.png" alt="Terminal output limit slider set to 500" width="600" />
@@ -54,7 +54,7 @@ Hard cap on total output size (characters). Roo keeps the beginning and end and
5454
<img src="/img/shell-integration/shell-integration-14.png" alt="Compress progress bar output checkbox" width="600" />
5555
ON: Collapses progress bars/spinners by processing carriage returns (\r) and backspaces (\b) so only the final state is kept, then applies run-length encoding to collapse repeated lines. OFF: Keeps every update exactly as printed. Use when you don’t need intermediate spinner states (recommended ON). Disable only if you’re debugging step-by-step progress behavior.
5656

57-
#### Advanced Settings
57+
### Advanced Settings
5858

5959
Unless noted, these settings apply only when "Use Inline Terminal (recommended)" is OFF (i.e., using the VS Code terminal).
6060

docs/update-notes/v3.15.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This release introduces prompt caching for Google Vertex, improved terminal comm
1717

1818
## Improved Terminal Command Handling
1919

20-
* Implemented a [fallback mechanism](/features/shell-integration#command-execution-fallback) for executing terminal commands if VSCode terminal shell integration fails.
20+
* Implemented a for executing terminal commands if VSCode terminal shell integration fails.
2121
* Added the ability to stop commands directly from the chat UI.
2222

2323
<img src="/img/v3.15.0/v3.15.0-2.png" width="600" />

docs/update-notes/v3.15.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This release introduces prompt caching for Google Vertex, improved terminal comm
2626

2727
## Improved Terminal Command Handling
2828

29-
* Implemented a [fallback mechanism](/features/shell-integration#command-execution-fallback) for executing terminal commands if VSCode terminal shell integration fails.
29+
* Implemented a for executing terminal commands if VSCode terminal shell integration fails.
3030
* Added the ability to stop commands directly from the chat UI.
3131

3232
<img src="/img/v3.15.0/v3.15.0-2.png" width="600" />

0 commit comments

Comments
 (0)