openai / openai/codex-plugin-cc
Support codex:review in non-interactive mode (claude --print)
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 33.3k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
We're using codex:review as part of an automated code review pipeline. It works great in interactive claude sessions, but fails when invoked from claude --print (headless/non-interactive mode).
The issue is that the Codex sandbox (bwrap) requires namespace creation permissions that aren't available in containerized environments (Docker, Kubernetes). In interactive mode this can be worked around, but in --print mode there's no way to configure or bypass the sandbox.
Use case: We run claude --print in a Docker container to automate PR reviews. The pipeline calls codex:review to get a second opinion on diffs. Everything works except the sandbox step fails with a permissions error.
Ask: Could codex:review support running in environments where bwrap isn't available? For example, an option to skip sandboxing when the host is already sandboxed (running inside a container).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the codex:review entry point and how it invokes the Codex sandbox through bwrap, then compare that path with claude --print. Done means automated reviews can run in Docker or Kubernetes without namespace creation permissions, through a documented option or supported bypass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, javascript, kubernetes
- Domain
- ai, devops, infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100