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()returnstrueby defaultloadTemplate()gracefully handles missing templates- Updated installer to use
getHookScripts()instead of deprecatedHOOK_SCRIPTS
Documentation Updates
- Only
/plugin addinstallation 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-claudecodeBreaking 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