Skip to content

Instantly share code, notes, and snippets.

@tai2
Last active March 15, 2026 02:17
Show Gist options
  • Select an option

  • Save tai2/ae3b0c5697a3fa9e26cf3149551d1f3a to your computer and use it in GitHub Desktop.

Select an option

Save tai2/ae3b0c5697a3fa9e26cf3149551d1f3a to your computer and use it in GitHub Desktop.
Claude Code Audio Notifications
"hooks": {
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "afplay /System/Library/Sounds/Glass.aiff"
}
]
}
],
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "say 'Claude needs your input'"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment