Agent Pipeline for Codex v0.9.0
Agent Pipeline for Codex v0.9.0
v0.9.0 adds persistent run memory through trusted Codex lifecycle hooks.
Highlights:
- Active runs now maintain
.agent-runs/<run-id>/memory/withevents.jsonl,turns.jsonl,decisions.jsonl,open_loops.jsonl,memory_probe.log, andhandoff_current.md. SessionStartinjectshandoff_current.mdinto fresh Codex sessions so restarts wake up with run state, warnings, open loops, and a resume checklist.- Hook memory remains local and deterministic, with no daemon, vector DB, or external memory service required.
- CI now triggers for
.codex-plugin/**,hooks/**, anddocs/index.html. - Secret-assignment hook detection was narrowed to avoid false positives for ordinary Python keyword arguments containing
key.
Verification:
python -m pytest -q->104 passed, 1 warningpython scripts\verify_plugin_release.py --source-only->PLUGIN-RELEASE-VERIFY: PASSEDpython scripts\verify_plugin_release.py --live->PLUGIN-RELEASE-VERIFY: PASSED- Fresh
codex exec --enable plugin_hooksmemory smoke returnedMEMORY_CONTEXT_VISIBLE MEMORY-SMOKE-V090-2026-05-17 - GitHub CI run
25998528676passed on commitc5783d061763ab9151a1a9be98950eb917dded8d - GitHub Pages run
25998528360passed