Uh oh!
There was an error while loading. Please reload this page.
feat: add GPT-5.6 OpenAI model support - #105
Conversation
Review: feat: add GPT-5.6 OpenAI model supportOverall this looks correct and well-contained. I verified:
Non-blocking observations:
No security concerns: no secrets or injection surface touched; the OAuth header-stripping/rewriting code is unchanged. Verified statically; could not run Reviewed SHA: 0e01397 |
Code reviewVerdict: Looks good. ✅ · 0 findings Reviewed 7 files · 0 inline · view all 0 findings ↗ aictrl · AI code review for fast-moving teams · aictrl.dev |
Uh oh!
There was an error while loading. Please reload this page.
Closes#104
Problem
OpenAI's GPT-5.6 Sol, Terra, and Luna models are present in the live registry, but Codex OAuth filters them out and the CLI stops reasoning variants at
xhigh.Behavior
nonethroughmax.ultrafor Sol/Terra and throughmaxfor Luna.ultrato the API'smaxwire value.@aictrl/clito 0.4.3.Scope
Live models.dev metadata remains authoritative. This does not add gateway availability or new multi-agent orchestration behavior.
Rollout and risks
No migration or configuration change is required. Model availability still depends on the upstream registry and OpenAI account access.
Verification
bun test— 1,370 passed, 7 skipped, 0 failed.bun run typecheck— passed.bunx prettier --check ...— passed.AICTRL_BUILD_SINGLE=true bun run build— passed.git diff --check— passed.verify— passed.Test plan
ultranormalization with plugin tests.