110 wires and counting

$ follow OpenAI

Keep up with OpenAI in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-08-30
stories 15

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Codex adds Vim search motions and MCP tool result hooks

By RepoJournal · Filed · About OpenAI

openai/codex 0.151.0 lands with MCP upgrades and sandbox fixes, while the composer gains Vim-style search.

Codex 0.151.0 [1] adds a configurable grace period for discovering tools from optional MCP servers, lets extensions inspect or replace MCP tool results before they reach the model, and improves plugin catalogs to combine per-repository configuration without hiding valid plugins. It also preserves restored permission profiles across TUI turns and prevents `/cd` from weakening sandbox restrictions. The composer now supports Vim search motions: `/` and `?` do draft-local forward and backward literal search, with `n` and `N` for wrapped repeat, working after delete, change, and yank operators while skipping atomic elements and partial graphemes [2]. Diagnostic report uploads are hardened: the core event goes before attachments, each attachment uploads in a separate gzip-compressed envelope, with size bounds and format-aware truncation for JSONL, plus retries within a shared upload-time budget [3]. Resuming a thread without an explicit `cwd` now restores it from owned snapshots, so forked history and compaction no longer pull settings from another thread [4].

Quick answers

What shipped in OpenAI on August 30, 2026?
openai/codex 0.151.0 lands with MCP upgrades and sandbox fixes, while the composer gains Vim-style search. In total, 6 commits, 6 pull requests, and 3 releases landed.
Who contributed to OpenAI on August 30, 2026?
2 developers shipped this update, including github-actions[bot] and copyberry.
What were the notable OpenAI updates?
0.151.0, Add Vim search motions to the composer, and Harden diagnostic report uploads.