26 lines
579 B
JSON
26 lines
579 B
JSON
{
|
|
"hooks": {
|
|
"Notification": [
|
|
{
|
|
"matcher": "",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "terminal-notifier -group 'eco.scale-bfw' -title 'Claude Code needs your input'"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Stop": [
|
|
{
|
|
"matcher": "",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "terminal-notifier -group 'eco.scale-bfw' -title 'Claude Code Finished' -sound Sonumi"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |