Skip to content

chore: version packages - #297

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@agentskit/code-review@0.32.1

Patch Changes

  • #295 57d62f7 Thanks @rembradtech! - Fix local CLI providers (claude-cli, codex-cli, ...) failing to spawn on Windows. npm's global install of any Node CLI produces a .cmd shim there, and Windows' CreateProcess cannot execute one without a shell, so the previous plain child_process.spawn failed with ENOENT/EINVAL for every local provider regardless of the configured path — reproduced live via doctor --provider claude-cli, which reported executable: not found even though the CLI ran fine directly in the same shell. Switched to cross-spawn, which detects this case and re-execs through cmd.exe with the same argument escaping Node's own shell: true uses.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 937b75e to 8193d16 Compare September 22, 2026 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants