Skip to main content

AI Agent Awesome

FAQ

Notification

  • macOS terminal-notifier
  • Linux notify-send
{
"hooks": {
"Notification": [
{
"matcher": "idle_prompt",
"hooks": [
{
"type": "command",
"command": "terminal-notifier -title '🔔 Claude Code: Input Needed' -message 'Claude is waiting for your input'"
}
]
}
]
}
}