fix(ai): expose max thinking for Kimi Coding K3

Closes #6737
This commit is contained in:
Armin Ronacher
2026-07-16 19:58:17 +02:00
parent f7e0603745
commit 78ff249436
4 changed files with 14 additions and 1 deletions
+6
View File
@@ -110,6 +110,12 @@ describe("getSupportedThinkingLevels", () => {
}
});
it("includes only max for Kimi Coding K3", () => {
const model = getModel("kimi-coding", "k3");
expect(model).toBeDefined();
expect(getSupportedThinkingLevels(model!)).toEqual(["max"]);
});
it("includes only high for OpenCode Grok Build", () => {
const model = getModel("opencode", "grok-build-0.1");
expect(model).toBeDefined();