123 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-05-02
stories 63

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

CODEX TIGHTENS PLUGIN TRACKING AND KILLS LEGACY HOOK CRUFT

By RepoJournal · Filed · About OpenAI · Composed from the cited sources · methodology

Codex is shipping five architectural improvements tonight that lock down plugin reproducibility, add remote skill preview, and finally deprecate the legacy notify system that's been dead weight since the lifecycle hook engine took over.

The biggest move: effective config lockfiles [1] now let you export a session's resolved configuration and replay it exactly, solving the reproducibility nightmare where layered configs, CLI overrides, and feature flags made every run a mystery. Paired with that, local plugin path tracking [2] now maps remote shares to their local copies, so plugin/share/list shows you both the remote URL and where it's actually living on disk. On the client side, the new remote plugin skill read API [3] pulls markdown directly from plugin-service, letting the desktop UI preview uninstalled plugin skills before you commit the bandwidth to download them. The runtime is also getting leaner: goal continuation suppression is gone [5], which means /goal now keeps the agent working until it actually solves the problem instead of bailing early when it feels stuck. Finally, the legacy notify config system is officially deprecated [4], with a startup notice that'll help you spot which old plugins are still using it before the next cleanup pass.

Quick answers

What shipped in OpenAI on May 2, 2026?
Codex is shipping five architectural improvements tonight that lock down plugin reproducibility, add remote skill preview, and finally deprecate the legacy notify system that's been dead weight since the lifecycle hook engine took over. In total, 31 commits, 31 pull requests, and 1 releases landed.
Who contributed to OpenAI on May 2, 2026?
3 developers shipped this update, including jif-oai, xl-openai, and xli-oai.
What were the notable OpenAI updates?
feat: export and replay effective config locks, feat: Track local paths for shared plugins, and Add remote plugin skill read API.