Skip to content

Commit 5eff06b

Browse files
committed
fix: wait for sidecar ready before loading accounts
1 parent 4e8334a commit 5eff06b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs-linhay/memory/2026-05-26.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,3 +267,8 @@
267267
- 实现:CLIProxyAPI fork 新增 `channelRoutingRoutePolicy` 并在 `InstallRoutePolicyHook` 中优先注册;该 policy 将 sidecar 候选账号转换为 `gettokensrouting` 快照,调用 `DecideChannelRoute` 输出候选顺序,从而覆盖旧 `FillFirstSelector` 主路径。
268268
- 补充:balanced 模式的活跃会话计数直接读取 live session tracker 的轻量计数,不再通过完整 snapshot 汇总,避免路由热路径被展示快照牵连。
269269
- 验证:`go test ./internal/gettokenshooks -count=1``go test ./internal/cmd -count=1``go test ./internal/gettokensrouting ./internal/gettokenshooks ./internal/cmd ./sdk/cliproxy/auth -count=1` 全部通过。
270+
271+
## 会话整理沉淀
272+
- 沉淀:`routing.strategy` 与 channel routing 的边界已经升级为项目级 skill 规则,写入了 `.agents/skills/gettokens-domain-engineering/SKILL.md``.agents/skills/gettokens-codex-account-list/SKILL.md``.agents/skills/gettokens-claude-code-account-list/SKILL.md`
273+
- 不升级:这条边界目前仍属于 GetTokens 领域治理,不上升为 repo-wide `AGENTS.md` 规则。
274+
- 验证:已完成 `qmd update``qmd embed`,可检索到本次 routing strategy bypass 的记忆记录。

0 commit comments

Comments
 (0)