Conversation
- CHANGELOG.md:新增 v0.18.5 双语条目,覆盖 Windows 更新后新版本未拉起、 Windows 托盘隐藏窗口二次启动无法叫回、内置 AI 保存连接的 function-calling schema、外部驱动最低版本门、终端左边距空行的时间戳占位 与行号,以及随带的 UI 依赖链跟进 - main/Cargo.toml、Cargo.lock:版本 0.18.4 -> 0.18.5
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.
发布 v0.18.5
用户可见改动
SW_RESTORE/SW_SHOW,恢复后窗口既可见、又保持最大化。(fix(tray): 二次启动时叫回被托盘隐藏的主窗口 #242,贡献者 @paofu-cium)oneOf,OpenAI 兼容网关会拒绝整个模型请求,而不是只拒绝这一个工具;现在改为扁平的 object schema,并在本地校验阶段提前拦截顶层组合关键字、报错带上具体工具名。(fix(agent): connections.save 的 function-calling schema 去掉顶层 oneOf #245)invalid type: string "4", expected u64),整张表都读不出来;现在版本低于要求时同样进入安装/更新引导,提示中带上最低版本号。(fix(db): 外部驱动增加最低版本门,OceanBase 低于 0.1.12 时引导用户更新 #260)随带合入
fork-0.3.110,以及 shell 依赖链对 32 位 Windows 的支持(Point gpui dependencies at gpui-kit and randomize screenshot-safe display data #241、chore(deps): fork 链更新到 gpui-pre fork-0.3.110 + gpui-kit 8caa3aee,shell 依赖链支持 32 位 Windows #254)。gpui_shell版本 fixture 与开发注册表测试清单同步到 0.6.1(chore(deps): fork 链更新到 gpui-pre fork-0.3.110 + gpui-kit 8caa3aee,shell 依赖链支持 32 位 Windows #254、chore(deps): 合入 gpui-kit 上游改动,gpui-shell 跟进到 0.6.4 #258)。发布元数据
main/Cargo.toml/Cargo.lock:0.18.4→0.18.5CHANGELOG.md:新增 v0.18.5 双语条目(修复与优化+Fixes and Improvements,含 CNB 镜像行)dev已先合入main(git merge-tree预演无冲突,实际为快进合并)本地验证
python3 script/changelog.py validate --tag v0.18.5 --changelog CHANGELOG.md→Validated changelog entry: v0.18.5python3 script/release_pr.py check --base origin/main --head dev→release-only: True,发布元数据校验通过(本 PR 走快速通道,跳过三平台全量矩阵)cargo metadata --format-version 1 --locked --offline→ exit 0(main/Cargo.toml与Cargo.lock版本一致)git diff --name-only origin/main..dev→ 仅CHANGELOG.md、Cargo.lock、main/Cargo.toml合并后
在
main上执行script/release-tag.sh v0.18.5,推送 tag 触发Releaseworkflow。