RepoJournal
OpenAI

OpenAI

Codex, the SDKs, and the engine behind ChatGPT

Pick a date

Topics: AI / ML Full archive →

The Wire · Showcase

CODEX FIXES SKILL NAME TRUNCATION AND TIGHTENS SANDBOX ENFORCEMENT

By RepoJournal · Filed · About OpenAI

Codex shipped two critical UX and security fixes overnight that improve skill discoverability and preserve permission isolation in memory consolidation.

The skill toggle view was silently truncating display names to 21 characters regardless of available popup width [1], which could hide the distinguishing suffix in similarly named skills. That's fixed now. The renderer now passes full skill names and fits them intelligently to available space, keeping narrow layouts properly bounded. In parallel, memory consolidation was inadvertently replacing parent sandbox enforcement with managed permissions [2], potentially loosening permission profiles set by operators or legacy systems. The fix preserves the parent turn's effective permission profile including thread-level overrides. Two smaller changes landed: tab characters in TUI diffs now expand to four spaces for proper rendering alignment [3], and the guardian now correctly emits thread-idle lifecycle callbacks after interrupting active turns [4], ensuring extensions hook in at the right moment.

Action items

References

  1. [1] Use available width for skill names in the toggle view ↗ openai/codex
  2. [2] Preserve parent sandbox enforcement for memory consolidation ↗ openai/codex
  3. [3] Expand tabs when rendering TUI diffs ↗ openai/codex
  4. [4] Emit thread-idle lifecycle after guardian interrupts ↗ openai/codex

Quick answers

What shipped in OpenAI on July 12, 2026?
Codex shipped two critical UX and security fixes overnight that improve skill discoverability and preserve permission isolation in memory consolidation. In total, 4 commits and 4 pull requests landed.
Who contributed to OpenAI on July 12, 2026?
2 developers shipped this update, including copyberry and Felipe Coury.
What were the notable OpenAI updates?
Use available width for skill names in the toggle view, Preserve parent sandbox enforcement for memory consolidation, and Expand tabs when rendering TUI diffs.

More from OpenAI

Daily updates, in your inbox

Follow OpenAI

Codex, the SDKs, and the engine behind ChatGPT We'll email you a link to confirm first.

Free. Confirm via email. Unsubscribe in one click.

— or follow the whole beat:

Elsewhere on the wire