@getworkle/cli 0.2.10 → 0.2.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +2 -0
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -8263,6 +8263,8 @@ async function runAgent(opts) {
|
|
|
8263
8263
|
prompt,
|
|
8264
8264
|
options: {
|
|
8265
8265
|
pathToClaudeCodeExecutable: resolveClaudeCodeExecutable(),
|
|
8266
|
+
executable: process.execPath,
|
|
8267
|
+
// Full path to node — launchd doesn't have node in PATH
|
|
8266
8268
|
cwd: agentDir,
|
|
8267
8269
|
settingSources: ["project"],
|
|
8268
8270
|
...sessionId ? { resume: sessionId } : {},
|