chore(codex): 升级 CLI 至 0.153.2 - #13
Open
kot4ri wants to merge 1 commit into
Open
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.
改动说明 / What changed
将 Codex CLI 从 0.152.1 升级至最新稳定版 0.153.2,并按协议迁移流程逐项比对生成 schema:
rust-v0.153.2的 App Server vendored README;Thread.model/Thread.reasoningEffortOpenAPI 元数据;agentMessage.questions异步结构化提问;model/list响应支持max/ultra推理强度;未接入本次新增但当前 WebUI 不依赖的
plugin/reconcile与AppsConfig.links,已记录到 remaining tasks。关联 issue / Related issues
Closes #12
改动类型 / Type of change
验证 / Verification
pnpm lint通过 / passespnpm test通过 / passes(34 files,295 tests)cd web && pnpm test通过 / passes(8 files,72 tests)额外验证:
initialize、model/list、thread/list冒烟测试通过;model/list实测包含max/ultra。检查项 / Checklist
docs/文档 / Updated the affected docs underdocs/补充信息 / Additional notes
异步问题的选项当前按 App Server 语义作为建议项只读展示;用户仍通过普通新消息自由回复,不与会阻塞 turn 的同步
item/tool/requestUserInput流程混用。