Skip to content

fix: replace non-existent gpt-5.3-codex with gpt-5.2-codex in fallback chains#1935

Open
yamyr wants to merge 1 commit intocode-yeongyu:devfrom
yamyr:fix/replace-nonexistent-gpt-5.3-codex-with-gpt-5.2-codex
Open

fix: replace non-existent gpt-5.3-codex with gpt-5.2-codex in fallback chains#1935
yamyr wants to merge 1 commit intocode-yeongyu:devfrom
yamyr:fix/replace-nonexistent-gpt-5.3-codex-with-gpt-5.2-codex

Conversation

@yamyr
Copy link

@yamyr yamyr commented Feb 18, 2026

Summary

  • gpt-5.3-codex does not exist on the GitHub Copilot provider (only gpt-5.2-codex is available), causing model resolution failures for users who rely on GitHub Copilot as their provider.

Problem

The following agents/categories reference gpt-5.3-codex which isn't available:

  • hephaestus agent — sole fallback model, so the agent never activates
  • ultrabrain category — first fallback fails
  • deep category — first fallback fails AND requiresModel: "gpt-5.3-codex" prevents the entire category from activating
  • unspecified-low category — second fallback fails

Fix

Replace all 5 occurrences of gpt-5.3-codex with gpt-5.2-codex (the latest available codex model on GitHub Copilot) in model-requirements.ts and update corresponding test assertions.

Changes

  • src/shared/model-requirements.ts — 5 replacements (hephaestus fallback, ultrabrain fallback, deep fallback + requiresModel, unspecified-low fallback)
  • src/shared/model-requirements.test.ts — Updated test descriptions and assertions to match

Verification

  • All 28 tests in model-requirements.test.ts pass
  • bun run build succeeds

Summary by cubic

Replaced references to gpt-5.3-codex with gpt-5.2-codex to restore model resolution on the GitHub Copilot provider. This fixes activation for affected agents and categories.

  • Bug Fixes
    • Updated fallback chains and requiresModel for hephaestus, ultrabrain, deep, and unspecified-low to use gpt-5.2-codex.
    • Adjusted unit tests to reflect the new model.
    • All model-requirements tests pass; build succeeds.

Written for commit 22031af. Summary will update on new commits.

…k chains

gpt-5.3-codex does not exist on GitHub Copilot provider, causing
hephaestus agent, ultrabrain/deep/unspecified-low categories to fail
model resolution. gpt-5.2-codex is the latest available codex model.
@github-actions
Copy link
Contributor

Thank you for your contribution! Before we can merge this PR, we need you to sign our Contributor License Agreement (CLA).

To sign the CLA, please comment on this PR with:

I have read the CLA Document and I hereby sign the CLA

This is a one-time requirement. Once signed, all your future contributions will be automatically accepted.


I have read the CLA Document and I hereby sign the CLA


Volodymyr Ajentik seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 2 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Requires human review: The PR changes model versions from gpt-5.3-codex to gpt-5.2-codex, which could introduce regressions not guaranteed safe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments