Skip to content

Add Native GLM ACP v2.0.2#439

Open
99percentgrip wants to merge 39 commits into
agentclientprotocol:mainfrom
99percentgrip:agent/add-native-glm-acp
Open

Add Native GLM ACP v2.0.2#439
99percentgrip wants to merge 39 commits into
agentclientprotocol:mainfrom
99percentgrip:agent/add-native-glm-acp

Conversation

@99percentgrip

@99percentgrip 99percentgrip commented Jul 14, 2026

Copy link
Copy Markdown

Summary

Adds Native GLM ACP, an open-source ACP-native coding agent runtime for Z.ai GLM models, at version 1.8.5.

Distribution

  • Version-pinned frozen binaries for Linux x86-64/ARM64, macOS Intel/Apple Silicon, and Windows x86-64.
  • Published SHA-256 checksums and GitHub build-provenance attestations.
  • Apache-2.0; author: Aleksejs Kozlitins.
  • Terminal authentication through zai-api-key-setup without echoing the credential.

v1.8.5 verification

  • Registry schema builder: passed for all 40 agents with public URL validation.
  • Registry authentication verifier: passed against the published Linux x86-64 v1.8.5 archive.
  • Release workflow: all five platform builds, frozen-binary checks, checksums, attestations, and publication passed.
  • Project suite: 563 offline tests passed.
  • Dependency audit: no known vulnerabilities.

v1.8.5 TUI patch

  • Fixes externally copied prompts remaining empty when paste is delivered through the terminal or an explicit clipboard shortcut.
  • Supports terminal-routed bracketed paste plus explicit Ctrl-V and Ctrl-Shift-V fallbacks.
  • Retains multiline clipboard content as one usable prompt, including leading blank lines.
  • Bounds optional OS clipboard readers to one second and one million characters, invokes no shell, and excludes credential environment variables.
  • Updates installer guidance for Linux Ctrl-Shift-V and adds parser-, shortcut-, environment-, and real-PTY regression coverage.
  • Leaves ACP, plain, and JSON automation behavior unchanged.
  • Automatic checkpoints remain disabled by default.

@99percentgrip 99percentgrip changed the title Add Native GLM ACP Add Native GLM ACP v1.0.0 Jul 15, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v1.0.0 Add Native GLM ACP v1.1.0 Jul 18, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v1.1.0 Add Native GLM ACP v1.2.0 Jul 18, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v1.2.0 Add Native GLM ACP v1.3.0 Jul 18, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v1.3.0 Add Native GLM ACP v1.4.0 Jul 18, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v1.4.0 Add Native GLM ACP v1.5.0 Jul 19, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v1.5.0 Add Native GLM ACP v1.6.0 Jul 19, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v1.6.0 Add Native GLM ACP v1.6.1 Jul 19, 2026
Auto-checkpointing the workspace before every agent edit caused disk
exhaustion on large workspaces (e.g. one user reported 57 GB accumulated
in a single session because each 2.7 GB snapshot included a 1.2 GB
*.sqlite file copied wholesale on every edit).

v1.6.2 makes auto-checkpoint OFF by default. Operators opt in explicitly
via the new /checkpoint auto on slash command or the
GLM_ACP_AUTO_CHECKPOINT=1 environment variable. Manual /checkpoint and
/rollback remain available regardless of the toggle.

Bumps the manifest version field and all five platform archive URLs
(darwin-x86_64, darwin-aarch64, linux-x86_64, linux-aarch64,
windows-x86_64) to v1.6.2.
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v1.6.1 Add Native GLM ACP v1.6.2 Jul 21, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v1.6.2 Add Native GLM ACP v1.7.0 Jul 23, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v1.8.2 Add Native GLM ACP v1.8.3 Jul 23, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v1.8.3 Add Native GLM ACP v1.8.4 Jul 23, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v1.8.4 Add Native GLM ACP v1.8.5 Jul 23, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v1.8.5 Add Native GLM ACP v1.9.2 Jul 23, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v1.9.2 Add Native GLM ACP v1.9.3 Jul 23, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v1.9.3 Add Native GLM ACP v1.9.4 Jul 23, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v1.9.4 Add Native GLM ACP v1.9.5 Jul 24, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v1.9.5 Add Native GLM ACP v1.9.6 Jul 24, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v1.9.6 Add Native GLM ACP v1.9.7 Jul 24, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v1.9.7 Add Native GLM ACP v1.9.8 Jul 24, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v1.9.8 Add Native GLM ACP v1.9.9 Jul 24, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v1.9.9 Add Native GLM ACP v2.0.0 Jul 24, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v2.0.0 Add Native GLM ACP v2.0.1 Jul 24, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v2.0.1 Add Native GLM ACP v2.0.2 Jul 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