17 lines
387 B
JSON
Raw Normal View History

2025-07-08 12:07:34 +10:00
{
"model": "sonnet",
"cleanupPeriodDays": 365,
2025-07-08 12:07:34 +10:00
"hooks": {
"Stop": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
2025-07-16 04:44:02 +10:00
"command": "terminal-notifier -title 'Claude Code' -subtitle 'Session Complete' -message \"Finished working in $(basename \"$PWD\")\" -sound default -timeout 10"
2025-07-08 12:07:34 +10:00
}
]
}
]
}
}