Enable per-event notify on CI mode

Resolved 💬 1 comment Opened Sep 27, 2025 by andresssantos Closed Dec 18, 2025

What feature would you like to see?

Id like to stream codex exec events to an external app.

I’m running codex exec in GitLab CI and need to stream live progress to an external web app (commands, command output, reasoning, etc.).
Today, the notify hook only fires on agent-turn-complete, which is too late for a realtime UI.

In my case, the notify hook needs to POST each event to an HTTPS endpoint, so my external app can render a live timeline just like codex web.

Separately, the recent work on explicit exec events https://github.com/openai/codex/pull/4177#issue-3450304304 (e.g., item.* events) is great , but it’s not yet a drop-in mechanism for pushing events to another app during codex exec runs.

I don’t know if I’m missing something here, but is there another way to get live events from codex exec today (beyond the agent-turn-complete notify)?

Are you interested in implementing this feature?

_No response_

Additional information

_No response_

View original on GitHub ↗

This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗