chore(codex): 升级 CLI 至 0.154.0 - #25
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.153.2 升级到 0.154.0,并按真实 app-server schema 完成协议迁移:
rust-v0.154.0起移除 app-server README,协议参考改为官方文档与生成 schema没有新增第三方依赖,也没有数据库 schema 变更。
关联 issue / Related issues
Closes #24
改动类型 / Type of change
验证 / Verification
pnpm lint通过 / passespnpm test通过 / passes(55 files / 452 tests)cd web && pnpm test通过 / passes(30 files / 299 tests)另外完成:
pnpm buildcd web && pnpm buildinitialize、model/list、thread/listbetter-sqlite3、node-pty冒烟验证检查项 / Checklist
pnpm db:generate并提交了drizzle/下的迁移 / No database schema changepnpm generate:api)/ Regenerated the frontend SDKweb/src/locales/zh-CN.json补了中文翻译 / No new UI stringsdocs/文档 / Updated the affected docs underdocs/补充信息 / Additional notes
0.154.0 新增的
ThreadListParams.originators仅适用于 hosted thread list,本项目当前本地 thread list 不传该筛选项。account/rateLimits/read的新增参数为可选参数,现有调用保持兼容。