From ad3cd20fb5307c3cac68e0ea8c1171b90e3d8cf2 Mon Sep 17 00:00:00 2001 From: Toray Altas Date: Sat, 17 Jan 2026 18:11:15 -0500 Subject: [PATCH] Fix: Replace old verbose matcher syntax with tool group in example hook --- src/core/webview/webviewMessageHandler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/webview/webviewMessageHandler.ts b/src/core/webview/webviewMessageHandler.ts index 539102273c..b0ecad6428 100644 --- a/src/core/webview/webviewMessageHandler.ts +++ b/src/core/webview/webviewMessageHandler.ts @@ -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