▲winterjung 3달전 | parent | ★ favorite | on: PeonPing - Warcraft III 일꾼 음성으로 Claude Code 작업 상태 알려주기(github.com/tonyyont)좀 더 간단히 하시고 싶으면 https://www.wowhead.com/sounds/name:peon 사이트에서 필요한 사운드만 다운받아 아래처럼 ~/.claude/settings.json을 적어두시면 됩니다. { "hooks": { "SessionStart": [ {"hooks": [{"type": "command", "command": "afplay /Users/name/.claude/hooks/PeonReady1.ogg"}]} ], "UserPromptSubmit": [ {"hooks": [{"type": "command", "command": "afplay /Users/name/.claude/hooks/PeonYes3.ogg"}]} ], "Notification": [ {"hooks": [{"type": "command", "command": "afplay /Users/name/.claude/hooks/PeonWhat3.ogg"}]} ], "Stop": [ {"hooks": [{"type": "command", "command": "afplay /Users/name/.claude/hooks/PeonBuildingComplete1.ogg"}]} ] } }
좀 더 간단히 하시고 싶으면 https://www.wowhead.com/sounds/name:peon 사이트에서 필요한 사운드만 다운받아 아래처럼
~/.claude/settings.json을 적어두시면 됩니다.