RepoJournal
OpenAI

OpenAI

Codex, the SDKs, and the engine behind ChatGPT

Pick a date

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.

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

FAQ

What changed 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.
What should OpenAI teams do about it?
Review goal steering integration if you instrument Session::inject_if_running • Audit model catalog metadata for tool_mode declarations before deploying heterogeneous model fleets • Monitor standalone web search activity logging in production
Which OpenAI repositories shipped on May 30, 2026?
openai/codex

Related across the cluster

For your repos

The showcase is a teaser.
Your wire is the product.

Same engine. Different stack. Below: what changes when the wire is yours.

Showcase wire

  • 14 famous open source orgs
  • One wire per day
  • Public, generic
  • Read on the web, when you remember

Your wire

  • Up to 1,500 of your repos - orgs, deps, vendors
  • Morning and evening briefs
  • Action items routed to your team
  • Slack delivery, email, breaking-news CVE alerts

Want a hands-on demo first? Ask a current user for an invite link.