feat: add support for gpt-5.3-codex-spark#578
Open
ZeroClover wants to merge 3 commits intoWei-Shaw:mainfrom
Open
feat: add support for gpt-5.3-codex-spark#578ZeroClover wants to merge 3 commits intoWei-Shaw:mainfrom
ZeroClover wants to merge 3 commits intoWei-Shaw:mainfrom
Conversation
- 解析并持久化 OpenAI chatgpt_plan_type 到账号凭证和扩展信息 - 获取/刷新 Antigravity token 时同步 tier_id,并在刷新失败时保留既有值 - 账户列表补充邮箱兼容显示,并新增 OpenAI/Gemini/Antigravity 套餐标签
- 新增 gpt-5.3-codex-spark 模型及 Codex CLI 映射/归一化规则 - 在模型支持校验中增加 Pro-only 判断,非 OpenAI Pro 账号拒绝 spark 模型 - 为 gpt-5.3-codex-spark 增加定价回退,并在前端白名单与预设映射中补全入口
- IsModelSupported 先计算映射结果,并同时校验请求模型与映射后模型的 Pro-only 限制 - IsProOnlyModel 增加标准化流程,支持路径前缀、后缀变体与 codex-spark 别名识别 - 补充 spark 相关单测,覆盖模型归一化与 Pro/Non-Pro 账号权限场景
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.
fix #569