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.153.2
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.153.3
Choose a head ref
  • 3 commits
  • 13 files changed
  • 2 contributors

Commits on Sep 4, 2026

  1. [0.153 hotfix] Add GPT-6-Astra to Amazon Bedrock catalogs (#42805)

    Backport #42619 to release/0.153 so Bedrock users can select GPT-6-Astra
    through Mantle and the Runtime global/US routes. Sol remains the
    default, and existing Bedrock capability restrictions and context limits
    are preserved.
    
    Cherry-picked public commit 1f7b999.
    Resolved the TUI test-module registration conflict by adding the Bedrock
    test module without bringing in unrelated modules from main. The release
    branch already contains the shared Astra metadata.
    
    Validation:
    - 52 focused Bedrock unit tests passed: `just test -p
    codex-model-provider -p codex-model-provider-info -p
    codex-models-manager --lib bedrock`.
    - Reviewed catalog and picker snapshots for Mantle/Runtime Astra, Low
    default reasoning, and preserved Sol default.
    - `just fmt` and `git diff --check` passed.
    - Local integration tests intentionally omitted; required CI remains the
    merge gate.
    celia-oai authored Sep 4, 2026
    Configuration menu
    Copy the full SHA
    a18cf7d View commit details
    Browse the repository at this point in the history
  2. [0.153 hotfix] Update Astra async-question guidance (#42809)

    Update the async-question paragraph in GPT-6 Astra's bundled
    instructions on `release/0.153`. It now names
    `request_user_input_async`, explains that the tool only accepts text and
    cannot collect file uploads or screenshots, and uses 60 seconds as the
    example wait for optional clarification.
    
    This branch starts directly from `release/0.153` at
    `a18cf7dcb4aa229a0892a187fc058d14d6b5f85b`, following the hotfix
    workflow in #42805. Only this paragraph changes in Astra's
    `model_messages.instructions_template`; the rest of the prompt and all
    other model metadata are preserved.
    
    Compatibility: Codex 0.153.0 already [registers
    `request_user_input_async`](https://github.com/openai/codex/blob/41e22fee981a63b3698df7ed36bad393cda24715/codex-rs/core/src/tools/spec_plan.rs#L1160-L1185),
    including when catalog capability metadata uses the legacy spelling.
    This changes prompt guidance only.
    
    Validation:
    - Exact comparison confirms the requested paragraph is applied with
    unchanged prompt prefix and suffix.
    - Semantic JSON comparison confirms only Astra's
    `model_messages.instructions_template` changes.
    - `just test -p codex-models-manager --lib
    bundled_models_json_roundtrips` (passed).
    - `just fmt` and `git diff --check` (passed; unrelated formatter changes
    excluded).
    rhan-oai authored Sep 4, 2026
    Configuration menu
    Copy the full SHA
    c4d5848 View commit details
    Browse the repository at this point in the history
  3. ## New Features

    - Added GPT-6-Astra to the Amazon Bedrock model picker for Mantle and Runtime global/US routes. (#42805)
    
    ## Bug Fixes
    - Corrected GPT-6-Astra’s guidance for asynchronous clarification questions to use the supported tool and recognize that it accepts text only. (#42809)
    
    ## Changelog
    
    Full Changelog: rust-v0.153.2...rust-v0.153.3
    
    - #42805 [0.153 hotfix] Add GPT-6-Astra to Amazon Bedrock catalogs @celia-oai
    - #42809 [0.153 hotfix] Update Astra async-question guidance @rhan-oai
    celia-oai committed Sep 4, 2026
    Configuration menu
    Copy the full SHA
    b1a547b View commit details
    Browse the repository at this point in the history
Loading