github Yeachan-Heo/oh-my-claudecode v4.1.4

latest releases: v4.10.2, v4.10.1, v4.10.0...
one month ago

Fix: MCP Server Startup Crash

  • Fixed: Codex (x) and Gemini (g) MCP servers crashed on startup with Cannot find module './impl/format'
  • Root cause: esbuild picked the UMD entry point of jsonc-parser which uses dynamic require() calls that can't be resolved in a bundled CJS file
  • Fix: Added mainFields: ['module', 'main'] to all bridge build scripts so esbuild prefers the ESM entry point

Also includes v4.1.3 changes:

  • Removed artificial 20-file limit on context_files parameter for ask_codex and ask_gemini MCP tools

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

NewReleases is sending notifications on new releases.