mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Fix: Replace old verbose matcher syntax with tool group in example hook
This commit is contained in:
parent
0f00dc7a46
commit
ad3cd20fb5
1 changed files with 1 additions and 1 deletions
|
|
@ -3577,7 +3577,7 @@ export const webviewMessageHandler = async (
|
|||
hooks:
|
||||
PreToolUse:
|
||||
- id: example-hook
|
||||
matcher: "write_to_file|edit_file|apply_diff|apply_patch"
|
||||
matcher: "edit"
|
||||
enabled: true
|
||||
command: 'echo "Verification hook triggered"'
|
||||
timeout: 5
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue