ProductionTracked since May 18, 2026
Revert Codex Stop session-end chaining to prevent early session closure
Release v0.9.20 reverts the v0.9.19 change that chained `session-end.mjs` from Codex `Stop`, because `Stop` can fire before a conversation is truly finished and later observations were being written under an `endedAt`-marked closed record. The hotfix restores `Stop` to summarize-only behavior and keeps the broader SessionEnd-based completion design open in issue #493.
Codex Stopsession-end.mjsendedAtsession tracking