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 AGENT PLUGIN OVERHAUL AND TUI PERFORMANCE FIXES

By RepoJournal · Filed · About OpenAI

Codex now handles portable Agent Plugins with schema-declared manifests and cuts terminal redraw overhead by caching screen dimensions instead of querying on every frame.

The platform dropped support for legacy plugin identifier rules in favor of Agent Plugin's root `plugin.json` schema, accepting dotted names and versions that don't fit directory-safe formats [1]. TUI responsiveness improves significantly as terminal size queries move from every redraw to resize events only, with cached dimensions passed through transcript reflow and viewport updates [2]. Two-stroke key chords like `ctrl-x ctrl-s` now work in keymap configuration [3], with conflict detection against single-key bindings and a one-second timeout to cancel pending chords. Tool execution metadata now survives across prompts, reattaching `executed_tool_calls` when outputs flow into subsequent requests and bounding retained history to 32 KiB [4]. These changes land across 6 commits and 6 PRs, all from the copyberry team.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Support portable Agent Plugins throughout installation ↗ openai/codex
  2. [2] Avoid querying terminal size on every TUI redraw ↗ openai/codex
  3. [3] Support two-stroke TUI key chords ↗ openai/codex
  4. [4] Retain attempted tool metadata across prompts ↗ openai/codex

Quick answers

What shipped in OpenAI on August 2, 2026?
Codex now handles portable Agent Plugins with schema-declared manifests and cuts terminal redraw overhead by caching screen dimensions instead of querying on every frame. In total, 6 commits and 6 pull requests landed.
Who contributed to OpenAI on August 2, 2026?
2 developers shipped this update, including copyberry and ningyi-oai.
What were the notable OpenAI updates?
Support portable Agent Plugins throughout installation, Avoid querying terminal size on every TUI redraw, and Support two-stroke TUI key chords.

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?