Skip to content

Commit 4a8e929

Browse files
fix(status): avoid stale session context windows
1 parent f192487 commit 4a8e929

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/auto-reply/reply/commands-status.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,7 @@ describe("buildStatusReply subagent summary", () => {
664664
const normalized = normalizeTestText(text);
665665
expect(normalized).toContain("Model: ollama-cloud/deepseek-v4-pro");
666666
expect(normalized).toContain("Context: 0/1.0m");
667+
expect(normalized).not.toContain("kimi-k2.7-code");
667668
expect(normalized).not.toContain("Context: 0/262k");
668669
expect(normalized).not.toContain("/262k");
669670
});

0 commit comments

Comments
 (0)