fix(consult): 窗口溢出重试保留预跑证据包,回填修复版本 SHA
Independent Staging Quality Gate / validate (push) Successful in 10m28s
Independent Staging Quality Gate / publish (push) Successful in 10m58s

This commit is contained in:
jesse-ux
2026-09-18 18:47:01 +08:00
parent 9ccb65b71f
commit e760b1d610
5 changed files with 24 additions and 16 deletions
@@ -368,6 +368,9 @@ test("window calculation is precomputed on the agent context cache (BUG-957)", (
assert.match(windowBranch, /precomputeWindowConsultation/);
assert.match(windowBranch, /warmup:/);
assert.match(windowBranch, /windowPrecomputedPacketMessage/);
assert.match(route, /let windowPacketMessage: string \| null = null/);
assert.match(route, /if \(windowPacketMessage\) \{/);
assert.match(route, /content: windowPacketMessage/);
assert.doesNotMatch(windowBranch, /toolChoice:\s*"required"/);
assert.doesNotMatch(natalBranch, /precomputeWindowConsultation/);
assert.doesNotMatch(natalBranch, /warmup:/);