Files
gh-fussy113-claude-code-mar…/hooks/notification.sh
2025-11-29 18:27:42 +08:00

7 lines
214 B
Bash
Executable File

#!/bin/bash
osascript -e 'display notification "Claude Codeが許可を求めています" with title "Claude Code" subtitle "確認待ち" sound name "Glass"'
# Exit successfully (don't block the action)
exit 0