Skip to content

0.21.5

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Mar 01:31
· 3 commits to master since this release
fix: enable shell mode for ACP agent spawn on Windows

On Windows, `npx` is a `.cmd` batch wrapper. Node's `spawn()` doesn't
resolve `.cmd` extensions, causing ENOENT even when npx is on PATH.
Adding `shell: true` on win32 lets cmd.exe handle the resolution.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>