Skip to content

Add native-glm-acp v2.7.22 (Vision-model UX)#439

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

Add native-glm-acp v2.7.22 (Vision-model UX)#439
99percentgrip wants to merge 77 commits into
agentclientprotocol:mainfrom
99percentgrip:agent/add-native-glm-acp

Conversation

@99percentgrip

@99percentgrip 99percentgrip commented Jul 14, 2026

Copy link
Copy Markdown

Latest version: v2.7.22.

Adds /screenshot for platform-native screen capture and /attach <path> for validated image queuing in the terminal UI. Captures and attachments reuse the existing vision upload path and remain reviewable before a prompt is sent.

  • Distribution: five version-pinned, checksum-verified frozen binaries (Linux x86-64/ARM64, macOS Intel/Apple Silicon, Windows x86-64), plus user-local installers and safe uninstall support.
  • Models: GLM-5.2, GLM-5-Turbo, GLM-4.7, GLM-5V-Turbo, GLM-4.5V, and GLM-4.6V.
  • Aleksejs Kozlitins · Apache-2.0.

@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
TUI Tier 2.7: /tasks session dashboard. TasksScreen surfaces the current
turn state, FIFO prompt queue, and session stats (model, tokens, context,
iteration cap) in one consolidated read-only view. Completes Tier 2.

Verified: ruff clean, 757 tests pass (+1 new).
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v2.7.7 Add Native GLM ACP v2.7.8 Jul 25, 2026
Tier 4 /insights (session friction analysis via auxiliary GLM) + /release
discoverability. TUI command count 62 → 64.

Verified: ruff clean, 763 tests pass (+6 new).
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v2.7.8 Add Native GLM ACP v2.7.9 Jul 25, 2026
Tier 4 /loop: in-session ad-hoc prompt iterator. Runs a prompt every
<interval> while the session stays open. Distinct from the persistent
cron subsystem. TUI command count 64 → 65.

Verified: ruff clean, 766 tests pass (+3 new).
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v2.7.9 Add Native GLM ACP v2.7.10 Jul 25, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v2.7.10 Add Native GLM ACP v2.7.11 Jul 25, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v2.7.11 Add Native GLM ACP v2.7.12 Jul 25, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v2.7.12 Add Native GLM ACP v2.7.13 Jul 25, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v2.7.13 Add Native GLM ACP v2.7.14 Jul 25, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v2.7.14 Add Native GLM ACP v2.7.15 Jul 26, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v2.7.15 Add Native GLM ACP v2.7.16 Jul 26, 2026
@99percentgrip 99percentgrip changed the title Add Native GLM ACP v2.7.16 Add native-glm-acp v2.7.17 (Screen-reader mode) Jul 26, 2026
@99percentgrip 99percentgrip changed the title Add native-glm-acp v2.7.17 (Screen-reader mode) Add native-glm-acp v2.7.18 (Customizable keybindings) Jul 26, 2026
@99percentgrip 99percentgrip changed the title Add native-glm-acp v2.7.18 (Customizable keybindings) Add native-glm-acp v2.7.19 (Vim-mode composer) Jul 26, 2026
@99percentgrip 99percentgrip changed the title Add native-glm-acp v2.7.19 (Vim-mode composer) Add native-glm-acp v2.7.20 (Interactive diff annotation) Jul 26, 2026
@99percentgrip 99percentgrip changed the title Add native-glm-acp v2.7.20 (Interactive diff annotation) Add native-glm-acp v2.7.21 (Inline image rendering) Jul 26, 2026
@99percentgrip 99percentgrip changed the title Add native-glm-acp v2.7.21 (Inline image rendering) Add native-glm-acp v2.7.22 (Vision-model UX) Jul 26, 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