Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openai/codex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: rust-v0.142.3
Choose a base ref
...
head repository: openai/codex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: rust-v0.142.4
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Jun 29, 2026

  1. [codex] Restore v1 delegation guidance (#30511)

    - restore the v1 clarification that requests for depth, research, or
    investigation do not authorize subagent spawning
    - restore guidance for keeping critical-path, urgent, tightly coupled,
    or difficult work local
    - update the focused v1 tool-search and spawn-description coverage
    
    PR #27919 simplified the v1 `spawn_agent` prompt by removing its
    delegation decision guidance. That left the authorization rule intact,
    but removed the instructions that constrained what should be delegated
    after spawning was authorized.
    
    Restore those guardrails while preserving later support for explicit
    delegation authorization from applicable AGENTS.md and skill
    instructions. Multi-agent v2 prompts are unchanged.
    
    Models using the v1 multi-agent tool surface receive clearer guidance to
    delegate independent side work while keeping blocking work on the main
    rollout.
    
    - `just fmt`
    - `git diff --check`
    - tests not run locally per repository guidance; CI will validate the
    focused coverage
    aibrahim-oai committed Jun 29, 2026
    Configuration menu
    Copy the full SHA
    3b8b60a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07f7032 View commit details
    Browse the repository at this point in the history
  3. ## Chores

    - No user-facing changes were identified for this release.
    
    ## Changelog
    
    Full Changelog: rust-v0.142.3...rust-v0.142.4
    aibrahim-oai committed Jun 29, 2026
    Configuration menu
    Copy the full SHA
    d0fd966 View commit details
    Browse the repository at this point in the history
Loading