Files
gh-matsengrp-plugins/hooks/hooks.json
2025-11-30 08:39:34 +08:00

25 lines
491 B
JSON

{
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "terminal-notifier -title \"🔔 Claude Code\" -message \"Claude needs your input\" -sound default"
}
]
}
],
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "terminal-notifier -title \"✅ Claude Code\" -message \"Task completed\" -sound default"
}
]
}
]
}