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-06-13
stories 105

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

CODEX SHIPS AUTH OVERHAUL AS OPENAI-NODE GOES PNPM

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

Codex locked in encrypted credentials for CLI and MCP OAuth while tightening remote control security, and the Node SDK completed its package manager migration in one swing.

The Codex team landed three major auth improvements across the stack. First, they wired encrypted local secrets into the CLI auth pipeline [1] to solve a Windows Credential Manager limitation that was breaking large ChatGPT payloads, then extended that same encrypted backend to MCP OAuth storage [2] with support for legacy keyring migration. In parallel, they added a dedicated kill switch for remote control in managed deployments [3], letting admins disable the feature without touching persisted user preferences. These three PRs represent the completion of a planned encryption stack that keeps only keys in OS keystores and payloads in Codex's encrypted vault. On the packaging front, Codex cut Windows x64 build time by parallelizing archive operations [4], dropping a 116-second serial job to concurrent execution. Meanwhile, openai-node completed its migration from Yarn to pnpm 11.5.1 [5], updating CI, release workflows, and contributor docs in one lift while upgrading Node types to 24.x and pinning TypeSpec runtime to avoid registry warnings.

Quick answers

What shipped in OpenAI on June 13, 2026?
Codex locked in encrypted credentials for CLI and MCP OAuth while tightening remote control security, and the Node SDK completed its package manager migration in one swing. In total, 51 commits, 51 pull requests, and 3 releases landed.
Who contributed to OpenAI on June 13, 2026?
2 developers shipped this update, including celia-oai and jbeckwith-oai.
What were the notable OpenAI updates?
feat: use encrypted local secrets for CLI auth, feat: use encrypted local secrets for MCP OAuth, and feat(app-server): enforce managed remote control disable (#27961).