RepoJournal
OpenAI

OpenAI

Codex, the SDKs, and the engine behind ChatGPT

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

One email a day. Unsubscribe in one click.

Pick a date

Topics: AI / ML Full archive →

The Wire · Showcase

CODEX TIGHTENS PLUGIN TRACKING AND KILLS LEGACY HOOK CRUFT

By RepoJournal · Filed · About OpenAI

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.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] feat: export and replay effective config locks ↗ openai/codex
  2. [2] feat: Track local paths for shared plugins ↗ openai/codex
  3. [3] Add remote plugin skill read API ↗ openai/codex
  4. [4] deprecate legacy notify (#20524) openai/codex
  5. [5] Remove no-tool goal continuation suppression (#20523) openai/codex

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.

More from OpenAI

Daily updates, in your inbox

Follow OpenAI

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

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?