You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/update-notes/v3.11.13.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ This release includes several terminal enhancements, improved diff error display
6
6
7
7
Six new configurable settings were added to improve terminal reliability:
8
8
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)
15
15
16
16
For detailed information about these settings and shell integration troubleshooting, see [Terminal Shell Integration](/features/shell-integration).
17
17
@@ -26,11 +26,11 @@ For detailed information about these settings and shell integration troubleshoot
26
26
27
27
## Improvements
28
28
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!)
32
32
33
33
## Bug Fixes
34
34
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