fix(ts/index): Use cli.js as the spawned CLI entry point instead of cli.child.js
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-10-17 - 1.6.2 - fix(ts/index)
|
||||
Use cli.js as the spawned CLI entry point instead of cli.child.js
|
||||
|
||||
- Replace references to ../cli.child.js with ../cli.js in ts/index.ts (runInChildProcess and spawnPath) to ensure child processes spawn the correct CLI entry point.
|
||||
- This change fixes child process spawning failures caused by referencing a non-existent cli.child.js file.
|
||||
- Add local .claude/settings.local.json (local runner/editor permissions configuration).
|
||||
|
||||
## 2025-10-17 - 1.6.1 - fix(plugins)
|
||||
Export child_process.spawn from plugins and use plugins.spawn in spawnPath to remove direct require and unify process spawning
|
||||
|
||||
|
Reference in New Issue
Block a user