Notify hooks should fire when user input is requested
Resolved 💬 2 comments Opened Feb 23, 2026 by solanab Closed Feb 23, 2026
When Codex enters an interactive prompt (e.g. multiple-choice) via request_user_input, no notify hook event is emitted, so external notifiers (HTTP/desktop/etc.) never trigger.
Expected
- A hook event should fire when Codex is waiting for user input, similar to
after-tool-use.
Proposed fix
- Add a
user-input-requestedhook/notify event. - Add
notify_eventsconfig to opt-in which events triggernotify.
I have a working patch in my fork/branch and can open a PR if contributions are accepted (I saw the contribution policy mentions invitation-only PRs).
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗