Skip to content

Correct the glm-acp-agent model list - #550

Open
stefandevo wants to merge 1 commit into
agentclientprotocol:mainfrom
stefandevo:fix/glm-acp-agent-description
Open

Correct the glm-acp-agent model list#550
stefandevo wants to merge 1 commit into
agentclientprotocol:mainfrom
stefandevo:fix/glm-acp-agent-description

Conversation

@stefandevo

@stefandevo stefandevo commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

What

Corrects the glm-acp-agent description, which advertises two models the agent no longer serves under those names.

Why

The description lists 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. A client picking either from the registry would be told it is talking to a model it is not. The advertised list is now glm-5.3, glm-5-turbo, glm-4.7, matching what the agent actually returns in availableModels.

Also adds thought_level (reasoning effort) config, supported for several releases but never reflected here.

Description-only diff — the version cron bumped this entry to 1.6.1 while the PR was open, so that line is now untouched.

Validation

Run from the repo root, all passing:

  • uv run --with jsonschema .github/workflows/build_registry.py
  • SKIP_URL_VALIDATION=1 uv run --with jsonschema .github/workflows/build_registry.py
  • python3 .github/workflows/verify_agents.py --auth-check --agent glm-acp-agentAuth OK: z-ai-api-key(agent), z_ai_api_key(env_var)

icon.svg is intentionally untouched.

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.
@stefandevo
stefandevo force-pushed the fix/glm-acp-agent-description branch from 96defc2 to 34eb6d3 Compare August 24, 2026 18:27
@stefandevo stefandevo changed the title Update glm-acp-agent to 1.6.1 and correct its model list Correct the glm-acp-agent model list Aug 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant