Files
pi/packages/coding-agent
T
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
6e9fa8dde1 ยท 2025-11-11 21:07:39 +01:00
History
..