Skip to content

Codex CLI 0.143.0: shell_command fails with “unsupported call: shell_commandshell_command” #31639

Description

@fhoalbino

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?

  1. Install Codex CLI 0.143.0:
    npm install -g @openai/codex@0.143.0

  2. Open PowerShell inside any repository.

  3. Start Codex:
    codex

  4. Ask:
    List the files in this repository.

  5. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    CLIIssues related to the Codex CLIappIssues related to the Codex desktop appbugSomething isn't workingtool-callsIssues related to tool callingwindows-osIssues related to Codex on Windows systems

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions