| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | < 22 hours ago | 964 Bytes | |
| v0.9.20 -- hotfix_ revert Codex Stop session-end source code.tar.gz | < 22 hours ago | 30.4 MB | |
| v0.9.20 -- hotfix_ revert Codex Stop session-end source code.zip | < 22 hours ago | 30.7 MB | |
| Totals: 3 Items | 61.1 MB | 0 | |
0.9.20 — 2026-05-18
Hotfix: revert the Codex Stop → session-end chain shipped in v0.9.19.
Fixed
- Revert Codex Stop hook session-end chain (PR [#501] by @Rex57, reverts v0.9.19's #495, re-opens #493). Post-merge field-testing surfaced the underlying issue: Codex
Stopfires before the overall conversation is truly finished — multiple Stops bracket each assistant turn within one session. Chainingsession-end.mjsfrom Stop marked sessions completed too early, with later observations still arriving against anendedAt-stamped record. Restored to summarize-only Stop; the SessionEnd-shaped solution stays open as #493.