co-mono/packages/coding-agent
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
..
src Fix bash abort to kill entire process tree immediately 2025-11-11 21:07:39 +01:00
test Agent package + coding agent WIP, refactored web-ui prompts 2025-10-17 11:47:01 +02:00
example.txt Improve TUI instructions and thinking selector styling 2025-11-11 20:53:27 +01:00
package.json Clean up TUI package and refactor component structure 2025-11-11 10:32:18 +01:00
tsconfig.build.json Agent package + coding agent WIP, refactored web-ui prompts 2025-10-17 11:47:01 +02:00
vitest.config.ts Agent package + coding agent WIP, refactored web-ui prompts 2025-10-17 11:47:01 +02:00