|
|
|
|
|
by vunderba
91 days ago
|
|
FWIW most of the agentic CLI tools also let you setup notification hooks so you can just do something like this: afplay /System/Library/Sounds/Glass.aiff
osascript -e 'display notification "Waiting..." with title "Coding Agent"
The sound is especially useful since for longer running tasks I'll often do some chores around the house while waiting for it to finish up. |
|
Something I never figured out is why Claude Code's "Notification" hook waits minutes to fire. I had to use the "Stop" hook for actual end-of-response timing.