codex - 💡(How to fix) Fix Remove stale “research preview” wording from codex exec startup banner [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#21444Fetched 2026-05-07 03:40:09
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Participants
Timeline (top)
labeled ×3

Code Example

OpenAI Codex v<version> (research preview)

---

OpenAI Codex v<version>
RAW_BUFFERClick to expand / collapse

What version of Codex CLI is running?

Latest main / current source at openai/codex. The string is currently present in codex-rs/exec/src/event_processor_with_human_output.rs.

What subscription do you have?

N/A — this is about CLI startup output, not account-specific behavior.

Which model were you using?

N/A

What platform is your computer?

N/A — platform-independent banner text.

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

N/A — platform-independent banner text.

What issue are you seeing?

codex exec still prints “research preview” in its human-readable startup banner:

OpenAI Codex v<version> (research preview)

That wording appears to be stale branding. It has been carried forward since the early Codex CLI history and through later Rust/app-server refactors, but Codex has been publicly available for a long time and the label now only seems to remain in this startup output.

This makes Codex look less mature/current than it is. In practice, Codex feels well beyond a research preview at this point, and the old banner undersells the quality and maturity of the CLI.

What steps can reproduce the bug?

Run codex exec and look at the first human-readable banner line.

The current source line is here: https://github.com/openai/codex/blob/8f5d68f9d25237d0e52ebb8bdd9e7ada01d586c9/codex-rs/exec/src/event_processor_with_human_output.rs#L222

What is the expected behavior?

The startup banner should omit the stale preview label and print:

OpenAI Codex v<version>

Additional information

I know external code contributions are by invitation only, so I’m opening an issue rather than a PR. To save maintainer time if this change is welcome, I made the one-line cleanup in my fork here:

https://github.com/martinfrancois/codex/commit/03387fced5e665ecde166e2b9d1818183a03b136

Maintainers are welcome to cherry-pick it or just use it as a reference. The commit removes only the hard-coded (research preview) suffix and leaves the version display unchanged.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix Remove stale “research preview” wording from codex exec startup banner [1 participants]