Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From notification-nikaidouhiro-win
Plays a terminal bell sound on session stop, user prompts, and notifications to provide audio feedback during Claude Code sessions.
3 events · 3 hooks
npx claudepluginhub ycs77/claude-code-notifications --plugin notification-nikaidouhiro-winWhere this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
*powershell -Command "(New-Object System.Media.SoundPlayer (('${CLAUDE_PLUGIN_ROOT}/audios/stop.wav' -replace '^/([a-zA-Z])/', '\$1:\') -replace '/', '\')).PlaySync()"5msAskUserQuestionpowershell -Command "(New-Object System.Media.SoundPlayer (('${CLAUDE_PLUGIN_ROOT}/audios/notification.wav' -replace '^/([a-zA-Z])/', '\$1:\') -replace '/', '\')).PlaySync()"5mspermission_prompt|elicitation_dialogpowershell -Command "(New-Object System.Media.SoundPlayer (('${CLAUDE_PLUGIN_ROOT}/audios/notification.wav' -replace '^/([a-zA-Z])/', '\$1:\') -replace '/', '\')).PlaySync()"5msShare bugs, ideas, or general feedback.