feat(codex): update models and default version#1985
Merged
Conversation
Contributor
Greptile SummaryThis PR updates the Codex transformer defaults. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (1): Last reviewed commit: "feat: Add new Codex models and update de..." | Re-trigger Greptile |
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.
概述
更新 Codex 渠道的静态模型列表和默认客户端版本,使 AxonHub 能识别新的 GPT-5.6 Codex 模型,并满足上游模型对 Codex 版本的要求。
变更内容
codex.DefaultModels()中新增:gpt-5.6-solgpt-5.6-terragpt-5.6-luna0.142.5更新为0.144.1。Versionheader 时优先使用客户端值的现有行为。关联变更
PR #1982 更新的是前端 bundled model catalog;本 PR 更新 Codex transformer 的专用静态模型 registry 和 outbound
Versionheader,两者互补。验证
git diff --check upstream/unstable...HEAD通过。upstream/unstable仅包含 1 个提交和 1 个文件变更。AGENTS.md约束,未运行 build、lint 或 test。closes #1984