Initial commit
This commit is contained in:
6
hooks/notification.sh
Executable file
6
hooks/notification.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user