chore: 为 Codex 计划补充 gpt-5.3-codex-spark 和 gpt-5.4-mini 模型#1162
chore: 为 Codex 计划补充 gpt-5.3-codex-spark 和 gpt-5.4-mini 模型#1162looplj merged 1 commit intolooplj:release/v0.9.xfrom
Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! 此拉取请求旨在更新 Codex 计划支持的模型列表,纳入两个新的 GPT 模型。此更新对于保持兼容性至关重要,并确保 release/v0.9.x 分支能够正确识别和使用这些模型,从而避免因模型白名单过时而导致的操作问题。 Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Pull request overview
为 Codex 渠道的默认模型白名单补充 gpt-5.3-codex-spark 与 gpt-5.4-mini,使 release/v0.9.x 能识别并透传这两个模型名,避免因白名单缺失导致不可用。
Changes:
- 在 Codex 的
DefaultModels()静态列表中加入gpt-5.3-codex-spark - 在 Codex 的
DefaultModels()静态列表中加入gpt-5.4-mini
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
摘要
gpt-5.3-codex-spark与gpt-5.4-mini变更说明
llm/transformer/openai/codex/constants.goDefaultModels()中加入两个新增模型名,不涉及其他逻辑改动验证
release/v0.9.x...HEAD,确认本 PR 仅包含上述模型列表调整