From 34eb6d31ef53464f6cf067c1147e345d348b4ecb Mon Sep 17 00:00:00 2001 From: Stefan de Vogelaere Date: Mon, 24 Aug 2026 20:27:10 +0200 Subject: [PATCH] Update glm-acp-agent to 1.6.1 and correct its model list The description advertised glm-5.1 and glm-4.5-air. Neither is served under its own name any more: the Z.AI Coding Plan endpoint routes a request for glm-5.1 to glm-5.3 and glm-4.5-air to glm-4.7, so the entry named two models the agent does not actually talk to. The advertised list is now glm-5.3, glm-5-turbo, and glm-4.7. Also adds thought_level (reasoning effort) config, which the agent has supported for several releases, and bumps to the current npm version. Validated with build_registry.py (both with and without URL validation) and verify_agents.py --auth-check. --- glm-acp-agent/agent.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm-acp-agent/agent.json b/glm-acp-agent/agent.json index dabd7abf9..5f27ac4d8 100644 --- a/glm-acp-agent/agent.json +++ b/glm-acp-agent/agent.json @@ -2,7 +2,7 @@ "id": "glm-acp-agent", "name": "GLM Agent", "version": "1.6.1", - "description": "ACP agent powered by Zhipu AI's GLM Coding Plan models (glm-5.1, glm-5-turbo, glm-4.7, glm-4.5-air). Supports streaming, tool calls, mid-session model switching, image input via Z.AI Coding Plan Vision MCP, and session load/fork/resume with on-disk persistence.", + "description": "ACP agent powered by Z.AI / Zhipu AI GLM Coding Plan models (glm-5.3, glm-5-turbo, glm-4.7). Supports streaming, tool calls, mid-session model switching, thought_level config for reasoning effort, image input via Z.AI Coding Plan Vision MCP, and session load/fork/resume with on-disk persistence.", "repository": "https://github.com/stefandevo/glm-acp-agent", "authors": [ "Stefan de Vogelaere"