Created
July 24, 2025 09:14
-
-
Save nickdavis/392d1aa18c7824d11140aaef5b147cbd to your computer and use it in GitHub Desktop.
Get a chime whenever Claude Code either finishes its current task or needs input from you to continue. Create or edit ~/.claude/settings.json and drop in (this is for Mac, you will have to restart your current session) https://x.com/nickdavisio/status/1948310349309972590
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"hooks": { | |
"Stop": [ | |
{ | |
"hooks": [ | |
{ "type": "command", "command": "afplay /System/Library/Sounds/Glass.aiff" } | |
] | |
} | |
], | |
"Notification": [ | |
{ | |
"hooks": [ | |
{ "type": "command", "command": "afplay /System/Library/Sounds/Funk.aiff" } | |
] | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment