co-mono/packages
Mario Zechner 594edec31b Make file operations properly abortable with async operations
Replace synchronous file operations with async Promise-based operations
that listen to abort signals during execution:
- read, write, edit now use fs/promises async APIs
- Add abort event listeners that reject immediately on abort
- Check abort status before and after each async operation
- Clean up event listeners properly

This ensures pressing Esc during file operations shows red error state.
2025-11-11 23:33:16 +01:00
..
agent Fix markdown streaming duplication by splitting newlines first 2025-11-11 19:27:58 +01:00
ai Add /thinking command and improve TUI UX 2025-11-11 20:28:10 +01:00
coding-agent Make file operations properly abortable with async operations 2025-11-11 23:33:16 +01:00
pods Clean up TUI package and refactor component structure 2025-11-11 10:32:18 +01:00
proxy Clean up TUI package and refactor component structure 2025-11-11 10:32:18 +01:00
tui Fix tab rendering in TUI components 2025-11-11 23:24:48 +01:00
web-ui Clean up TUI package and refactor component structure 2025-11-11 10:32:18 +01:00
test.txt Fix read/write tool output formatting 2025-11-11 21:22:08 +01:00