agent-orchestrator/packages/plugins/runtime-process
Priyanshu Choudhary f825dff6c7 fix(runtime-process): preserve EPERM in Windows pty-host sweep exit-poll
The catch in sweepWindowsPtyHosts treated every error as "process exited",
including EPERM. On Windows EPERM means the pty-host exists but the caller
lacks permission to signal it (cross-context), so the orphan was skipping
the killProcessTree force-kill step and leaking. Mirror the destroy() logic
at line 290: only flag exited on non-EPERM (typically ESRCH).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-04 22:33:33 +05:30
..
src fix(runtime-process): preserve EPERM in Windows pty-host sweep exit-poll 2026-05-04 22:33:33 +05:30
CHANGELOG.md chore: release 0.4.0 (#1625) 2026-05-04 06:57:24 +05:30
package.json Merge remote-tracking branch 'origin/main' into feat/windows-platform-adapter 2026-05-04 15:47:14 +05:30
tsconfig.json fix: scope node types to node packages 2026-04-13 18:25:21 +05:30