fix(cleanup): 审计收口第四波——pending pop 原子化 / decision-loop 删除 / locale 漂移 - #2152
Merged
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
DeliciousBuding
force-pushed
the
chore/cleanup-round-10
branch
from
August 31, 2026 18:52
922c94a to
fa842ee
Compare
DeliciousBuding
force-pushed
the
chore/cleanup-round-10
branch
from
August 31, 2026 19:04
fa842ee to
6e0700e
Compare
Co-authored-by: Cursor <cursor@vectorcontrol.tech> (cherry picked from commit fa94036)
… 漂移修复 - hub: PopPendingTasks/PopPendingAgentControls 改用 Lua EVAL 原子 drain+clear(修 LRange+Del 窗口丢任务,#2136 P3-5)+ 回归测试;agentprofile.Install 传播重复检查错误(DB 抖动不再放行重复安装,#2136 P3-2) - edge: 删除生产不可达 decision_loop 族 514 行(decision_loop/approval_metrics_adapter/WithDecisionLoop/wrap 分支/edge_approval_decisions_total 死指标) - i18n #2099:thread 统一译作「会话」(web 3 键 + desktop 8 键);删除两端 15 个零消费者 toast 死键;zh 残留英文串修正(mock 会话/catalog fallback/WS·Hub 断开占位);tokenDanceUnavailable 补句号 - test: cherry-pick 被 #2107 关闭时遗漏的 bus/cache/outbox 热区微基准(去重后保留 7 个独有 benchmark) Co-authored-by: Cursor <cursor@vectorcontrol.tech>
DeliciousBuding
force-pushed
the
chore/cleanup-round-10
branch
from
August 31, 2026 19:07
6e0700e to
5916970
Compare
This was referenced Aug 31, 2026
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.
四个审计 lane 的剩余高价值切片:\n\n## 做什么\n- hub:pending 队列 pop 改 Lua 原子 drain+clear(修 push 落在 LRange+Del 窗口被静默删除的丢任务窗口,补回归测试);agentprofile.Install 重复检查错误不再被吞\n- edge:删除生产零接线的 decision_loop 族(decision_loop.go 488 行 + approval_metrics_adapter + WithDecisionLoop + wrap 分支 + 死指标 edge_approval_decisions_total),生产审批仍走 orchestrator/plan_approval\n- i18n(#2099 三切片):thread 译法统一「会话」;15 个零消费者 toast 死键清理;zh 英文残留修正;标点补齐\n- bench:补回 #2107 关闭时遗漏的 bus/cache/outbox 热区微基准(与 #2086 已合基准去重)\n\n## 验证\n- hub golangci-lint 0 issues + go test ./... -short -count=1 全绿\n- edge go test ./edge-server/... -short -count=1 全绿(lifecycle/metrics 含删除面回归)\n- desktop locales.test 5 通过;web common.test 5 通过\n- 合并后关 #2099