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 FIXES GITHUB RATE LIMIT BOTTLENECK IN INSTALLER

By RepoJournal · Filed · About OpenAI

The standalone installer now reuses GitHub metadata across four separate lookups, eliminating rate limit failures that were blocking valid releases.

Codex's installer was hammering GitHub's unauthenticated API four times per install: once for the latest release, once to find the platform package, once for the checksum manifest, and once for asset digests [1]. When the shared rate limit exhausted, legitimate installs failed silently because the shell installer suppressed metadata errors while probing for assets. The fix collapses these into a single metadata request, eliminating the whole class of 403 failures.

In parallel cleanup, the team removed lingering `git-cliff` configuration that outlived its usefulness by three years [2]. The TypeScript CLI tooling that relied on it vanished in #2048, the generated changelog got replaced with GitHub Releases in #2780, and the current Rust workflow builds release notes from commit messages. Nothing in the repo referenced it anymore.

On the feature side, Codex now exposes remote plugin versions alongside local ones [3], letting plugin marketplaces advertise versions independently of what's installed locally. The app-server schemas are already regenerated and ready. Separately, feedback attachments now get correct MIME types instead of always being labeled `text/plain` [4], preventing Sentry consumers from corrupting gzip archives during UTF-8 decoding.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] fix(install): reuse GitHub release metadata ↗ openai/codex
  2. [2] chore: remove unused git-cliff configuration (#31066) openai/codex
  3. [3] [codex] expose remote plugin versions ↗ openai/codex
  4. [4] Fix MIME types for path-backed feedback attachments ↗ openai/codex

Quick answers

What shipped in OpenAI on July 4, 2026?
The standalone installer now reuses GitHub metadata across four separate lookups, eliminating rate limit failures that were blocking valid releases. In total, 4 commits and 4 pull requests landed.
Who contributed to OpenAI on July 4, 2026?
3 developers shipped this update, including bolinfest, ericning-o, and btraut-openai.
What were the notable OpenAI updates?
fix(install): reuse GitHub release metadata, chore: remove unused git-cliff configuration (#31066), and [codex] expose remote plugin versions.

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?

We use privacy-friendly analytics (Google Analytics, IP-anonymized) to see which pages help readers. No ads, and we never sell your data. See our Privacy Policy.