Skip to content

v0.12.0 — per-session report bundle with PIC attribution

Choose a tag to compare

@anhnguyen0905 anhnguyen0905 released this 23 Jul 17:05
· 54 commits to main since this release

Added

  • Per-session report bundles — every codex-flow run writes .codex-flow/reports/<YYYYMMDD-HHMMSS>/ with planning.md, allocation.md, tasks.md, cost.md, and SUMMARY.md, each carrying explicit PIC attribution (claude, codex, or both).
  • Self-contained scripts/session-cost.mjs — aggregates Codex cost from metrics.jsonl; requires --since, supports --until, --cwd, --log, and --json, and uses CODEX_MCP_PRICING when configured.
  • session-report plugin skill and command hooks — centralizes report templates and writes them at the Phase 0/2/3/5 gates.