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 MACOS TUI CORRUPTION, AUDITS MISSING SESSIONS

By RepoJournal · Filed · About OpenAI

Codex shipped a critical fix for a macOS terminal bug that was corrupting the composer viewport with runtime diagnostics, while simultaneously adding visibility into why users are losing sessions in the app.

The macOS stderr guard [1] solves a nasty problem: MallocStackLogging and other runtime diagnostics were painting directly into the TUI's viewport without going through the renderer, making diagnostic output appear to leak into the input area. This is the kind of invisible corruption that would drive users crazy until they restart. Codex also tightened up the TUI's markdown rendering across three separate improvements [2][3]. Numbered lists now maintain proper indentation and spacing so findings don't visually run together, and markdown table column allocation now prioritizes wrappable content like file paths instead of collapsing adjacent columns to unreadable widths. On the diagnostics side, a new doctor thread inventory audit [4] addresses the gap between what the app server thinks exists in SQLite state and what actually lives on disk as rollout JSONL. When users report missing sessions, doctor can now show the mismatch directly instead of a generic health error. Finally, the TUI's MCP inventory flow [5] stopped joining local config with the app server's remote MCP status, which was causing stale command and URL details to render when the source of truth moved upstream.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] fix(tui): prevent macos stderr from corrupting composer ↗ openai/codex
  2. [2] fix(tui): improve multiline markdown list readability ↗ openai/codex
  3. [3] fix(tui): improve markdown table column allocation ↗ openai/codex
  4. [4] Add doctor thread inventory audit ↗ openai/codex
  5. [5] TUI config cleanup: MCP inventory ↗ openai/codex

Quick answers

What shipped in OpenAI on May 26, 2026?
Codex shipped a critical fix for a macOS terminal bug that was corrupting the composer viewport with runtime diagnostics, while simultaneously adding visibility into why users are losing sessions in the app. In total, 12 commits and 12 pull requests landed.
Who contributed to OpenAI on May 26, 2026?
2 developers shipped this update, including fcoury-oai and etraut-openai.
What were the notable OpenAI updates?
fix(tui): prevent macos stderr from corrupting composer, fix(tui): improve multiline markdown list readability, and fix(tui): improve markdown table column allocation.

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?