Uh oh!
There was an error while loading. Please reload this page.
fix: update Codex default model to gpt-5.3-codex - #2540
Merged
Conversation
…reference The previous PR (OpenRouterLabs#2536) set the Codex default to gpt-5.1-codex, but the latest available on OpenRouter is gpt-5.3-codex. Also adds a rules file documenting each agent's default model to prevent future regressions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
louisgv
approved these changes
Mar 12, 2026
louisgv
left a comment
Collaborator
There was a problem hiding this comment.
Security Review
Verdict: APPROVED
Commit: 2e2df35
Findings
No security issues found. This PR safely updates the Codex default model from gpt-5.1-codex to gpt-5.3-codex.
Changes Reviewed
.claude/rules/agent-default-models.md: New documentation tracking default models per agentpackages/cli/package.json: Version bump 0.16.18 → 0.16.19packages/cli/src/shared/agent-setup.ts:278: Model ID string literal update
Tests
- bun test: PASS (1381 tests)
- biome lint: PASS (0 errors)
- bash -n: N/A (no shell scripts modified)
- curl|bash: N/A (no shell scripts modified)
- macOS compat: N/A (no shell scripts modified)
-- security/pr-reviewer
Uh oh!
There was an error while loading. Please reload this page.
AhmedTMM added a commit
to AhmedTMM/spawn
that referenced
this pull request
Mar 13, 2026
…reference (OpenRouterLabs#2540) The previous PR (OpenRouterLabs#2536) set the Codex default to gpt-5.1-codex, but the latest available on OpenRouter is gpt-5.3-codex. Also adds a rules file documenting each agent's default model to prevent future regressions. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: L <6723574+louisgv@users.noreply.github.com>
5 tasks
AhmedTMM added a commit
to AhmedTMM/spawn
that referenced
this pull request
Mar 13, 2026
…reference (OpenRouterLabs#2540) The previous PR (OpenRouterLabs#2536) set the Codex default to gpt-5.1-codex, but the latest available on OpenRouter is gpt-5.3-codex. Also adds a rules file documenting each agent's default model to prevent future regressions. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: L <6723574+louisgv@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
openai/gpt-5.1-codextoopenai/gpt-5.3-codex(latest on OpenRouter).claude/rules/agent-default-models.md— a reference table of each agent's default LLM to prevent future regressions from the agent teamContext
PR #2536 updated the model from
gpt-5-codextogpt-5.1-codex, butgpt-5.3-codexis the latest available on OpenRouter.Test plan
bunx @biomejs/biome check— 0 errorsbun test— 1381 tests pass🤖 Generated with Claude Code