Skip to content
Discussion options

You must be logged in to vote

That report was valid for older ECC hook configs.

Claude Code's matcher support is much narrower than the old expression-style examples implied. Current main / v1.8.0 no longer relies on tool == ... && tool_input ... matcher expressions for the core hooks. The repo now uses simple event matchers like Bash, Edit, Write, and Stop, and does the real filtering inside script files. That change was part of the recent hook reliability pass.

If npm run dev still does nothing on your machine, the first things to check are:

  1. you are on the current plugin version, not an older cached install
  2. your installed hook config contains the newer simple matchers
  3. ECC_DISABLED_HOOKS is not disabling the relevan…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by affaan-m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants