docs: clarify legacy openai-codex auth#90028
Conversation
|
Codex review: needs maintainer review before merge. Reviewed June 3, 2026, 7:11 PM ET / 23:11 UTC. Summary PR surface: Docs +39. Total +39 across 2 files. Reproducibility: not applicable. This PR updates documentation rather than reporting a runnable product bug. I verified the documented behavior against current source, adjacent docs, tests, and upstream Codex protocol/source. Review metrics: none identified. Merge readiness Overall follows the weaker of proof and patch quality, so missing proof can cap an otherwise strong patch. Next step before merge
Security Review detailsBest possible solution: Land the documentation clarification after maintainer review if the docs checks remain green; no code repair is needed for the reviewed diff. Do we have a high-confidence way to reproduce the issue? Not applicable; this PR updates documentation rather than reporting a runnable product bug. I verified the documented behavior against current source, adjacent docs, tests, and upstream Codex protocol/source. Is this the best way to solve the issue? Yes. Updating the general OAuth and authentication pages is the narrow maintainable fix because the current provider, doctor migration, and OpenAI docs already establish the canonical AGENTS.md: found and applied where relevant. Codex review notes: model gpt-5.5, reasoning high; reviewed against c96a12d3c887. Label changesLabel changes:
Label justifications:
Evidence reviewedPR surface: Docs +39. Total +39 across 2 files. View PR surface stats
What I checked:
Likely related people:
What the crustacean ranks mean
Shiny media proof means a screenshot, video, or linked artifact directly shows the changed behavior. Runtime, network, CSP, and security claims still need visible diagnostics. How this review workflow works
|
8390d49 to
4e525bb
Compare
4e525bb to
047d540
Compare
What
Clarifies that OpenAI API-key profiles and ChatGPT/Codex OAuth profiles now both use the canonical
openaiprovider id, whileopenai-codexis legacy migration input handled by doctor.Why
Users searching for the old
openai-codexauth provider wording could find doctor migration notes, but the general OAuth and authentication docs did not explicitly bridge that legacy name to currentopenaiauth profile setup.Changes
Testing
pnpm docs:listpnpm docs:check-mdxpnpm format:docs:checkgit diff --check.agents/skills/autoreview/scripts/autoreview --mode branch --base origin/main