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.62.0
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.63.0
Choose a head ref
  • 4 commits
  • 12 files changed
  • 4 contributors

Commits on Nov 21, 2025

  1. [app-server] feat: add Declined status for command exec (#7101)

    Add a `Declined` status for when we request an approval from the user
    and the user declines. This allows us to distinguish from commands that
    actually ran, but failed.
    
    This behaves similarly to apply_patch / FileChange, which does the same
    thing.
    owenlin0 authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    2ae1f81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af65666 View commit details
    Browse the repository at this point in the history
  3. fix: clear out duplicate entries for bash in the GitHub release (#7103

    )
    
    #7005 introduced a new part of the
    release process that added multiple files named `bash` in the `dist/`
    folder used as the basis of the GitHub Release. I believe that all file
    names in a GitHub Release have to be unique, which is why the recent
    release build failed:
    
    https://github.com/openai/codex/actions/runs/19577669780/job/56070183504
    
    Based on the output of the **List** step, I believe these are the
    appropriate artifacts to delete as a quick fix.
    bolinfest authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    40d14c0 View commit details
    Browse the repository at this point in the history
  4. Release 0.63.0

    bolinfest committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    80d6a38 View commit details
    Browse the repository at this point in the history
Loading