agent-orchestrator/packages
Priyanshu Choudhary 6031f2e962 fix(cli): add detached: !isWindows() to dashboard spawn for correct process cleanup
Without detached:true on Unix, killProcessTree(pid) calls process.kill(-pid)
which targets a process group the child never owns — ESRCH causes fallback to
direct kill, leaving grandchild processes alive. Matches the pattern already
used in start.ts lines 782 and 795.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-10 01:04:00 +05:30
..
ao chore: version packages 2026-03-29 09:21:26 +00:00
cli fix(cli): add detached: !isWindows() to dashboard spawn for correct process cleanup 2026-04-10 01:04:00 +05:30
core fix(core): use lazy factory for Zod runtime default 2026-04-10 01:04:00 +05:30
integration-tests extend opencode discovery timeout, include integration tests in pnpm test 2026-03-29 16:44:53 +05:30
plugins fix(test): use mockReturnValueOnce for pwsh shell mock to prevent test pollution 2026-04-10 01:03:58 +05:30
web fix: project builds on Windows 2026-04-10 01:03:49 +05:30