Skip to content

Releases: scottconverse/agent-pipeline-codex

Agent Pipeline for Codex v0.9.1

25 May 14:10

Choose a tag to compare

Summary

v0.9.1 syncs the release identity across the install/runtime/public docs surfaces and preserves the role-prompt patch from PR #7.

Added

  • local-rehearsal.md Step 2.5 mandates regression-vs-baseline isolation on any verify-release.sh failure or hang.
  • verifier.md cross-references Step 2.5 when verifier test runs diverge from implementation-report.md.
  • Discussion seed post for the v0.9.1 baseline-isolation announcement.

Changed

  • Plugin metadata, README, USER-MANUAL, landing page, bundled agent-pipeline reference docs, discussion seed docs, and script --version outputs now identify 0.9.1 consistently.

Verification

  • python -m pytest -x: PASS, 104 passed, 1 warning.
  • python scripts/verify_plugin_release.py --source-only: PASS.
  • Browser QA for docs/index.html: desktop and mobile render current v0.9.1 release state; console clean.
  • Main CI: PASS, run 26404647839.
  • GitHub Pages deploy: PASS, run 26404646708.
  • Local installed cache refreshed from corrected v0.9.1 tag; plugin install acceptance PASS.

Agent Pipeline for Codex v0.9.0

17 May 18:05

Choose a tag to compare

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/ with events.jsonl, turns.jsonl, decisions.jsonl, open_loops.jsonl, memory_probe.log, and handoff_current.md.
  • SessionStart injects handoff_current.md into 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/**, and docs/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 warning
  • python scripts\verify_plugin_release.py --source-only -> PLUGIN-RELEASE-VERIFY: PASSED
  • python scripts\verify_plugin_release.py --live -> PLUGIN-RELEASE-VERIFY: PASSED
  • Fresh codex exec --enable plugin_hooks memory smoke returned MEMORY_CONTEXT_VISIBLE MEMORY-SMOKE-V090-2026-05-17
  • GitHub CI run 25998528676 passed on commit c5783d061763ab9151a1a9be98950eb917dded8d
  • GitHub Pages run 25998528360 passed