Skip to content

Conversation

tibo-openai
Copy link
Collaborator

@tibo-openai tibo-openai commented Sep 23, 2025

Changes:

  • Default model and docs now use gpt-5-codex.
  • Disables the GPT-5 Codex NUX by default.
  • Keeps presets available for API key users.

@tibo-openai tibo-openai changed the title Set gpt-5-codex as default feat: update default Sep 23, 2025
@tibo-openai tibo-openai marked this pull request as ready for review September 23, 2025 02:39
Copy link
Contributor

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codex Review: Here are some suggestions.

About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you open a pull request for review, mark a draft as ready, or comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex fix this CI failure" or "@codex address that feedback".

Comment on lines +40 to 42
const OPENAI_DEFAULT_MODEL: &str = "gpt-5-codex";
const OPENAI_DEFAULT_REVIEW_MODEL: &str = "gpt-5-codex";
pub const GPT_5_CODEX_MEDIUM_MODEL: &str = "gpt-5-codex";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[P1] Update model_verbosity handling for gpt-5-codex default

Changing the default OpenAI model to gpt-5-codex means the new default Config carries the gpt-5-codex family, but the request builder only emits the text.verbosity field when the family is exactly "gpt-5" (see client.rs’s guard). With the new default, any configured model_verbosity is now ignored and a warning is logged, so users can no longer control verbosity for the default model even though the feature worked before. Unless codex intentionally lacks this field, the check should treat gpt-5-codex as supporting text.verbosity as well.

Useful? React with 👍 / 👎.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should rename these consts instead.

@tibo-openai tibo-openai merged commit c93e77b into main Sep 23, 2025
19 checks passed
@tibo-openai tibo-openai deleted the tibo/default-gpt5-codex branch September 23, 2025 03:10
@github-actions github-actions bot locked and limited conversation to collaborators Sep 23, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants