What version of Codex is running?
codex-cli 0.60.1
What subscription do you have?
Plus
Which model were you using?
5.1-codex-max
What platform is your computer?
MacOS, using zsh, installed Codex through Homebrew
What issue are you seeing?
Since updating 0.59->0.60 and switching to 5.1-Codex-Max, continuously seeing this:
• Explored
└ Read useDataScreen.ts
• I’m working on a new persistent store to track scroll offsets by format, using
│ *** Begin Patch
│ *** Add File: stores/dataUiStore.ts
│ … +53 lines
└ /opt/homebrew/Library/Homebrew/cmd/shellenv.sh: line 18: /bin/ps: Operation not permitted
Success. Updated the following files:
A stores/dataUiStore.ts
Ran cd /Users/sam/Developer/camera-app && apply_patch <<'PATCH'
│ *** Begin Patch
│ *** Update File: stores/hydration.ts
│ … +18 lines
└ /opt/homebrew/Library/Homebrew/cmd/shellenv.sh: line 18: /bin/ps: Operation not permitted
Success. Updated the following files:
M stores/hydration.ts
Note the repeated opt/homebrew/Library/Homebrew/cmd/shellenv.sh: line 18: /bin/ps: Operation not permitted as well as the use of && apply_patch <<'PATCH' which wasn't there before.
What steps can reproduce the bug?
Ask Codex to do virtually anything. It even happens when it does a sed.
Ran cd /Users/sam/Developer/camera-app && sed -n '1,200p' app/camera/[id].tsx
└ /opt/homebrew/Library/Homebrew/cmd/shellenv.sh: line 18: /bin/ps: Operation not permitted
zsh:1: no matches found: app/camera/[id].tsx
What is the expected behavior?
It didn't happen in 0.59.?, whatever I was on before.
Additional information
MacOS, using zsh, installed Codex through Homebrew
What version of Codex is running?
codex-cli 0.60.1
What subscription do you have?
Plus
Which model were you using?
5.1-codex-max
What platform is your computer?
MacOS, using zsh, installed Codex through Homebrew
What issue are you seeing?
Since updating 0.59->0.60 and switching to 5.1-Codex-Max, continuously seeing this:
Note the repeated
opt/homebrew/Library/Homebrew/cmd/shellenv.sh: line 18: /bin/ps: Operation not permittedas well as the use of&& apply_patch <<'PATCH'which wasn't there before.What steps can reproduce the bug?
Ask Codex to do virtually anything. It even happens when it does a
sed.What is the expected behavior?
It didn't happen in 0.59.?, whatever I was on before.
Additional information
MacOS, using zsh, installed Codex through Homebrew