github Yeachan-Heo/oh-my-claudecode v3.8.6
v3.8.6 - Fix Hook Templates (Issue #205)

latest releases: v4.14.0, v4.13.7, v4.13.6...
3 months ago

Bug Fix

Fixes #205 - CLI fails with "FATAL: Hook template not found" error

Root Cause

The code looked for .sh (Bash) hook templates, but only .mjs (Node.js) templates exist in the package.

Changes

  • Node.js hooks are now the default on all platforms (not just Windows)
  • shouldUseNodeHooks() returns true by default
  • loadTemplate() gracefully handles missing templates
  • Updated installer to use getHookScripts() instead of deprecated HOOK_SCRIPTS

Documentation Updates

  • Only /plugin add installation method is now supported
  • Removed npm/bun global install instructions (they don't work reliably)
  • Updated REFERENCE.md, MIGRATION.md, and omc-setup skill

Installation (Required Method)

/plugin marketplace add https://github.com/Yeachan-Heo/oh-my-claudecode
/plugin install oh-my-claudecode

Breaking Change

If you relied on OMC_USE_NODE_HOOKS=1 environment variable, it's no longer needed - Node.js hooks are now the default.

Full Changelog: v3.8.5...v3.8.6

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

NewReleases is sending notifications on new releases.