summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-06-09 11:51:38 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-06-09 11:51:38 +0200
commit1f42da870ba95e96647ce9e29a806d32b820cd89 (patch)
tree31520e4b1a16d253b65b8dcf925af3b8c8537e40
parent1585a4aabf09f5b5364cd056bd59697ba5768d40 (diff)
downloaddotfiles-1f42da870ba95e96647ce9e29a806d32b820cd89.tar.gz
dotfiles-1f42da870ba95e96647ce9e29a806d32b820cd89.zip
misc(claude): send notification when Claude is waiting for user input
-rw-r--r--.claude/settings.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/.claude/settings.json b/.claude/settings.json
index 6125f63..782b67b 100644
--- a/.claude/settings.json
+++ b/.claude/settings.json
@@ -12,6 +12,17 @@
]
},
"hooks": {
+ "Notification": [
+ {
+ "matcher": "permission_prompt|idle_prompt",
+ "hooks": [
+ {
+ "type": "command",
+ "command": "notify-send --app-name 'Claude Code' --icon utilities-terminal 'Claude Code' \"$(jq --raw-output '.message')\""
+ }
+ ]
+ }
+ ],
"PostToolUse": [
{
"matcher": "Edit|Write",