🔔

【MacOS】Claude Codeの完了通知を通知センターに出す

に公開
  1. Claude Codeで /hooks
  2. Notification と Stop で Add new hooks で下記を入力
    sh -c 'osascript -e "display notification \"$(pwd)\" with title \"Claude Code\" sound name \"Class\""'
    

参考
https://docs.anthropic.com/ja/docs/claude-code/hooks

Discussion