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 SHIPS AUTH-FIRST SDK, LOCKS DOWN REMOTE CONFIG

By RepoJournal · Filed · About OpenAI

Python SDK now handles login natively, ending the workaround era for app authentication.

The Python SDK gained first-class login support [1], moving authentication from an external headache into a normal workflow. API-key flows complete immediately while interactive ChatGPT logins now route through the SDK, finally giving developers a clean setup path. In parallel, the TUI is being hardened against state drift: primary settings writes now route through the app server instead of writing directly to local config [2], the first of four planned migrations that will lock all preference changes into the centralized backend. Remote executor registration also switched to auth-backed credentials [4], replacing the old registry bearer env var with persisted ChatGPT auth, which streamlines credential management without breaking the existing biscuit-only contract. On the model side, the spawn_agent guidance got aggressive trimming [3]: model override summaries are now capped to 5 entries with compact reasoning, cutting unnecessary context bloat. Tests across the suite also cleaned up legacy compatibility shapes [5], replacing direct SandboxPolicy construction with canonical PermissionProfile builders to clarify where old patterns are actually required.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] sdk/python: add first-class login support ↗ openai/codex
  2. [2] [1 of 4] tui: route primary settings writes through app server ↗ openai/codex
  3. [3] multiagent: trim model-visible description, cap to 5 models ↗ openai/codex
  4. [4] exec-server: support auth-backed remote executor registration ↗ openai/codex
  5. [5] test: construct permission profiles directly ↗ openai/codex

Quick answers

What shipped in OpenAI on May 17, 2026?
Python SDK now handles login natively, ending the workaround era for app authentication. In total, 10 commits and 10 pull requests landed.
Who contributed to OpenAI on May 17, 2026?
5 developers shipped this update, including aibrahim-oai, etraut-openai, sayan-oai, miz-openai, and bolinfest.
What were the notable OpenAI updates?
sdk/python: add first-class login support, [1 of 4] tui: route primary settings writes through app server, and multiagent: trim model-visible description, cap to 5 models.

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?