Skip to content

Commit 49a8cb4

Browse files
committed
Fix(docs): restore missing 'Known Issues' section
1 parent f812052 commit 49a8cb4

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/features/shell-integration.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,30 @@ This setup works reliably on Windows systems using Cygwin, Fish, and the Starshi
408408
- These settings can help regardless of your operating system
409409
410410
411+
### Ctrl+C Behavior
412+
413+
**Issue**: If text is already typed in the terminal when Roo tries to run a command, Roo will press Ctrl+C first to clear the line, which can interrupt running processes.
414+
415+
**Workaround**: Make sure your terminal prompt is empty (no partial commands typed) before asking Roo to execute terminal commands.
416+
417+
### Multi-line Command Issues
418+
419+
**Issue**: Commands that span multiple lines can confuse Roo and may show output from previous commands mixed in with current output.
420+
421+
**Workaround**: Instead of multi-line commands, use command chaining with `&&` to keep everything on one line (e.g., `echo a && echo b` instead of typing each command on a separate line).
422+
423+
### PowerShell-Specific Issues
424+
425+
1. **Premature Completion**: PowerShell sometimes tells Roo a command is finished before all the output has been shown.
426+
2. **Repeated Commands**: PowerShell may refuse to run the same command twice in a row.
427+
428+
**Workaround**: Enable the "PowerShell counter workaround" setting and set a terminal command delay of 150ms in the settings to give commands more time to complete.
429+
430+
### Incomplete Terminal Output
431+
432+
**Issue**: Sometimes VS Code doesn't show or capture all the output from a command.
433+
434+
**Workaround**: If you notice missing output, try closing and reopening the terminal tab, then run the command again. This refreshes the terminal connection.
411435
---
412436
413437
## Troubleshooting Resources

0 commit comments

Comments
 (0)