mirror of
https://github.com/Gitlawb/openclaude.git
synced 2026-08-24 02:34:15 -05:00
* feat(codex): default codexplan to GPT-5.6 Sol
Preserve existing reasoning and routing behavior while updating the default model, labels, documentation, and focused coverage.
* test(codex): lock fallback and routing behavior
* make credential-step test self-contained
* fix(codex): default unset teammate fallback to GPT-5.6 Sol
The changes to the inert codex config keys are known to have no functional effect, but we updated them to ensure the defaults are correct and consistent across the table.
* fix codexplan gateway defaults after model resolution
* Revert "fix codexplan gateway defaults after model resolution"
This reverts commit 2b5ae791f8.
* fix codexplan custom gateway reasoning default
* fix codexplan reasoning query request routing
* fix(test): unmount CodexCredentialStep render instance before cleanup
---------
Co-authored-by: jatmn <the@jat.mn>