test: trim mismatched thinking defaults

This commit is contained in:
Shakker
2026-05-12 18:08:31 +01:00
parent 7b4fd3d67a
commit 46ca9cf9c4

View File

@@ -877,9 +877,9 @@ describe("executeSlashCommand directives", () => {
"",
);
// Should NOT show DeepSeek defaults (xhigh, max) for an Anthropic session
expect(status.content).not.toContain("xhigh");
expect(status.content).not.toContain("max");
expect(status.content).toBe(
"Current thinking level: high.\nOptions: default, off, minimal, low, medium, high.",
);
});
it("reports the current verbose level for bare /verbose", async () => {