If you are like me and usually let Claude Code run while you do something else, you can use hooks to let you know when it needs your input.
The following hook will use your mac's text-to-speech CLI tool to hear when Claude is waiting for you.
If you are like me and usually let Claude Code run while you do something else, you can use hooks to let you know when it needs your input.
The following hook will use your mac's text-to-speech CLI tool to hear when Claude is waiting for you.
{ | |
"hooks": { | |
"Notification": [ | |
{ | |
"matcher": "", | |
"hooks": [ | |
{ | |
"type": "command", | |
"command": "jq -r .message | say" | |
} | |
] | |
} | |
] | |
} | |
} |
You can also use this if you want a more realistic voice: https://github.com/CodeCraftersLLC/local-voice-mcp