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-requested hook/notify event.
  • Add notify_events config to opt-in which events trigger notify.

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).

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗