Skip to content

Conversation

@aibrahim-oai
Copy link
Collaborator

External (non-OpenAI) Pull Request Requirements

Before opening this Pull Request, please read the dedicated "Contributing" markdown file or your PR may be closed:
https://github.com/openai/codex/blob/main/docs/contributing.md

If your PR conforms to our contribution guidelines, replace this text with a detailed and high quality description of your changes.

Include a link to a bug report or enhancement request.

],
is_default: false,
upgrade: Some(ModelUpgrade {
id: "gpt-5.1-codex",
Copy link
Collaborator

Choose a reason for hiding this comment

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

arcticfox?

],
),
(
"gpt-5.1",
Copy link
Collaborator

Choose a reason for hiding this comment

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

keep it

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It's a bad merge that went in I guess the one above it it gpt5.1 as well

.iter()
.filter(|preset| preset.upgrade.is_none())
.filter(|preset| match auth_mode {
Some(AuthMode::ApiKey) => preset.show_in_picker && preset.id != "arcticfox",
Copy link
Collaborator

Choose a reason for hiding this comment

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

not blocking: we should have a preset property for this

codex_home,
None,
&[ConfigEdit::SetNoticeHideModelMigrationPrompt(
"hide_arcticfox_migration_prompt".to_string(),
Copy link
Collaborator

Choose a reason for hiding this comment

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

this test already exists

1. Low Fast responses with lighter reasoning
2. Medium (default) Balances speed and reasoning depth for everyday tasks
3. High (current) Maximizes reasoning depth for complex problems
High reasoning effort can quickly consume Plus plan
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we need the warning for xhigh?

app_event_tx: &AppEventSender,
auth_mode: Option<AuthMode>,
) -> Option<AppExitInfo> {
if matches!(auth_mode, Some(AuthMode::ApiKey)) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

API has all 5.1 models now

});
}

fn reasoning_effort_label(effort: ReasoningEffortConfig) -> &'static str {
Copy link
Collaborator

Choose a reason for hiding this comment

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

non blocking: toss this onto ReasoningEffortConfig ?

@aibrahim-oai aibrahim-oai marked this pull request as ready for review November 19, 2025 06:01
@aibrahim-oai aibrahim-oai enabled auto-merge (squash) November 19, 2025 06:04
@aibrahim-oai aibrahim-oai merged commit 7930630 into main Nov 19, 2025
25 checks passed
@aibrahim-oai aibrahim-oai deleted the fix-typos branch November 19, 2025 06:29
@github-actions github-actions bot locked and limited conversation to collaborators Nov 19, 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.

3 participants