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: main
Choose a base ref
...
head repository: flychen50/codex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on Jun 21, 2025

  1. fix: add support for CODEX_UNSAFE_ALLOW_NO_SANDBOX on debian12

    - Add early environment variable check for --dangerously-auto-approve-everything flag
    - Update sandbox detection to respect CODEX_UNSAFE_ALLOW_NO_SANDBOX env var
    - Fix TypeScript undefined check in apply-patch.ts
    - Allow bypassing sandboxing restrictions in locked-down environments
    flychen50 committed Jun 21, 2025
    Configuration menu
    Copy the full SHA
    efc57e5 View commit details
    Browse the repository at this point in the history
  2. fix bug

    flychen50 committed Jun 21, 2025
    Configuration menu
    Copy the full SHA
    10d27bb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from flychen50/dev_debian12

    Dev debian12
    flychen50 authored Jun 21, 2025
    Configuration menu
    Copy the full SHA
    d77a187 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. Configuration menu
    Copy the full SHA
    ac58ecb View commit details
    Browse the repository at this point in the history
Loading