Skip to content

Commit 0c378a8

Browse files
committed
docs: refine terminal settings descriptions and improve clarity in release notes
1 parent e1a8ba8 commit 0c378a8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/update-notes/v3.11.13.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ This release includes several terminal enhancements, improved diff error display
66

77
Six new configurable settings were added to improve terminal reliability:
88

9-
* **Terminal command delay setting** - Configurable millisecond delay after command execution for terminals with timing issues. Uses `PROMPT_COMMAND='sleep N'` or appends `start-sleep` to PowerShell commands.
10-
* **PowerShell counter workaround setting** - Adds a counter to PowerShell commands to ensure proper output capture.
11-
* **Clear ZSH EOL mark setting** - Sets `PROMPT_EOL_MARK=""` to prevent interpretation issues when output ends with special characters.
12-
* **Oh My Zsh integration setting** - Sets `ITERM_SHELL_INTEGRATION_INSTALLED=Yes` to enable compatibility with Oh My Zsh. (experimental)
13-
* **Powerlevel10k integration setting** - Sets `POWERLEVEL9K_TERM_SHELL_INTEGRATION=true` to enable compatibility with Powerlevel10k theme. (experimental)
14-
* **ZDOTDIR handling setting** - Creates a temporary directory for ZDOTDIR to ensure proper zsh shell integration without modifying user configuration. (experimental)
9+
* **Terminal command delay setting** - Adds a small pause after running commands to fix output capture issues in some terminals. Useful if Roo has trouble seeing command results.
10+
* **PowerShell counter workaround setting** - Helps PowerShell run identical commands multiple times without failing. Turn this on if Roo struggles with repeated commands.
11+
* **Clear ZSH EOL mark setting** - Prevents ZSH from adding special characters that can confuse Roo when reading terminal output.
12+
* **Oh My Zsh integration setting** - Makes Roo work better with the popular Oh My Zsh shell customization framework. (experimental)
13+
* **Powerlevel10k integration setting** - Improves compatibility with the Powerlevel10k ZSH theme. (experimental)
14+
* **ZDOTDIR handling setting** - Helps Roo work with custom ZSH configurations without interfering with your personal settings. (experimental)
1515

1616
For detailed information about these settings and shell integration troubleshooting, see [Terminal Shell Integration](/features/shell-integration).
1717

@@ -26,11 +26,11 @@ For detailed information about these settings and shell integration troubleshoot
2626

2727
## Improvements
2828

29-
* Add file context tracking system (thanks samhvw8 and canvrno!)
30-
* Rename AWS Bedrock to Amazon Bedrock (thanks ronyblum!)
31-
* Update extension title and description (thanks StevenTCramer!)
29+
* Added file context tracking system so Roo better remembers which files you're working with (thanks samhvw8 and canvrno!)
30+
* Renamed AWS Bedrock to Amazon Bedrock for consistency with official naming (thanks ronyblum!)
31+
* Updated extension title and description for clarity (thanks StevenTCramer!)
3232

3333
## Bug Fixes
3434

35-
* Fixes to `.vscodeignore` (thanks franekp!)
36-
* Fix a zh-CN translation for model capabilities (thanks zhangtony239!)
35+
* Fixed extension packaging to reduce download size (thanks franekp!)
36+
* Fixed Chinese (zh-CN) translation for model capabilities (thanks zhangtony239!)

0 commit comments

Comments
 (0)