I built this tool because I kept missing when Claude Code or Codex finished a task while I was grabbing coffee or browsing Twitter.
The problem: AI coding agents like Claude Code and OpenAI Codex run in the terminal. When they complete a task or need your input, there's no notification — you have to keep checking the terminal.
The solution: Agent Notify hooks into these agents and sends notifications through multiple channels:
- System sounds (customizable) - macOS Notification Center - Voice announcements (using say) - ntfy push notifications (works on your phone)
It supports both Claude Code/Cursor (via hooks) and OpenAI Codex (via notify config).
Built with Bun and ships as a single binary. The setup is interactive — just run it and pick what you want.
Open source under MIT. Looking forward to your feedback!