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.
Action items
- → Export your effective config lockfile on next session and commit it for reproducibility openai/codex [plan]
- → Audit your plugin configs for legacy notify usage — deprecation notices ship tonight openai/codex [monitor]
- → Test /goal continuation on complex multi-step problems — behavior changed openai/codex [monitor]
References
- [1] feat: export and replay effective config locks ↗ openai/codex
- [2] feat: Track local paths for shared plugins ↗ openai/codex
- [3] Add remote plugin skill read API ↗ openai/codex
- [4] deprecate legacy notify (#20524) openai/codex
- [5] Remove no-tool goal continuation suppression (#20523) openai/codex
FAQ
- What changed 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.
- What should OpenAI teams do about it?
- Export your effective config lockfile on next session and commit it for reproducibility • Audit your plugin configs for legacy notify usage — deprecation notices ship tonight • Test /goal continuation on complex multi-step problems — behavior changed
- Which OpenAI repositories shipped on May 2, 2026?
- openai/codex