github Yeachan-Heo/oh-my-claudecode v4.6.3
v4.6.3: CLI import.meta.url Fix

latest releases: v4.13.1, v4.13.0, v4.12.1...
one month ago

Hotfix: CLI import.meta.url Fix (v4.6.3)

Bug Fixes

  • CLI Runtime Fix: Fixed fileURLToPath error caused by import.meta.url being undefined in CJS bundle
    • Added banner injection in scripts/build-cli.mjs to define importMetaUrl before bundle
    • Used esbuild define to replace import.meta.url with the polyfill
    • Fixes TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string when running omc CLI

Files Changed

  • scripts/build-cli.mjs - Added import.meta.url polyfill injection
  • bridge/cli.cjs - Rebuilt with fix
  • package.json - Version bump to 4.6.3
  • CHANGELOG.md - Added release notes

Upgrade

npm install -g oh-my-claude-sisyphus@4.6.3

Don't miss a new oh-my-claudecode release

NewReleases is sending notifications on new releases.