github Yeachan-Heo/oh-my-claudecode v3.7.14
v3.7.14 - Fix global module resolution + python_repl path

latest releases: v4.9.1, v4.9.0, v4.8.2...
one month ago

Fixes

AST tools: global npm module resolution

module.globalPaths.push() doesn't work after Node.js startup. Fixed by setting process.env.NODE_PATH then calling Module._initPaths() to force path re-initialization.

python_repl: CJS path resolution

import.meta.url is undefined in CJS bundles, causing fileURLToPath(undefined) to throw. Added fallback to __dirname for bundled context and OMC_BRIDGE_SCRIPT env var support.

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

NewReleases is sending notifications on new releases.