Update default path for Claude Code executable in SDKWorker and WorkerService

This commit is contained in:
Alex Newman
2025-10-25 14:28:02 -04:00
parent d7946522e9
commit 22777bdcfe
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -283,7 +283,7 @@ class SDKWorker {
*/
private async runSDKAgent(): Promise<void> {
// Find Claude Code executable
const claudePath = process.env.CLAUDE_CODE_PATH || '/Users/alexnewman/.nvm/versions/node/v24.5.0/bin/claude';
const claudePath = process.env.CLAUDE_CODE_PATH || '/usr/local/bin/claude';
console.error(`[SDK Worker DEBUG] About to call query with claudePath: ${claudePath}`);
const queryResult = query({