* fix(cmux): isolate CmuxClient stdio to prevent TUI hangs (#1922) Replace execFileAsync (promisify) with spawn in runAsync to allow explicit stdio isolation. Both runSync and runAsync now set stdio: ["ignore", "pipe", "pipe"] so the cmux CLI child process cannot inherit the parent's stdin/stderr and steal keyboard input or corrupt TUI rendering. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * ci: retrigger after integration flake --------- Co-authored-by: trek-e <trek-e@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| index.ts | ||
| package.json | ||