Skip to content

v0.22.7

Choose a tag to compare

@github-actions github-actions released this 09 Jun 16:09
· 18 commits to main since this release

[0.22.7] - 2026-06-09

Schema Compatibility

  • No schema compatibility changes.

Fixed

  • Codex advisor runner no longer reads stale last-message output files (#48).
    The runner now invokes codex exec --json, extracts the first valid advisor
    review decision from the event stream, and ignores later Stop/precompletion
    hook noise. This prevents a stale .harness/state/codex-advisor-*.out.txt or
    hook recovery text from replacing a valid advisor decision.
  • Codex goal/plan bookkeeping tools no longer require task-contract allow-list
    entries (#48).
    The PreToolUse permission guard treats create_goal,
    get_goal, update_goal, and update_plan as recovery/bookkeeping tools, so
    consumer repos do not need unsupported permissions.allow entries just to
    complete a task after evidence passes.

Full history: CHANGELOG.md
Install: npx agent-harness-kit@0.22.7 init