Release Notes
Patch release focused on bundled CJS path resolution reliability and daemon startup correctness.
Bug Fixes
- Fixed bundled package-root resolution for agent prompt discovery in CJS runtime (
bridge/cli.cjs) by using runtime-aware__dirnamechecks before ESM fallback. - Fixed wait daemon bootstrap path resolution to load dist daemon modules in bundled CLI mode instead of re-importing
bridge/cli.cjs. - Fixed reply-listener daemon bootstrap path resolution in bundled CLI mode using the same dist-module strategy.
- Added regression tests for daemon module-path resolution and package-dir ordering to prevent recurrence of #1322, #1323, and #1324.
Included
- Merged dev into main for release.
- Version bump to 4.6.7 across package/plugin metadata.
- Full test run and build completed before publish.