You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the plugin using the following commands:
# Add this repo as a marketplace
/plugin marketplace add affaan-m/everything-claude-code
# Install the plugin
/plugin install everything-claude-code@everything-claude-code
After installation, I asked Claude Code to run npm run dev, but the hook did not trigger as expected.
I checked the documentation and noticed that the hook configuration uses a matcher like:
"matcher": "tool == \"Bash\" && tool_input.command matches \"(npm run dev|pnpm( run)? dev|yarn dev|bun run dev)\""
It seems that this matcher syntax is not supported, which might be why the hook is not working in my case.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I installed the plugin using the following commands:
After installation, I asked Claude Code to run npm run dev, but the hook did not trigger as expected.
I checked the documentation and noticed that the hook configuration uses a matcher like:
It seems that this matcher syntax is not supported, which might be why the hook is not working in my case.
Beta Was this translation helpful? Give feedback.
All reactions