Skip to content

fix: removed failed provider test for deprecated providers#8801

Merged
lifeizhou-ap merged 2 commits into
mainfrom
lifei/pr-smoke-test-fix
Apr 24, 2026
Merged

fix: removed failed provider test for deprecated providers#8801
lifeizhou-ap merged 2 commits into
mainfrom
lifei/pr-smoke-test-fix

Conversation

@lifeizhou-ap
Copy link
Copy Markdown
Collaborator

@lifeizhou-ap lifeizhou-ap commented Apr 24, 2026

Summary

  • Removed failed provider test for deprecated providers
  • Removed unsupported models in chatgpt codex provider

Testing

CI

Related Issues

Relates to #ISSUE_ID
Discussion: LINK (if any)

Screenshots/Demos (for UX changes)

Before:

After:

@lifeizhou-ap lifeizhou-ap changed the title print codex version fix: removed failed provider test for deprecated providers Apr 24, 2026
Copy link
Copy Markdown

@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 automated review suggestions for this pull request.

Reviewed commit: 7ffc6132b8

ℹ️ 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
  • 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 address that feedback".

Comment on lines 62 to 65
name: "gpt-5.3-codex",
reasoning_levels: &["low", "medium", "high", "xhigh"],
},
ChatGptCodexModelAttrs {
name: "gpt-5.2-codex",
reasoning_levels: &["low", "medium", "high", "xhigh"],
},
ChatGptCodexModelAttrs {
name: "gpt-5.1-codex",
reasoning_levels: &["low", "medium", "high", "xhigh"],
},
ChatGptCodexModelAttrs {
name: "gpt-5.1-codex-mini",
reasoning_levels: &["medium", "high"],
},
ChatGptCodexModelAttrs {
name: "gpt-5.1-codex-max",
reasoning_levels: &["low", "medium", "high", "xhigh"],
},
];
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Preserve reasoning levels for legacy ChatGPT Codex models

By truncating CHATGPT_CODEX_KNOWN_MODELS to only gpt-5.4 and gpt-5.3-codex, configurations that still use gpt-5.2-codex/gpt-5.1-* now fall through reasoning_levels_for_model to the default medium/high set, so previously valid values like low or xhigh get silently coerced to medium in get_reasoning_effort. This changes runtime behavior for existing users without any explicit migration or validation failure.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Those legacy gpt-5.2-codex / gpt-5.1-* models are no longer supported for chatgpt_codex, so we should stop supporting them. For existing session with gpt-5.2-codex (which does not work anyway), switching to gpt-5.4 works.

@lifeizhou-ap lifeizhou-ap added this pull request to the merge queue Apr 24, 2026
Merged via the queue into main with commit 8f16ec6 Apr 24, 2026
22 checks passed
@lifeizhou-ap lifeizhou-ap deleted the lifei/pr-smoke-test-fix branch April 24, 2026 13:07
lifeizhou-ap added a commit that referenced this pull request Apr 27, 2026
* main: (29 commits)
  chore(deps): bump winreg from 0.55.0 to 0.56.0 (#8829)
  Fix grammar issue (#8669)
  colorize context window indicator (#8851)
  Refresh canonical model metadata from models.dev (#8838)
  fix(ci): prevent flaky smoke test timeouts from failing the build (#8837)
  updates: release 0.19.0 of the tui/sdk/etc (#8806)
  add a goose2 signed release flow (#8728)
  Port provider tests to typescript (#8237)
  refactor: make ACP server smaller (#8787)
  Add NVIDIA provider, and improve declarative provider UX (#8798)
  fix: removed failed provider test for deprecated providers (#8801)
  fix: only call cleanup when the pr is from same repo (#8799)
  chore: check stale for draft pr (#8803)
  fix: use _meta instead of meta in newSession request (#8796)
  fix: add missing underscore prefix in updateWorkingDir method name (#8743)
  feat: migrate session metadata storage from frontend overlay to backend (#8769)
  Add more info to BUILDING_LINUX (#8789)
  feat(acp): Align to new request patterns of ACP Streamable HTTP/WS transport (#8605)
  Dedupe and organize skills/sources (#8731)
  docs: add skills slash command (#8783)
  ...
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.

2 participants