release: Dial 0.2.0 - #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.
目标
发布 Dial 0.2.0,恢复已安装 Windows/Linux 客户端的自动更新入口,并修正不同 Codex 额度桶相互覆盖导致主额度错误显示 100% 的问题。
设计与实现
latest.json暂不写入可选的pub_date,让旧客户端能够打开更新弹窗并升级到修复版本。limit_id与limit_name,主视图和历史曲线只采用limit_id=codex;GPT-5.3-Codex-Spark 等独立额度不再覆盖主额度。codex-rollout-v2,确保旧缓存按新额度模型重新解析。行为变化
pub_date的新发布清单恢复自动升级。兼容性与风险
本地验证
npm run release:check -- --tag v0.2.0 --latest-tag v0.1.9npm test:45 个 Node 测试通过,Vite production build 通过,66 个 Rust 测试通过,1 个既有 benchmark-style 测试保持 ignoredcargo clippy --manifest-path src-tauri/Cargo.toml --all-targets -- -D warningscargo fmt --manifest-path src-tauri/Cargo.toml -- --checkgit diff --check合并信息
合并后创建并推送
v0.2.0tag,触发 Windows/Linux 签名构建、草稿发布、公开资产校验和 Latest 发布。