What version of the Codex App are you using (From “About Codex” dialog)?
0.143.0
What subscription do you have?
Plus
What platform is your computer?
Windows 11 Professional 64-bit (10.0.26200)
What issue are you seeing?
Codex CLI 0.143.0 on Windows 11
Every shell call fails with:
unsupported call: shell_commandshell_command
Reproduces with danger-full-access.
Downgrading to 0.142.5 fixes it.
What steps can reproduce the bug?
-
Install Codex CLI 0.143.0:
npm install -g @openai/codex@0.143.0
-
Open PowerShell inside any repository.
-
Start Codex:
codex
-
Ask:
List the files in this repository.
-
Codex attempts to call shell_command, but every call returns:
unsupported call: shell_commandshell_command
The same failure occurs with:
codex -s danger-full-access -a on-request
Downgrading fixes it:
npm install -g @openai/codex@0.142.5
Affected session ID:
019f437b-7e1b-7483-898e-297f30aa9bfd
What is the expected behavior?
Codex should execute the shell_command tool and return the repository file listing.
Additional information
The issue began immediately after upgrading from 0.142.5 to 0.143.0.
The session permissions were unrestricted, and the failure persisted with danger-full-access. The command never reached PowerShell; the CLI rejected the tool call itself.
Rolling back to 0.142.5 restored shell execution immediately.
What version of the Codex App are you using (From “About Codex” dialog)?
0.143.0
What subscription do you have?
Plus
What platform is your computer?
Windows 11 Professional 64-bit (10.0.26200)
What issue are you seeing?
Codex CLI 0.143.0 on Windows 11
Every shell call fails with:
unsupported call: shell_commandshell_command
Reproduces with danger-full-access.
Downgrading to 0.142.5 fixes it.
What steps can reproduce the bug?
Install Codex CLI 0.143.0:
npm install -g @openai/codex@0.143.0
Open PowerShell inside any repository.
Start Codex:
codex
Ask:
List the files in this repository.
Codex attempts to call shell_command, but every call returns:
unsupported call: shell_commandshell_command
The same failure occurs with:
codex -s danger-full-access -a on-request
Downgrading fixes it:
npm install -g @openai/codex@0.142.5
Affected session ID:
019f437b-7e1b-7483-898e-297f30aa9bfd
What is the expected behavior?
Codex should execute the shell_command tool and return the repository file listing.
Additional information
The issue began immediately after upgrading from 0.142.5 to 0.143.0.
The session permissions were unrestricted, and the failure persisted with danger-full-access. The command never reached PowerShell; the CLI rejected the tool call itself.
Rolling back to 0.142.5 restored shell execution immediately.