From eae22bed90971e3a8f9e7b71cd59efc0b2864a5c Mon Sep 17 00:00:00 2001 From: Will Chen Date: Thu, 16 Oct 2025 13:13:22 -0700 Subject: [PATCH] glm 4.6 (#1557) > [!NOTE] > [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) is generating a summary for commit 5e434b7d049c839504c726b096bf5fa4c22f162b. Configure [here](https://cursor.com/dashboard?tab=bugbot). --- src/ipc/shared/language_model_constants.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/ipc/shared/language_model_constants.ts b/src/ipc/shared/language_model_constants.ts index cc448ec..1757e9c 100644 --- a/src/ipc/shared/language_model_constants.ts +++ b/src/ipc/shared/language_model_constants.ts @@ -212,6 +212,15 @@ export const MODEL_OPTIONS: Record = { temperature: 0, dollarSigns: 0, }, + { + name: "z-ai/glm-4.6", + displayName: "GLM 4.6", + description: "Z-AI's best coding model", + maxOutputTokens: 32_000, + contextWindow: 200_000, + temperature: 0, + dollarSigns: 2, + }, { name: "qwen/qwen3-coder", displayName: "Qwen3 Coder",