Research Version

2026-05-12-partial-cycle-codex-refresh-2026-05-12-frontier-v0

2026-05-12-partial-cycle-codex-refresh-2026-05-12-frontier-v0

Status
complete
Window
2026-05-12 to 2026-05-12
Signals
1

Mode: partial_cycle / Model: claude-sonnet-4-6 / Versions: post-v0.131.0

Freshness refresh for Codex. One new finding: PreToolUse updatedInput rewrite (PR #20527). Profile advanced to 2026-05-12. Freshness condition partially satisfied (combined with Gemini CLI refresh in same commit: 2/10).

Sources harvested

Source contracts

Run digest

Codex PreToolUse hooks can now rewrite tool inputs before execution. PR #20527 adds updatedInput support: when a hook returns permissionDecision: "allow" alongside an updatedInput payload, the tool receives the rewritten input rather than the original. Hook authors who previously returned updatedInput expecting rewrites to apply should re-test after upgrading — behavior changes. New capability: hooks can now sanitize, normalize, or redirect tool arguments before dispatch, not just allow or deny.