Skip to content

feat: add GPT-5.6 Codex models and fix provider probes - #77

Open
ascendswang wants to merge 2 commits into
TencentCloud:developfrom
ascendswang:agent/fix-codex-responses-compat
Open

feat: add GPT-5.6 Codex models and fix provider probes#77
ascendswang wants to merge 2 commits into
TencentCloud:developfrom
ascendswang:agent/fix-codex-responses-compat

Conversation

@ascendswang

@ascendswang ascendswang commented Jul 27, 2026

Copy link
Copy Markdown

Summary

  • send ChatGPT/Codex provider probes through the Responses API in stateless streaming mode
  • keep Responses API output in the current string-compatible format and preserve account headers
  • add GPT-5.6 Sol, Terra, and Luna to OAuth-created providers and the built-in Codex preset
  • add regression coverage for the Codex-specific request options and model catalog

This fixes provider tests failing with:

Error code: 400 - {'detail': 'Store must be set to false'}

The GPT-5.6 model IDs follow the current OpenAI model guidance.

Target branch

  • Base is develop (feature / fix — default)
  • Base is main (release/* or hotfix/* only)

Type of change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation
  • Refactor / chore
  • Release / hotfix

Test plan

  • make all passes locally (1531 passed, 6 skipped, 31 deselected)
  • Added/updated tests
  • Live Codex provider probe returns ok
  • Live probes pass for gpt-5.6-sol, gpt-5.6-terra, and gpt-5.6-luna

Checklist

  • Updated CHANGELOG.md (if user-facing)
  • README / docs updated (not needed)

@ascendswang ascendswang changed the title fix: make Codex provider probes Responses API compatible feat: add GPT-5.6 Codex models and fix provider probes Jul 27, 2026
@ascendswang
ascendswang marked this pull request as ready for review July 27, 2026 08:17
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