chore: 统一 Codex CLI 模型为 gpt-6-astra - #20
Merged
Merged
Conversation
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 CLI 默认文字模型从
gpt-5.6-sol更新为gpt-6-astra,同步群设置默认值、Provider 回退值、配置示例和测试预期。图片任务继续继承全局 Codex 配置。验证:101 项相关 pytest 测试通过;Git diff 检查通过。没有提交真实 AI 生成或微信发送任务。
本机现有设置和群级模型已在 SQLite 备份后单独更新,并通过已有设置接口应用到运行服务;数据库和认证配置不包含在提交中。其他安装的既有数据库设置不会仅因拉取代码而自动改写,需要按实际配置单独切换。
风险:新模型的响应质量、耗时和额度消耗仍需通过后续用户发起的真实任务观察。回滚时恢复原模型设置,并撤销本次代码提交;历史生成与发送记录保持原值。