github Yeachan-Heo/oh-my-claudecode v3.7.13
v3.7.13 - Fix AST tools resolution in plugin context

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

Fix

@ast-grep/napi installed globally was not resolvable from the plugin cache directory.

Solution: The bundled bridge/mcp-server.cjs now injects a startup banner that adds the global npm root (npm root -g) to module.globalPaths. This ensures globally-installed native modules are discoverable regardless of the server's working directory.

Previous shell wrapper approach (v3.7.12) did not propagate correctly in the plugin execution context.

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

NewReleases is sending notifications on new releases.