0.1.7
pi-bin v0.1.7
fix:
- bash abort: Esc could not interrupt running commands and orphaned children kept stealing the TTY input (sudo/read password prompts leaked onto the TUI, input felt frozen)
- spawnProcess silently dropped the detached option (scriptc requires a detached boolean literal; branch into two inline calls) so command shells never led their own process group
- processGroupId parsed /proc/pid/stat with an off-by-one (returned ppid, not pgrp), making the pid-reuse guard reject every group kill killProcessTree now group-kills group leaders and single-kills non-leaders instead of returning silently
- with detached fixed, commands run without a controlling terminal: sudo/password prompts fail fast with a pipe-visible error instead of hanging the TUI