Roo-Code/src/integrations/misc
KJ7LNW 5c2511e355
feat: compress terminal output with backspace characters (#2907)
Follow-up to #2562 adding support for backspace character compression.
Optimizes terminal output by handling backspace characters similar to
carriage returns, improving readability of progress spinners and other
terminal output that uses backspace for animation.

- Added processBackspaces function using efficient indexOf approach
- Added comprehensive test suite for backspace handling
- Integrated with terminal output compression pipeline

Signed-off-by: Eric Wheeler <roo-code@z.ewheeler.org>
Co-authored-by: Eric Wheeler <roo-code@z.ewheeler.org>
2025-04-24 19:28:09 -04:00
..
__tests__ feat: compress terminal output with backspace characters (#2907) 2025-04-24 19:28:09 -04:00
export-markdown.ts Fix filename format in downloadTask function for markdown export (#2717) 2025-04-17 16:18:50 -04:00
extract-text.ts feat: compress terminal output with backspace characters (#2907) 2025-04-24 19:28:09 -04:00
line-counter.ts feat read file range (#1440) 2025-03-20 00:55:47 -04:00
open-file.ts fix: allow opening files without workspace root (#1054) 2025-04-23 02:35:10 -04:00
process-images.ts Chore: Prettier for consistant formatting (#794) 2024-11-21 13:13:54 -08:00
read-lines.ts refactor: improve readFileTool XML output format (#2340) 2025-04-08 23:04:44 -04:00