openai / openai/codex-plugin-cc
Document `--model` on `review` and `adversarial-review`
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 33.3k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
Both review and adversarial-review accept --model — it is present in valueOptions in both script copies parsers (verified 2026-08-08) — but the README documents the flag only for rescue and task.
Why the omission costs something: for anyone running reviews across several repositories, that flag is the only path-independent way to guarantee WHICH model reviewed a given change. Without it documented, the natural assumption is that review commands take whatever the ambient configuration provides, which is exactly the ambiguity a review record cannot afford.
Ask: one line per command in the README. Happy to send the PR.
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
Open the README and find the existing documentation for the review, adversarial-review, rescue, and task commands. Confirm that --model is present in valueOptions in both script-copy parsers, then add one line for --model under each review command. Done means the README documents the flag consistently for all four commands.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 85/100