Files
2025-11-30 08:57:03 +08:00

16 lines
295 B
JSON

{
"hooks": {
"PostToolUse": [
{
"matcher": "WebSearch|WebFetch",
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/handle-web-search.mjs",
"timeout": 30
}
]
}
]
}
}