build(version): 发布 v0.5.2 — 供应商状态复位按钮 + quota 复位修复,v0.5.2 周期正式收口 - #280
Merged
Conversation
版本号升级至 0.5.2,CHANGELOG 定版。本版为 v0.5.2a1–a8 预发布周期的正式收口版, 增量收敛 PR #279 三项改动:QuotaGuard.reset() 拆解「状态机复位」与「用量清零」的 耦合(复位后 1d 配额徽章不再永久停 0%);Overview 供应商状态卡片新增「状态复位」 按钮(POST /api/reset,不重排序、不清用量);修复 rlInfo.limited 与 is_rate_limited 键名不匹配致「限速中」徽章从未渲染。 🤖 Generated with [Claude Code](https://github.com/claude), [CodeX](https://openai.com), [Gemini](https://github.com/apps/gemini-code-assist) Co-Authored-By: Aurelius Huang<threefish.ai@gmail.com>
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.5.2 正式版(v0.5.2a1–a8 预发布周期的收口版):
pyproject.toml版本号0.5.2a8→0.5.2(版本号单一事实源;uv.lock随uv run自动同步,不入本 commit,沿用既往发布先例);## [Unreleased]段定版为## [v0.5.2] - 2026-09-10,并附 NOTE 说明完整变更见上方各 alpha 段落、以下为 v0.5.2a8 之后的增量(feat(dashboard): 供应商状态卡片新增「状态复位」按钮,并修复 reset 误清配额用量; #279)。v0.5.2a8 之后的增量(PR #279,三项)
fix(quota-guard):QuotaGuard.reset()拆解「状态机复位」与「用量清零」耦合,复位后1d 配额徽章不再永久停在 0%;feat(dashboard):Overview 供应商状态卡片新增「⟲ 状态复位」按钮(POST /api/reset,不重排序、不清用量);fix(dashboard):修复rlInfo.limited与后端is_rate_limited键名不匹配导致「限速中」徽章从未渲染。后续发布动作
合入后将执行:tag
v0.5.2→ GitHub Release(--prerelease创建以触发release.yml:build 矩阵 → TestPyPI → 生产 PyPI 审批门)→ 审批通过后自动转正 Latest。🤖 Generated with Claude Code, CodeX, Gemini