Bump version to 4.2.10 and fix Windows compatibility by removing hardcoded macOS path

This commit is contained in:
Alex Newman
2025-10-25 13:24:18 -04:00
parent e82d9e075b
commit ae2c789781
6 changed files with 41 additions and 6 deletions
+10
View File
@@ -8,6 +8,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
## [4.2.10] - 2025-10-25
### Fixed
- **Windows compatibility**: Removed hardcoded macOS-specific Claude executable path that prevented worker service from running on Windows
- 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
- Affects: `src/sdk/worker.ts`, `src/services/worker-service.ts`, `plugin/scripts/worker-service.cjs`
## [4.2.3] - 2025-10-23
### Security