github thedotmack/claude-mem v4.2.10
v4.2.10: Windows Compatibility Fix

latest releases: v9.0.17, v9.0.16, v9.0.15...
3 months ago

Fixed

  • Windows compatibility: Removed hardcoded macOS-specific Claude executable path that prevented worker service from running on Windows

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 to remove hardcoded Claude path and pathToClaudeCodeExecutable parameter
  • Updated src/services/worker-service.ts to remove hardcoded Claude path and parameter
  • Built plugin/scripts/worker-service.cjs reflects changes
  • Affects all SDK agent initialization in worker service

Impact

  • Before: Worker service failed on Windows due to hardcoded macOS path
  • After: Worker service works correctly on all platforms

Files Changed

  • src/sdk/worker.ts
  • src/services/worker-service.ts
  • plugin/scripts/worker-service.cjs (rebuilt)

Don't miss a new claude-mem release

NewReleases is sending notifications on new releases.