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"); });