[Windows] 基本鈴聲 - 當 Claude Code 執行結束或停止時,自動播放提示音通知用戶
/plugin marketplace add ycs77/claude-code-notifications/plugin install basic-win@ycs77/claude-code-notifications*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()"