diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-09 11:51:38 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-09 11:51:38 +0200 |
| commit | 1f42da870ba95e96647ce9e29a806d32b820cd89 (patch) | |
| tree | 31520e4b1a16d253b65b8dcf925af3b8c8537e40 /.claude/settings.json | |
| parent | 1585a4aabf09f5b5364cd056bd59697ba5768d40 (diff) | |
| download | dotfiles-1f42da870ba95e96647ce9e29a806d32b820cd89.tar.gz dotfiles-1f42da870ba95e96647ce9e29a806d32b820cd89.zip | |
misc(claude): send notification when Claude is waiting for user input
Diffstat (limited to '.claude/settings.json')
| -rw-r--r-- | .claude/settings.json | 11 |
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", |
