Skip to content

chore: 为 Codex 计划补充 gpt-5.3-codex-spark 和 gpt-5.4-mini 模型#1162

Merged
looplj merged 1 commit intolooplj:release/v0.9.xfrom
llc1123:chore/codex-models
Mar 26, 2026
Merged

chore: 为 Codex 计划补充 gpt-5.3-codex-spark 和 gpt-5.4-mini 模型#1162
looplj merged 1 commit intolooplj:release/v0.9.xfrom
llc1123:chore/codex-models

Conversation

@llc1123
Copy link
Copy Markdown
Contributor

@llc1123 llc1123 commented Mar 26, 2026

摘要

  • 为 Codex 默认模型列表补充 gpt-5.3-codex-sparkgpt-5.4-mini

变更说明

  • 更新 llm/transformer/openai/codex/constants.go
  • DefaultModels() 中加入两个新增模型名,不涉及其他逻辑改动

验证

  • 对比 release/v0.9.x...HEAD,确认本 PR 仅包含上述模型列表调整

Copilot AI review requested due to automatic review settings March 26, 2026 02:51
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, 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

  • 模型支持: 为 Codex 计划的默认模型列表补充了 gpt-5.3-codex-spark 和 gpt-5.4-mini 模型。
  • 兼容性: 确保 release/v0.9.x 分支能够识别并透传这两个新增模型名称,避免因模型白名单缺失导致不可用。
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

为 Codex 渠道的默认模型白名单补充 gpt-5.3-codex-sparkgpt-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.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the DefaultModels function in llm/transformer/openai/codex/constants.go to include two new model names: "gpt-5.3-codex-spark" and "gpt-5.4-mini". There is no feedback to provide.

@looplj looplj merged commit 4d49c75 into looplj:release/v0.9.x Mar 26, 2026
5 of 6 checks passed
NekoNuo pushed a commit to NekoNuo/axonhub that referenced this pull request Mar 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants