當 Claude Code 執行結束或停止時,自動播放提示音通知用戶 (Windows OS)
/plugin marketplace add ycs77/claude-code-plugins/plugin install notification-basic-win@ycs77/claude-code-plugins*powershell -Command "(New-Object System.Media.SoundPlayer '${CLAUDE_PLUGIN_ROOT}\audios\stop.wav').PlaySync()"*powershell -Command "(New-Object System.Media.SoundPlayer '${CLAUDE_PLUGIN_ROOT}\audios\notification.wav').PlaySync()"