110 wires and counting

$ follow OpenAI

Keep up with OpenAI in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-08-31
stories 21

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Guardian auth survives compaction, update_plan becomes opt-in

By RepoJournal · Filed · About OpenAI

Codex now preserves Guardian authorization across history compaction and moves the update_plan tool behind an opt-in flag, changing how users enable planning and how reviews persist.

Guardian authorization is now preserved across compaction and host-injected context, so model-visible rewrites no longer invalidate a valid review; the fix tracks a host-owned user-message revision separately from conversation history [1]. The update_plan tool is now opt-in: defaulting `tools.update_plan.enabled` to `false` means users must explicitly enable it, and the bundled guidance is stripped from prompts unless the tool is on [2]. MCP server names now support package-style syntax with `:`, `@`, `/`, and `.`, so names like `npm:@modelcontextprotocol/server-sequential.thinking` work across CLI and runtime, including OAuth lookup and config recovery hints [3]. The TUI now renders backend-owned rate-limit banners above the composer when they match the authenticated account, with actions for usage, credits, and resets, and refreshes usage after limit errors [4]. The MCP naming change was developed in parallel, reinforcing the shift toward package-style server references [5].

Quick answers

What shipped in OpenAI on August 31, 2026?
Codex now preserves Guardian authorization across history compaction and moves the update_plan tool behind an opt-in flag, changing how users enable planning and how reviews persist. In total, 9 commits, 9 pull requests, and 3 releases landed.
Who contributed to OpenAI on August 31, 2026?
3 developers shipped this update, including jif, copyberry, and Eric Traut.
What were the notable OpenAI updates?
Preserve Guardian authorization across history compaction (#41660), Make the update_plan tool opt-in, and Support package-style MCP server names (#41700).