From 4a8e9299a3544b5b71db36e4942992cefc5eb45e Mon Sep 17 00:00:00 2001 From: clawsweeper <274271284+clawsweeper[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 11:01:08 +0000 Subject: [PATCH] fix(status): avoid stale session context windows --- src/auto-reply/reply/commands-status.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/auto-reply/reply/commands-status.test.ts b/src/auto-reply/reply/commands-status.test.ts index f9e87a97df5a..3c95577432d4 100644 --- a/src/auto-reply/reply/commands-status.test.ts +++ b/src/auto-reply/reply/commands-status.test.ts @@ -664,6 +664,7 @@ describe("buildStatusReply subagent summary", () => { const normalized = normalizeTestText(text); expect(normalized).toContain("Model: ollama-cloud/deepseek-v4-pro"); expect(normalized).toContain("Context: 0/1.0m"); + expect(normalized).not.toContain("kimi-k2.7-code"); expect(normalized).not.toContain("Context: 0/262k"); expect(normalized).not.toContain("/262k"); });