Open-source tool sends mobile alerts when a Codex task changes status
A developer released a free, tool that sends to your phone whenever a Codex task changes state. Codex is an AI tool that writes and edits code automatically, and each task can be in one of five states: active, paused, resumed, blocked, or complete.
The tool monitors those state changes and delivers alerts via ntfy.sh, a free push-notification service that requires no paid account or personal server. It works with both the Codex app and the CLI (), and the is available on GitHub under the name codex-goal-hooks.
Key points
- Monitors five Codex task states: active, paused, resumed, blocked, complete
- Uses ntfy.sh for free mobile — no server needed
- Compatible with both the Codex app and CLI
- freely available on GitHub as codex-goal-hooks