co-mono/packages
Mario Zechner 6e9fa8dde1 Fix bash abort to kill entire process tree immediately
- Switch from exec() to spawn() with detached: true
- Create new process group for spawned commands
- Kill entire process group with process.kill(-pid) on abort
- This ensures commands like "sleep 4 && echo hello" abort immediately
- Previous implementation only killed parent shell, leaving subprocesses running
2025-11-11 21:07:39 +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 Fix bash abort to kill entire process tree immediately 2025-11-11 21:07:39 +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 Clear scrollback buffer on full TUI re-renders 2025-11-11 20:42:40 +01:00
web-ui Clean up TUI package and refactor component structure 2025-11-11 10:32:18 +01:00