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 OVERHAULS GOAL STEERING AND MODEL TOOL SELECTION

By RepoJournal · Filed · About OpenAI

Goal steering now routes through the same injection path as runtime steering, while models gain explicit tool-mode control independent of legacy feature flags.

The core steering infrastructure shifted overnight with a unified injection approach that treats active-turn goal steering as a first-class runtime operation [1]. This lands on top of recent work moving goal steering onto source-labeled context fragments, meaning your model's steering directives now follow the same queuing rules as everything else flowing through the session. Separately, models can now declare their code-execution behavior through catalog metadata rather than relying on client-side feature flags [2], a critical move for heterogeneous deployments where different models need different execution modes. The config layer got cleaner too, with document-handling helpers moved into their own module [5], reducing cognitive load when scanning the config edit state machine. On the observability front, standalone web search calls now emit proper activity telemetry [3], so you'll see search progress in the extension the same way you see it everywhere else. An experimental toggle lets teams opt out of request_user_input at the config level [4], giving you finer control over which tools get input-request behavior.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Use inject_if_running for active goal steering (#24924) openai/codex
  2. [2] [codex] Add model tool mode selector ↗ openai/codex
  3. [3] Show activity for standalone web search calls ↗ openai/codex
  4. [4] feat(config) experimental_request_user_input toggle ↗ openai/codex
  5. [5] Move config document helpers into their own module ↗ openai/codex

Quick answers

What shipped in OpenAI on May 30, 2026?
Goal steering now routes through the same injection path as runtime steering, while models gain explicit tool-mode control independent of legacy feature flags. In total, 40 commits and 40 pull requests landed.
Who contributed to OpenAI on May 30, 2026?
4 developers shipped this update, including aibrahim-oai, sayan-oai, dylan-hurd-oai, and jif-oai.
What were the notable OpenAI updates?
Use inject_if_running for active goal steering (#24924), [codex] Add model tool mode selector, and Show activity for standalone web search calls.

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?