From 66f524e26039e2f76a92e7c0cfcc36bc2468c7e1 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 23:48:50 +0000 Subject: [PATCH] feat(mcp): switch ask_hexclave model from gemini to glm 5.2 Co-Authored-By: mantra --- apps/mcp/src/mcp-handler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mcp/src/mcp-handler.ts b/apps/mcp/src/mcp-handler.ts index ddb3c7e47..cf9453464 100644 --- a/apps/mcp/src/mcp-handler.ts +++ b/apps/mcp/src/mcp-handler.ts @@ -143,7 +143,7 @@ export function createHexclaveMcpHandler(config: { streamableHttpEndpoint: strin headers: { "Content-Type": "application/json" }, body: JSON.stringify({ quality: "smart", - speed: "fast", + speed: "slow", tools: ["docs"], systemPrompt: "docs-ask-ai", messages: [{ role: "user", content: question }],