/review` worked on Ubuntu 22.04 with Codex `0.114.0`, but fails on `0.116.0`

Resolved 💬 3 comments Opened Mar 21, 2026 by n80fr1n60 Closed Mar 26, 2026

What version of Codex CLI is running?

0.116.0

What subscription do you have?

PLUS

Which model were you using?

gpt-5.4

What platform is your computer?

Ubuntu 22.04.5 LTS

What terminal emulator and version are you using (if applicable)?

bash

What issue are you seeing?

/review command not working as it should on the affected Linux host - failing

On affected Linux systems, /review is effectively unusable even though older Codex versions worked on the same machine.

What steps can reproduce the bug?

Run Codex 0.116.0 on Ubuntu 22.04.5 LTS (Jammy Jellyfish)
sudo apt install --only-upgrade bubblewrap
................................
bubblewrap is already the newest version (0.6.1-1ubuntu0.1).

What is the expected behavior?

It is expected to run as it should when invoking /review
at least:

  • detect whether bwrap supports --argv0
  • fall back to a compatible invocation on older bubblewrap versions

Do not force /usr/bin/bwrap when a newer compatible bwrap may exist elsewhere.
(pull/14963 fix(linux-sandbox): prefer system /usr/bin/bwrap when available @viyatb-oai)

  • honor $PATH, or
  • provide a config/env override for the bwrap binary path, or
  • probe multiple candidates before selecting one and have the user select one

Hard-preferring /usr/bin/bwrap prevents users from installing a newer bwrap in /usr/local/bin as a non-disruptive workaround.

Additional information

_No response_

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗