• Release v4.2.10: Windows compatibility fix

    airkjw released this 2025-10-25 17:24:39 +00:00 | 1634 commits to main since this release

    Fixed Windows compatibility issue caused by hardcoded macOS-specific Claude executable path.

    Changes:

    • Removed hardcoded path: /Users/alexnewman/.nvm/versions/node/v24.5.0/bin/claude
    • Removed pathToClaudeCodeExecutable parameter from SDK query() calls
    • SDK now automatically detects Claude Code executable path on all platforms
    • Improved cross-platform compatibility (Windows, macOS, Linux)

    Technical Details:

    • Updated src/sdk/worker.ts
    • Updated src/services/worker-service.ts
    • Rebuilt plugin/scripts/worker-service.cjs

    Impact: Worker service now works correctly on all platforms.

    Downloads