fix(kiro): seed GPT-5.6 Sol/Terra/Luna from official Kiro catalog#141
Merged
Conversation
Kiro added OpenAI GPT-5.6 tiers (Sol/Terra/Luna, 272K context) on 2026-07-13. The static KIRO_MODELS list lagged, so routed kiro/gpt-5.6-* never appeared in Codex. Seed the three models with documented context windows, pin liveModels=false (CodeWhisperer has no OpenAI-style GET /models), and cover normalize + registry in tests.
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
gpt-5.6-sol/terra/luna, 272K context) into the staticKIRO_MODELScatalog so Codex showskiro/gpt-5.6-*.liveModels: falsefor the Kiro provider — CodeWhisperer runtime is not OpenAI-styleGET /models, so a spurious live response must not drop seeded catalog ids.Context
Kiro published GPT-5.6 Sol/Terra/Luna on 2026-07-13 (docs). opencodex still shipped the pre-GPT static list, so OAuth reconcile rewrote user configs and routed models never appeared as
kiro/gpt-5.6-*.Test plan
bun test tests/kiro-adapter.test.ts -t "normalizes versioned|per-model context|kiro catalog is static|registry includes"/v1/modelslistskiro/gpt-5.6-sol,kiro/gpt-5.6-terra,kiro/gpt-5.6-luna