fix(status): avoid stale session context windows

This commit is contained in:
clawsweeper
2026-06-15 11:01:08 +00:00
parent f192487750
commit 4a8e9299a3
@@ -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");
});