Bug Fixes
- Fix PostToolUse hook crashes and 5-second latency (#1220): Added missing
breakstatements to all 7 switch cases inworker-service.tspreventing fall-through execution, added.catch()onmain()to handle unhandled promise rejections, and removed redundantstartcommands from hook groups that triggered the 5-secondcollectStdin()timeout - Fix CLAUDE_PLUGIN_ROOT fallback for Stop hooks (#1215): Added POSIX shell-level
CLAUDE_PLUGIN_ROOTfallback inhooks.jsonfor environments where the variable isn't injected, added script-level self-resolution viaimport.meta.urlinbun-runner.js, and regression test added inplugin-distribution.test.ts
Maintenance
- Synced all version files (plugin.json was stuck at 10.4.0)