Roo-Code/src/integrations
Eric Wheeler a25f1d949d fix: add PowerShell-specific command handling
PowerShell requires special handling for command output due to two issues:
- A sleep delay is required to prevent the ]633;D marker from losing the
  original output
- A counter is needed to work around a bug where identical commands are not executed

Changes:
- Add cmdCounter to Terminal class for unique command tracking
- Add PowerShell detection via platform and default shell profile
- Add sleep delay to ensure output is captured before command completion

Signed-off-by: Eric Wheeler <roo-code@z.ewheeler.org>
2025-03-11 20:54:15 -07:00
..
diagnostics Merge pull request #996 from qdaxb/optimize_diagnostics 2025-03-09 21:38:03 -04:00
editor Merge pull request #996 from qdaxb/optimize_diagnostics 2025-03-09 21:38:03 -04:00
misc feat: add run-length encoding for repeated lines 2025-03-10 20:55:05 -07:00
terminal fix: add PowerShell-specific command handling 2025-03-11 20:54:15 -07:00
theme fix: correct VSCode URI 2025-01-15 08:24:21 +11:00
workspace Add Knip check for unused files 2025-02-23 01:01:51 -05:00