Show HN: Agent Notify – Notifications for AI coding agents(github.com)
github.com
Show HN: Agent Notify – Notifications for AI coding agents
https://github.com/cfngc4594/agent-notify
2 comments
Codex has recently added a [terminal bell](https://en.wikipedia.org/wiki/Bell_character) on some recent update btw. I hear a little "beemp" sound on Ubuntu 25.10. Not as ideal as a notification since I don't know which terminal finished. But already a huge improvement. Tested on codex-cli 0.93.0.
I built audio notifications for Claude Code — 9 distinct sounds so you know exactly what happened without watching the terminal https://github.com/ChanMeng666/claude-code-audio-hooks
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!