Hotfix: CLI import.meta.url Fix (v4.6.3)
Bug Fixes
- CLI Runtime Fix: Fixed
fileURLToPatherror caused byimport.meta.urlbeing undefined in CJS bundle- Added banner injection in
scripts/build-cli.mjsto defineimportMetaUrlbefore bundle - Used esbuild
defineto replaceimport.meta.urlwith the polyfill - Fixes
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type stringwhen runningomcCLI
- Added banner injection in
Files Changed
scripts/build-cli.mjs- Added import.meta.url polyfill injectionbridge/cli.cjs- Rebuilt with fixpackage.json- Version bump to 4.6.3CHANGELOG.md- Added release notes
Upgrade
npm install -g oh-my-claude-sisyphus@4.6.3