From 32511a707ff59b8ff77e6d8d463b76fb6c118165 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Tue, 14 Jul 2026 13:14:11 +0800
Subject: [PATCH 01/86] Add Native GLM ACP
---
native-glm-acp/agent.json | 28 ++++++++++++++++++++++++++++
native-glm-acp/icon.svg | 3 +++
2 files changed, 31 insertions(+)
create mode 100644 native-glm-acp/agent.json
create mode 100644 native-glm-acp/icon.svg
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
new file mode 100644
index 000000000..f1fa7a264
--- /dev/null
+++ b/native-glm-acp/agent.json
@@ -0,0 +1,28 @@
+{
+ "id": "native-glm-acp",
+ "name": "Native GLM ACP",
+ "version": "0.2.0",
+ "description": "A native ACP coding agent for Z.ai GLM models with long-context reasoning, tools, planning, and persistent sessions.",
+ "repository": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
+ "website": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
+ "authors": [
+ "Aleksejs Kozlitins"
+ ],
+ "license": "Apache-2.0",
+ "distribution": {
+ "binary": {
+ "darwin-x86_64": {
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.2.0/native-glm-acp-darwin-x86_64.tar.gz",
+ "cmd": "./native-glm-acp"
+ },
+ "linux-x86_64": {
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.2.0/native-glm-acp-linux-x86_64.tar.gz",
+ "cmd": "./native-glm-acp"
+ },
+ "windows-x86_64": {
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.2.0/native-glm-acp-windows-x86_64.zip",
+ "cmd": "./native-glm-acp.exe"
+ }
+ }
+ }
+}
diff --git a/native-glm-acp/icon.svg b/native-glm-acp/icon.svg
new file mode 100644
index 000000000..4aa256246
--- /dev/null
+++ b/native-glm-acp/icon.svg
@@ -0,0 +1,3 @@
+
From 2986f9b104f9703e207283bd4b2503d760afbc6a Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Tue, 14 Jul 2026 20:00:47 +0800
Subject: [PATCH 02/86] Update Native GLM ACP to 0.2.1
---
native-glm-acp/agent.json | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index f1fa7a264..2ae48357e 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "A native ACP coding agent for Z.ai GLM models with long-context reasoning, tools, planning, and persistent sessions.",
"repository": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
"website": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
@@ -12,15 +12,15 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.2.0/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.2.1/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.2.0/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.2.1/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.2.0/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.2.1/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From bc4a8811a4fb63112d1eeeaf335a1f785395cfce Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Tue, 14 Jul 2026 22:19:29 +0800
Subject: [PATCH 03/86] Update Native GLM ACP to 0.3.0
---
native-glm-acp/agent.json | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 2ae48357e..105ecc507 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,8 +1,8 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "0.2.1",
- "description": "A native ACP coding agent for Z.ai GLM models with long-context reasoning, tools, planning, and persistent sessions.",
+ "version": "0.3.0",
+ "description": "Native GLM-5.2 ACP agent with 1M context, preserved reasoning, Z.ai MCP, secure tools, planning, memory, and no Python runtime.",
"repository": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
"website": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
"authors": [
@@ -12,15 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.2.1/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.3.0/native-glm-acp-darwin-x86_64.tar.gz",
+ "cmd": "./native-glm-acp"
+ },
+ "darwin-aarch64": {
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.3.0/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.2.1/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.3.0/native-glm-acp-linux-x86_64.tar.gz",
+ "cmd": "./native-glm-acp"
+ },
+ "linux-aarch64": {
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.3.0/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.2.1/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.3.0/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From c3cedc14127f508cade1ed041c9a89ff1223cd8e Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Tue, 14 Jul 2026 23:05:31 +0800
Subject: [PATCH 04/86] Update Native GLM ACP to 0.4.0
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 105ecc507..65af00470 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "0.3.0",
+ "version": "0.4.0",
"description": "Native GLM-5.2 ACP agent with 1M context, preserved reasoning, Z.ai MCP, secure tools, planning, memory, and no Python runtime.",
"repository": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
"website": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.3.0/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.4.0/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.3.0/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.4.0/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.3.0/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.4.0/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.3.0/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.4.0/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.3.0/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.4.0/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From d85901fe070753a7c6e297405c44a4bbdc4cea00 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Wed, 15 Jul 2026 02:11:46 +0800
Subject: [PATCH 05/86] Update Native GLM ACP to 0.4.1
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 65af00470..d2f68387d 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "0.4.0",
+ "version": "0.4.1",
"description": "Native GLM-5.2 ACP agent with 1M context, preserved reasoning, Z.ai MCP, secure tools, planning, memory, and no Python runtime.",
"repository": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
"website": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.4.0/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.4.1/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.4.0/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.4.1/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.4.0/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.4.1/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.4.0/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.4.1/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.4.0/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.4.1/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 1e445ed2e2e686831ea14a5f29b75a60feeb3bb0 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Wed, 15 Jul 2026 02:39:08 +0800
Subject: [PATCH 06/86] Update Native GLM ACP to 0.5.0
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index d2f68387d..79c00eaa0 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "0.4.1",
+ "version": "0.5.0",
"description": "Native GLM-5.2 ACP agent with 1M context, preserved reasoning, Z.ai MCP, secure tools, planning, memory, and no Python runtime.",
"repository": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
"website": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.4.1/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.5.0/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.4.1/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.5.0/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.4.1/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.5.0/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.4.1/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.5.0/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.4.1/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.5.0/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From f6eb1aaa7abc4b5f7b79ff9d72e27a685b98da8f Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Wed, 15 Jul 2026 03:47:43 +0800
Subject: [PATCH 07/86] Update Native GLM ACP to 0.6.1
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 79c00eaa0..6c620757e 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "0.5.0",
+ "version": "0.6.1",
"description": "Native GLM-5.2 ACP agent with 1M context, preserved reasoning, Z.ai MCP, secure tools, planning, memory, and no Python runtime.",
"repository": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
"website": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.5.0/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.6.1/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.5.0/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.6.1/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.5.0/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.6.1/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.5.0/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.6.1/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.5.0/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.6.1/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 7e9dad0cc1615df8cd9ea2fdccf16760d1fb9f27 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Wed, 15 Jul 2026 11:55:39 +0800
Subject: [PATCH 08/86] Update Native GLM ACP to 0.7.0
---
native-glm-acp/agent.json | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 6c620757e..f94956673 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,8 +1,8 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "0.6.1",
- "description": "Native GLM-5.2 ACP agent with 1M context, preserved reasoning, Z.ai MCP, secure tools, planning, memory, and no Python runtime.",
+ "version": "0.7.0",
+ "description": "Native GLM-5.2 ACP agent with 1M context, preserved reasoning, Z.ai MCP, secure tools, verified learning, session recall, and no Python runtime.",
"repository": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
"website": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
"authors": [
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.6.1/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.7.0/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.6.1/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.7.0/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.6.1/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.7.0/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.6.1/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.7.0/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.6.1/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.7.0/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 27df790ae4a1398e7f8e6c4c950256615cbd468a Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Wed, 15 Jul 2026 13:42:02 +0800
Subject: [PATCH 09/86] Update Native GLM ACP to 0.8.0
---
native-glm-acp/agent.json | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index f94956673..ac60ff404 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,8 +1,8 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "0.7.0",
- "description": "Native GLM-5.2 ACP agent with 1M context, preserved reasoning, Z.ai MCP, secure tools, verified learning, session recall, and no Python runtime.",
+ "version": "0.8.0",
+ "description": "Native GLM ACP with 1M context, promptware defense, structured compaction, evidence-gated learning, bounded delegation, and no Python runtime.",
"repository": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
"website": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
"authors": [
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.7.0/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.8.0/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.7.0/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.8.0/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.7.0/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.8.0/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.7.0/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.8.0/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.7.0/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.8.0/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From c6b818aed1bc61d9e270ce5b0d45a1ebc81c2326 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Wed, 15 Jul 2026 23:03:13 +0800
Subject: [PATCH 10/86] Update Native GLM ACP to 0.9.0
---
native-glm-acp/agent.json | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index ac60ff404..7dcf70073 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,8 +1,8 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "0.8.0",
- "description": "Native GLM ACP with 1M context, promptware defense, structured compaction, evidence-gated learning, bounded delegation, and no Python runtime.",
+ "version": "0.9.0",
+ "description": "Native GLM ACP with 1M context, secure scheduled automation, structured compaction, evidence-gated learning, bounded delegation, and no Python runtime.",
"repository": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
"website": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
"authors": [
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.8.0/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.9.0/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.8.0/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.9.0/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.8.0/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.9.0/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.8.0/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.9.0/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.8.0/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.9.0/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From f1b6c2a5ea4fdfd06a41b521694ed8767684f158 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Thu, 16 Jul 2026 00:32:41 +0800
Subject: [PATCH 11/86] Update Native GLM ACP to 1.0.0
---
native-glm-acp/agent.json | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 7dcf70073..c5bae3fc6 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,8 +1,8 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "0.9.0",
- "description": "Native GLM ACP with 1M context, secure scheduled automation, structured compaction, evidence-gated learning, bounded delegation, and no Python runtime.",
+ "version": "1.0.0",
+ "description": "Native GLM ACP with 1M context, progressive project rules, persistent goals, verification evidence, semantic diagnostics, and no Python runtime.",
"repository": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
"website": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
"authors": [
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.9.0/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.0.0/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.9.0/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.0.0/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.9.0/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.0.0/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.9.0/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.0.0/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v0.9.0/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.0.0/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 93805895c786d2ad297ebf84d18f0dd7c541e145 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Sat, 18 Jul 2026 22:54:36 +0800
Subject: [PATCH 12/86] Update Native GLM ACP to v1.1.0
---
native-glm-acp/agent.json | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index c5bae3fc6..e56a6d234 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,8 +1,8 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "1.0.0",
- "description": "Native GLM ACP with 1M context, progressive project rules, persistent goals, verification evidence, semantic diagnostics, and no Python runtime.",
+ "version": "1.1.0",
+ "description": "Native GLM ACP with 1M context, semantic LSP navigation, transactional multi-file patches, cache-aware prompts, redacted telemetry, and no Python runtime.",
"repository": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
"website": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
"authors": [
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.0.0/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.1.0/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.0.0/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.1.0/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.0.0/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.1.0/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.0.0/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.1.0/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.0.0/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.1.0/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 39ac12a6de4d62082e30a6d9a728052ec376b9fa Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Sun, 19 Jul 2026 00:50:04 +0800
Subject: [PATCH 13/86] Update Native GLM ACP to v1.2.0
---
native-glm-acp/agent.json | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index e56a6d234..1696c681a 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,8 +1,8 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "1.1.0",
- "description": "Native GLM ACP with 1M context, semantic LSP navigation, transactional multi-file patches, cache-aware prompts, redacted telemetry, and no Python runtime.",
+ "version": "1.2.0",
+ "description": "Native GLM ACP with 1M context, safe checkpoints, bounded references, policy and sandbox controls, isolated workers, and no Python runtime.",
"repository": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
"website": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
"authors": [
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.1.0/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.2.0/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.1.0/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.2.0/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.1.0/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.2.0/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.1.0/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.2.0/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.1.0/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.2.0/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 0edf9b1d1d56e25b4e8aca20bfa256ef266244eb Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Sun, 19 Jul 2026 01:59:37 +0800
Subject: [PATCH 14/86] Update Native GLM ACP to v1.3.0
---
native-glm-acp/agent.json | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 1696c681a..6cdaba2cd 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,8 +1,8 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "1.2.0",
- "description": "Native GLM ACP with 1M context, safe checkpoints, bounded references, policy and sandbox controls, isolated workers, and no Python runtime.",
+ "version": "1.3.0",
+ "description": "Native GLM ACP with 1M context, cross-platform containment, verified worker promotion, signed plugins, failure-driven evaluation, and no Python runtime.",
"repository": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
"website": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
"authors": [
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.2.0/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.3.0/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.2.0/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.3.0/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.2.0/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.3.0/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.2.0/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.3.0/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.2.0/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.3.0/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From cae54bd6047ea937818f5cef2b69a50b30e2fe35 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Sun, 19 Jul 2026 03:17:21 +0800
Subject: [PATCH 15/86] Update Native GLM ACP to v1.4.0
---
native-glm-acp/agent.json | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 6cdaba2cd..8880f8e00 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,10 +1,10 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "1.3.0",
- "description": "Native GLM ACP with 1M context, cross-platform containment, verified worker promotion, signed plugins, failure-driven evaluation, and no Python runtime.",
- "repository": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
- "website": "https://github.com/99percentgrip/Native-GLM-5.2-Provider",
+ "version": "1.4.0",
+ "description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
+ "repository": "https://github.com/99percentgrip/Native-GLM-ACP",
+ "website": "https://github.com/99percentgrip/Native-GLM-ACP",
"authors": [
"Aleksejs Kozlitins"
],
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.3.0/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.4.0/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.3.0/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.4.0/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.3.0/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.4.0/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.3.0/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.4.0/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-5.2-Provider/releases/download/v1.3.0/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.4.0/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 0d8e4424592fbda3e4a7b9ab73a132503536d06d Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Sun, 19 Jul 2026 09:25:19 +0800
Subject: [PATCH 16/86] Update Native GLM ACP to v1.5.0
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 8880f8e00..ba0be995f 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "1.4.0",
+ "version": "1.5.0",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.4.0/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.5.0/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.4.0/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.5.0/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.4.0/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.5.0/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.4.0/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.5.0/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.4.0/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.5.0/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 2369441a97f395b7d2287eee113b8bec33be5764 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Sun, 19 Jul 2026 10:08:30 +0800
Subject: [PATCH 17/86] Update Native GLM ACP to v1.6.0
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index ba0be995f..20ac2f176 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "1.5.0",
+ "version": "1.6.0",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.5.0/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.0/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.5.0/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.0/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.5.0/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.0/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.5.0/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.0/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.5.0/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.0/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 651997e8ae1cc5089062d24280f1021942030622 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Sun, 19 Jul 2026 11:25:41 +0800
Subject: [PATCH 18/86] Update Native GLM ACP to v1.6.1
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 20ac2f176..81dd22f86 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "1.6.0",
+ "version": "1.6.1",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.0/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.1/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.0/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.1/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.0/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.1/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.0/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.1/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.0/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.1/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From dd4156c061932b0edf1194c2be69720fd87fe5e7 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Tue, 21 Jul 2026 21:03:01 +0800
Subject: [PATCH 19/86] =?UTF-8?q?Update=20Native=20GLM=20ACP=20to=20v1.6.2?=
=?UTF-8?q?=20=E2=80=94=20auto-checkpoint=20off=20by=20default?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
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.
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 81dd22f86..cb0d0e005 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "1.6.1",
+ "version": "1.6.2",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.1/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.2/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.1/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.2/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.1/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.2/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.1/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.2/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.1/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.2/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 2aadcd41a9961ec2b9725833c2fbc67522647d91 Mon Sep 17 00:00:00 2001
From: 99percentgrip <99percentgrip@gmail.com>
Date: Thu, 23 Jul 2026 09:06:42 +0800
Subject: [PATCH 20/86] Update Native GLM ACP to v1.7.0
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index cb0d0e005..2db7b4567 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "1.6.2",
+ "version": "1.7.0",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.2/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.7.0/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.2/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.7.0/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.2/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.7.0/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.2/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.7.0/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.6.2/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.7.0/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From c46a81a271518575f2a11302d2b8447bef990035 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Thu, 23 Jul 2026 10:43:32 +0800
Subject: [PATCH 21/86] Update Native GLM ACP to v1.8.0
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 2db7b4567..5c28a23b9 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "1.7.0",
+ "version": "1.8.0",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.7.0/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.0/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.7.0/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.0/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.7.0/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.0/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.7.0/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.0/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.7.0/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.0/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 4fe200df7187192339471f5139bc7c0a0539c974 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Thu, 23 Jul 2026 12:04:36 +0800
Subject: [PATCH 22/86] Update Native GLM ACP to v1.8.1
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 5c28a23b9..132be872d 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "1.8.0",
+ "version": "1.8.1",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.0/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.1/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.0/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.1/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.0/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.1/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.0/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.1/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.0/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.1/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From a79b654894742d00d6c12d670bf97c97ac9d756f Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Thu, 23 Jul 2026 15:07:15 +0800
Subject: [PATCH 23/86] Update Native GLM ACP to v1.8.2
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 132be872d..24783dd33 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "1.8.1",
+ "version": "1.8.2",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.1/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.2/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.1/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.2/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.1/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.2/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.1/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.2/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.1/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.2/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From bc072e168d394b61a50ba3f44764d5730e9287da Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Thu, 23 Jul 2026 16:51:33 +0800
Subject: [PATCH 24/86] Update Native GLM ACP to v1.8.3
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 24783dd33..7ee429567 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "1.8.2",
+ "version": "1.8.3",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.2/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.3/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.2/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.3/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.2/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.3/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.2/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.3/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.2/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.3/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 04fb640d676652f7696f02b32969373bdd0e89f7 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Thu, 23 Jul 2026 19:17:59 +0800
Subject: [PATCH 25/86] Update Native GLM ACP to v1.8.4
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 7ee429567..f66058fc2 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "1.8.3",
+ "version": "1.8.4",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.3/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.4/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.3/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.4/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.3/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.4/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.3/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.4/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.3/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.4/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 44420b84926f88fb58c08aca05ac487264506e14 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Thu, 23 Jul 2026 20:25:57 +0800
Subject: [PATCH 26/86] Update Native GLM ACP to v1.8.5
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index f66058fc2..5c9d5bfe2 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "1.8.4",
+ "version": "1.8.5",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.4/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.5/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.4/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.5/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.4/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.5/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.4/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.5/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.4/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.5/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From e0903244c47f881b066924c631a5896974a59e8c Mon Sep 17 00:00:00 2001
From: 99percentgrip <99percentgrip@gmail.com>
Date: Fri, 24 Jul 2026 06:45:34 +0800
Subject: [PATCH 27/86] Update Native GLM ACP to v1.9.2
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 5c9d5bfe2..54b322e34 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "1.8.5",
+ "version": "1.9.2",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.5/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.2/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.5/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.2/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.5/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.2/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.5/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.2/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.8.5/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.2/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 97f6c8834e6cc87af3d30eedb8c2599932382c32 Mon Sep 17 00:00:00 2001
From: 99percentgrip <99percentgrip@gmail.com>
Date: Fri, 24 Jul 2026 07:13:40 +0800
Subject: [PATCH 28/86] Update Native GLM ACP to v1.9.3
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 54b322e34..e9a506ad1 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "1.9.2",
+ "version": "1.9.3",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.2/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.3/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.2/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.3/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.2/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.3/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.2/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.3/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.2/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.3/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 7704a3cddf53a6b0e7ed52317f99eff66ae7a2ef Mon Sep 17 00:00:00 2001
From: 99percentgrip <99percentgrip@gmail.com>
Date: Fri, 24 Jul 2026 07:37:29 +0800
Subject: [PATCH 29/86] Update Native GLM ACP to v1.9.4
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index e9a506ad1..174145a5f 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "1.9.3",
+ "version": "1.9.4",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.3/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.4/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.3/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.4/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.3/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.4/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.3/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.4/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.3/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.4/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 923d64615c57afaae7dc2b1651a8fdf671aff54f Mon Sep 17 00:00:00 2001
From: 99percentgrip <99percentgrip@gmail.com>
Date: Fri, 24 Jul 2026 08:07:04 +0800
Subject: [PATCH 30/86] Update Native GLM ACP to v1.9.5
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 174145a5f..e770c4e41 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "1.9.4",
+ "version": "1.9.5",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.4/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.5/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.4/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.5/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.4/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.5/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.4/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.5/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.4/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.5/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From de7bfd5d881380da029fe7b3290db892776a2a88 Mon Sep 17 00:00:00 2001
From: 99percentgrip <99percentgrip@gmail.com>
Date: Fri, 24 Jul 2026 08:25:30 +0800
Subject: [PATCH 31/86] Update Native GLM ACP to v1.9.6
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index e770c4e41..4491141f3 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "1.9.5",
+ "version": "1.9.6",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.5/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.6/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.5/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.6/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.5/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.6/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.5/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.6/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.5/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.6/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 3b132b0c8dc9c8686dc5719ff86413afe254a362 Mon Sep 17 00:00:00 2001
From: 99percentgrip <99percentgrip@gmail.com>
Date: Fri, 24 Jul 2026 08:39:46 +0800
Subject: [PATCH 32/86] Update Native GLM ACP to v1.9.7
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 4491141f3..2b6e13c82 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "1.9.6",
+ "version": "1.9.7",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.6/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.7/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.6/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.7/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.6/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.7/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.6/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.7/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.6/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.7/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From f7d6c31bb4bf32947ffe5d922cc66a772a4642bf Mon Sep 17 00:00:00 2001
From: 99percentgrip <99percentgrip@gmail.com>
Date: Fri, 24 Jul 2026 08:53:32 +0800
Subject: [PATCH 33/86] Update to v1.9.8
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 2b6e13c82..14aaada9f 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "1.9.7",
+ "version": "1.9.8",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.7/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.8/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.7/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.8/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.7/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.8/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.7/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.8/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.7/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.8/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 2b4b6853f13eb38b23ff4deab8402f46126f0f1b Mon Sep 17 00:00:00 2001
From: 99percentgrip <99percentgrip@gmail.com>
Date: Fri, 24 Jul 2026 09:05:23 +0800
Subject: [PATCH 34/86] Update to v1.9.9
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 14aaada9f..c8136ef9e 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "1.9.8",
+ "version": "1.9.9",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.8/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.9/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.8/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.9/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.8/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.9/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.8/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.9/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.8/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.9/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 09762ebdeb4fdfcf6c7452ac5c28d32831c65dee Mon Sep 17 00:00:00 2001
From: 99percentgrip <99percentgrip@gmail.com>
Date: Fri, 24 Jul 2026 09:25:23 +0800
Subject: [PATCH 35/86] Update to v2.0.0
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index c8136ef9e..29077cf95 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "1.9.9",
+ "version": "2.0.0",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.9/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.0/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.9/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.0/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.9/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.0/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.9/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.0/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v1.9.9/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.0/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 27747e2ae2da122d1b347d60090b2088723aee13 Mon Sep 17 00:00:00 2001
From: 99percentgrip <99percentgrip@gmail.com>
Date: Fri, 24 Jul 2026 09:42:26 +0800
Subject: [PATCH 36/86] Update to v2.0.1
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 29077cf95..acbc22bd9 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.0/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.1/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.0/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.1/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.0/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.1/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.0/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.1/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.0/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.1/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 41804a05d5a61152d1474a1884e035903c095915 Mon Sep 17 00:00:00 2001
From: 99percentgrip <99percentgrip@gmail.com>
Date: Fri, 24 Jul 2026 09:52:59 +0800
Subject: [PATCH 37/86] Update to v2.0.2
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index acbc22bd9..8f0a27a76 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.0.1",
+ "version": "2.0.2",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.1/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.2/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.1/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.2/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.1/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.2/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.1/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.2/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.1/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.2/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 69f30e02c39d364f914d73f17a5ed4bcadc83d23 Mon Sep 17 00:00:00 2001
From: 99percentgrip <99percentgrip@gmail.com>
Date: Fri, 24 Jul 2026 10:48:53 +0800
Subject: [PATCH 38/86] Update Native GLM ACP to v2.0.5: Codex-style
right-click context menu + SelectableStatic fix
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 8f0a27a76..1d8263236 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.0.2",
+ "version": "2.0.5",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.2/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.5/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.2/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.5/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.2/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.5/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.2/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.5/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.2/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.5/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 9d527570b6cecfbd5ef5157f776fd165b0acdaae Mon Sep 17 00:00:00 2001
From: 99percentgrip <99percentgrip@gmail.com>
Date: Fri, 24 Jul 2026 11:57:35 +0800
Subject: [PATCH 39/86] Update Native GLM ACP to v2.0.6: native mouse mode
toggle (Codex/Claude-Code approach)
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 1d8263236..a8c9f6b5c 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.0.5",
+ "version": "2.0.6",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.5/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.6/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.5/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.6/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.5/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.6/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.5/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.6/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.5/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.6/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 593b6ae28c0d02de72f337650d99c6216ad2aa91 Mon Sep 17 00:00:00 2001
From: 99percentgrip <99percentgrip@gmail.com>
Date: Fri, 24 Jul 2026 19:03:08 +0800
Subject: [PATCH 40/86] Update Native GLM ACP to v2.0.7: document Linux
clipboard deps
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index a8c9f6b5c..65a7642fe 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.0.6",
+ "version": "2.0.7",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.6/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.7/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.6/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.7/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.6/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.7/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.6/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.7/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.6/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.7/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 9f711d5b7240bf835d21bccdd56db23de910c23a Mon Sep 17 00:00:00 2001
From: 99percentgrip <99percentgrip@gmail.com>
Date: Fri, 24 Jul 2026 19:34:15 +0800
Subject: [PATCH 41/86] Update Native GLM ACP to v2.0.8: fix MCP web search
tool name
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 65a7642fe..33f75a8b6 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.0.7",
+ "version": "2.0.8",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.7/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.8/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.7/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.8/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.7/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.8/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.7/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.8/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.7/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.8/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 880e373cf342dbce3a9323f6f3af8b87eeb189bc Mon Sep 17 00:00:00 2001
From: 99percentgrip <99percentgrip@gmail.com>
Date: Fri, 24 Jul 2026 20:05:22 +0800
Subject: [PATCH 42/86] Update Native GLM ACP to v2.0.9
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 33f75a8b6..f2efd5da8 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.0.8",
+ "version": "2.0.9",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.8/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.9/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.8/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.9/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.8/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.9/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.8/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.9/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.8/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.9/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From fef5fbcc1a1b72f35862b0e0cadc8650399fc19c Mon Sep 17 00:00:00 2001
From: 99percentgrip <99percentgrip@gmail.com>
Date: Fri, 24 Jul 2026 20:28:24 +0800
Subject: [PATCH 43/86] Update Native GLM ACP to v2.1.0
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index f2efd5da8..4de02624e 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.0.9",
+ "version": "2.1.0",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.9/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.0/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.9/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.0/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.9/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.0/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.9/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.0/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.0.9/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.0/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 1169d7133d2df2bd4dbf08492c523f5be5ded31b Mon Sep 17 00:00:00 2001
From: 99percentgrip <99percentgrip@gmail.com>
Date: Fri, 24 Jul 2026 22:28:10 +0800
Subject: [PATCH 44/86] Update Native GLM ACP to v2.1.1
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 4de02624e..d562092e5 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.1.0",
+ "version": "2.1.1",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.0/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.1/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.0/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.1/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.0/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.1/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.0/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.1/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.0/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.1/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From a8c116e739e0e3643923481808bf8c50608d465b Mon Sep 17 00:00:00 2001
From: 99percentgrip <99percentgrip@gmail.com>
Date: Fri, 24 Jul 2026 22:43:21 +0800
Subject: [PATCH 45/86] Update Native GLM ACP to v2.1.2
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index d562092e5..2c99399fc 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.1.1",
+ "version": "2.1.2",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.1/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.2/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.1/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.2/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.1/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.2/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.1/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.2/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.1/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.2/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 51bfb4b273f0c45eff8e8c05a2ce371f2f9fb8bf Mon Sep 17 00:00:00 2001
From: 99percentgrip <99percentgrip@gmail.com>
Date: Fri, 24 Jul 2026 23:16:53 +0800
Subject: [PATCH 46/86] Update Native GLM ACP to v2.1.3
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 2c99399fc..db620f56c 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.1.2",
+ "version": "2.1.3",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.2/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.3/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.2/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.3/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.2/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.3/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.2/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.3/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.2/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.3/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From ee4bdb9c1630b764d08a91338179fecdea4b82a7 Mon Sep 17 00:00:00 2001
From: 99percentgrip <99percentgrip@gmail.com>
Date: Sat, 25 Jul 2026 00:43:14 +0800
Subject: [PATCH 47/86] Update Native GLM ACP to v2.1.5
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index db620f56c..e0c63d0c9 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.1.3",
+ "version": "2.1.5",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.3/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.5/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.3/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.5/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.3/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.5/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.3/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.5/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.3/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.5/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 8a8bd13140a3033c1cab05157dcf061bbee2411a Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Sat, 25 Jul 2026 07:52:22 +0800
Subject: [PATCH 48/86] Update Native GLM ACP to v2.2.0
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
What's new in v2.2.0 (TUI features for glm-acp chat / native-glm-acp chat):
- F6 / /history: browse persisted sessions for the current workspace and
resume the selected one through the shared agent.resume_session() runtime.
- Ctrl-F / /search: grep the live in-memory conversation; modal lists every
match with role, ordinal, and a context snippet; selecting one shows the
full message.
- /export [md|json] [file|clip]: write the full current session as a
self-contained Markdown transcript or JSON dump to clipboard (default) or
a timestamped workspace file, with a clipboard→file fallback for
transcripts over one million characters.
- Live session token meter in the sidebar: cumulative input ↑, output ↓, and
cache hit %, sourced from real GLM API usage deltas.
All features route through existing session/storage/clipboard infrastructure
and remain presentation-only. Frozen binaries updated for Linux x86-64/ARM64,
macOS Intel/Apple Silicon, and Windows x86-64.
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index e0c63d0c9..d4b7766ca 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.1.5",
+ "version": "2.2.0",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.5/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.2.0/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.5/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.2.0/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.5/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.2.0/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.5/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.2.0/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.1.5/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.2.0/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From be768da8645c830d98cf6ac49b6f53693b409c9a Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Sat, 25 Jul 2026 08:08:19 +0800
Subject: [PATCH 49/86] Update Native GLM ACP to v2.2.1
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Test-isolation fix only — no source or behavior changes.
Two max-iterations tests asserted the constant default (50) without
isolating from the user's persisted ~/.config/glm-acp/max-iterations.json
(set by the documented /max-iterations N feature). When a user simply used
that feature, the tests reported false failures on their own machine.
Fix uses patterns already established elsewhere in the same test files
(monkeypatch GLM_ACP_CONFIG_DIR, deterministic baseline assignment).
No source changes, no weakened assertions, no user action required.
Result: full repo 650 passed, 0 failed (was 648 + 2).
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index d4b7766ca..6ab7f9775 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.2.0",
+ "version": "2.2.1",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.2.0/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.2.1/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.2.0/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.2.1/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.2.0/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.2.1/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.2.0/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.2.1/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.2.0/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.2.1/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 70f3144484a4d00df3921acb905aa9fe21519e20 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Sat, 25 Jul 2026 09:11:09 +0800
Subject: [PATCH 50/86] Update Native GLM ACP to v2.3.0
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Hermes-parity Phase 1 — four user-facing features backed by existing
infrastructure (no new persistence layers, no new deps):
- /undo [N] — take back the last N user turns (default 1, max 50);
prefills the composer with the most recent removed user message.
Advertised in the ACP command catalog so Zed forwards it.
- /prompt — TUI command that opens $VISUAL/$EDITOR on a tempfile;
comment lines stripped; routes the result through the composer.
- Atomic memory batch operations — new update_memory tool + memory
.apply_memory_batch helper. Removes free space for subsequent adds
within the final character budget. All ops validated up front.
- /journey — TUI modal showing skills (with timestamps, use counts,
pinned/archived markers), project memory, and approved user-profile
preferences as a chronological timeline.
Verification: uv run pytest — 673 passed, 0 failed. CI + Release
workflows on tag v2.3.0 — both completed / success.
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 6ab7f9775..d752272c5 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.2.1",
+ "version": "2.3.0",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.2.1/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.3.0/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.2.1/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.3.0/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.2.1/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.3.0/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.2.1/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.3.0/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.2.1/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.3.0/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From ef356ec4bcfa34b9e2f551a69c910910d0c8aee7 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Sat, 25 Jul 2026 09:46:07 +0800
Subject: [PATCH 51/86] Update Native GLM ACP to v2.4.0
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Hermes-parity Phase 2:
- Live worker transcripts — every delegate_task worker writes a per-worker
log file at config_dir()/workers/-.log with timestamped
model responses, tool calls (name + args), and tool results. The report
carries the transcript path so model/user can tail -f while it runs.
Hermes v0.19 live-transcript parity.
- MoA as a model in the picker — synthetic top entry 'Mixture of Agents
(council)' in the /model picker toggles mixture_mode without changing
the underlying model. Picker highlights the entry while MoA is on.
Hermes v0.18 picker parity.
Verification: uv run pytest — 686 passed, 0 failed. CI + Release workflows
on tag v2.4.0 — both completed / success.
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index d752272c5..23eff81a3 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.3.0",
+ "version": "2.4.0",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.3.0/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.4.0/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.3.0/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.4.0/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.3.0/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.4.0/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.3.0/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.4.0/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.3.0/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.4.0/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 89ec319d633bcad3aa88a53323a0aaf7beb7e3c8 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Sat, 25 Jul 2026 10:08:41 +0800
Subject: [PATCH 52/86] Update Native GLM ACP to v2.5.0
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Hermes-parity Phase 3a — smart approvals via auxiliary reviewer.
When GLM_ACP_SMART_APPROVALS=1, flagged destructive commands in Ask mode
are routed through a bounded credential-redacted auxiliary reviewer that
auto-allows 'safe' verdicts and falls back to the user prompt on
'unsafe'/unclear/failed verdicts. Never overrides Bypass/Read/Plan or
policy denials. 12-second hard timeout, 20-token cap.
Verification: 713 passed, 0 failed. CI + Release on v2.5.0 — success.
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 23eff81a3..d4fed5ce9 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.4.0",
+ "version": "2.5.0",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.4.0/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.5.0/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.4.0/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.5.0/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.4.0/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.5.0/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.4.0/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.5.0/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.4.0/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.5.0/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 78edc9377e8cfd94a2763c89ee6928225ae9c51e Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Sat, 25 Jul 2026 10:25:06 +0800
Subject: [PATCH 53/86] Update Native GLM ACP to v2.6.0
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Hermes-parity Phase 3b — background fan-out delegation.
delegate_task(background=true) fans out up to 3 workers per session in the
background. Reports delivered as new session messages on completion. Workers
inherit all delegate_task safety constraints; transcript sink still writes
per-worker logs. Cancelled on session invalidation or shutdown.
Verification: 719 passed, 0 failed. CI + Release on v2.6.0 — success.
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index d4fed5ce9..9875aa0c6 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.5.0",
+ "version": "2.6.0",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.5.0/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.6.0/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.5.0/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.6.0/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.5.0/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.6.0/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.5.0/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.6.0/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.5.0/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.6.0/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From a5f473431b5e4c582845827f631dfe62cf245505 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Sat, 25 Jul 2026 11:36:20 +0800
Subject: [PATCH 54/86] Update Native GLM ACP to v2.6.1
Bug-fix release. Fixes a crash that surfaced as a persistent Zed error:
ValueError: PosixPath('/') has an empty name
When an ACP editor (e.g. Zed) launched the agent with a workspace whose
detected project root resolved to '/', repository intelligence's
_nearby_tests called path.with_name() and _resolve_import called
base.with_suffix() on Path('/'), which raises ValueError on pathlib because
the filesystem root has an empty name. The crash also affected relative
imports like '.' that resolve to '/'.
Fix: add a root-detection guard (path.parent == path) at the top of both
methods. Adds a regression test. Verified: 720 passed, ruff clean.
Full changelog: https://github.com/99percentgrip/Native-GLM-ACP/releases/tag/v2.6.1
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 9875aa0c6..cc4b416ba 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.6.0",
+ "version": "2.6.1",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.6.0/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.6.1/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.6.0/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.6.1/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.6.0/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.6.1/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.6.0/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.6.1/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.6.0/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.6.1/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From e8a62fa15a7ffa3eb8569cde687aabff12bcb44f Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins
Date: Sat, 25 Jul 2026 12:51:29 +0800
Subject: [PATCH 55/86] Bump Native GLM ACP to v2.7.0
Cold-start performance wave: glm_acp.cli, terminal_cli, cron_cli, and
plugin_cli defer all heavy chains (acp/acp.schema, glm_acp.agent, httpx,
croniter, cryptography, rich) to the code paths that actually use them.
glm-acp --version cold start dropped from ~0.82s to ~0.16s (about 5x
faster). Frozen binary cold start dropped from ~1.10s to ~0.37s.
Verification: ruff clean, 721 tests pass, regression test added.
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index cc4b416ba..2bb522d70 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.6.1",
+ "version": "2.7.0",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.6.1/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.0/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.6.1/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.0/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.6.1/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.0/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.6.1/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.0/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.6.1/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.0/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 3be65cf1d3f78b91509fba0f4646eaefbebf1266 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins
Date: Sat, 25 Jul 2026 14:20:28 +0800
Subject: [PATCH 56/86] Bump Native GLM ACP to v2.7.1
TUI Tier 1.1: Ctrl+P command palette. Enabled Textual's built-in Ctrl+P
command palette and registered GlmCommandProvider so it surfaces every
/-command and F-key action alongside Textual's system commands. Slash
commands insert into the composer for review; F-key actions run
immediately via call_later.
Verified: ruff clean, 722 tests pass (+1 new regression test).
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 2bb522d70..26112b381 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.0",
+ "version": "2.7.1",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.0/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.1/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.0/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.1/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.0/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.1/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.0/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.1/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.0/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.1/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From c37a04ef92c69658e1d59f58c132229143323d15 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins
Date: Sat, 25 Jul 2026 14:52:30 +0800
Subject: [PATCH 57/86] Bump Native GLM ACP to v2.7.2
TUI Tier 1.3 + 1.4 batched: /recap (one-line session summary via the
auxiliary GLM with safe fallback) and /blocks (code-block picker modal
that lists fenced blocks from recent responses; Enter copies, w writes
to a workspace file).
Verified: ruff clean, 731 tests pass (+9 new).
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 26112b381..b1ec68a80 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.1",
+ "version": "2.7.2",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.1/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.2/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.1/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.2/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.1/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.2/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.1/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.2/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.1/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.2/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From a1fe7f761ab69b15aa800e9d6443f0cbe4047fb1 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins
Date: Sat, 25 Jul 2026 15:19:59 +0800
Subject: [PATCH 58/86] Bump Native GLM ACP to v2.7.3
TUI Tier 1.6: /statusline sidebar customization. StatusLineScreen
exposes 9 toggleable sidebar segments (state, session id, model, API
plan, mode/permissions, context, tokens, awareness, quota); Save
persists atomically to config_dir()/statusline.json and
_refresh_session_panel only renders enabled segments. Defaults to all
visible; corrupt/missing config and empty selection both fall back to
all visible.
Verified: ruff clean, 739 tests pass (+8 new).
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index b1ec68a80..870033ff3 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.2",
+ "version": "2.7.3",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.2/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.3/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.2/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.3/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.2/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.3/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.2/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.3/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.2/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.3/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 74858a08ce24ffb8f43563e10a1109bb5c94821d Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins
Date: Sat, 25 Jul 2026 15:41:55 +0800
Subject: [PATCH 59/86] Bump Native GLM ACP to v2.7.4
TUI discoverability: the slash-command registry grew from 33 to 58
entries so the /-menu and Ctrl+P palette surface every command the
shared runtime already implements (/compact, /goal, /subgoal, /mcp,
/awareness, /metacognition, /checkpoint, /rollback, /plugins, /sessions,
/lineage, /repository, /observability, /memory, /skills, /profile,
/curator, /status, /diff, /clear-plan, /clear-history, /meta-learning,
/deliberation, /ci, /version, /help). Pure registry addition; underlying
behavior unchanged.
Verified: ruff clean, 739 tests pass.
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 870033ff3..762f06bf2 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.3",
+ "version": "2.7.4",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.3/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.4/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.3/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.4/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.3/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.4/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.3/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.4/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.3/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.4/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From ff50aa7a8d2e36832af2f4014e6a9d1a241b6ca4 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins
Date: Sat, 25 Jul 2026 16:06:49 +0800
Subject: [PATCH 60/86] Bump Native GLM ACP to v2.7.5
TUI Tier 2.2: /context budget visualization. GlmAcpAgent.context_breakdown
groups session.messages by role and estimates tokens per segment;
ContextBudgetScreen renders a bar chart with per-segment token counts,
percent-of-window, total/remaining capacity, and a 'c' shortcut to run
/compact.
Verified: ruff clean, 744 tests pass (+5 new).
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 762f06bf2..8c10cc990 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.4",
+ "version": "2.7.5",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.4/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.5/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.4/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.5/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.4/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.5/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.4/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.5/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.4/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.5/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From f822e55e78c8a4938fb625a017dfe26025190046 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins
Date: Sat, 25 Jul 2026 17:43:56 +0800
Subject: [PATCH 61/86] Bump Native GLM ACP to v2.7.6
TUI Tier 2.5: /btw side-question overlay. ask_btw uses the auxiliary GLM
with a short recent-conversation context; the answer is NOT added to
session.messages so the main thread stays clean. BtwOverlayScreen provides
Input + answer display; /btw pre-fills and fires on mount.
Verified: ruff clean, 750 tests pass (+6 new).
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 8c10cc990..71b946a00 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.5",
+ "version": "2.7.6",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.5/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.6/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.5/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.6/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.5/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.6/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.5/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.6/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.5/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.6/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From ff1f658c14ff4e17f19e5d4cbd1b8d142fffa792 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins
Date: Sat, 25 Jul 2026 21:16:00 +0800
Subject: [PATCH 62/86] Bump Native GLM ACP to v2.7.7
TUI Tier 2.8: /theme picker with persistence. Opens Textual's built-in
theme-search modal (16 themes); choice persisted to theme.json via
watch_theme; re-applied on next startup. The newer modal widgets use
design tokens so they respond to the chosen theme.
Verified: ruff clean, 756 tests pass (+6 new).
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 71b946a00..cde094442 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.6",
+ "version": "2.7.7",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.6/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.7/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.6/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.7/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.6/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.7/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.6/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.7/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.6/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.7/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 2cc4e9393f89b77132db2bfbf44e71a66b803656 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins
Date: Sat, 25 Jul 2026 21:39:58 +0800
Subject: [PATCH 63/86] Bump Native GLM ACP to v2.7.8
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).
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index cde094442..e65e24227 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.7",
+ "version": "2.7.8",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.7/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.8/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.7/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.8/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.7/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.8/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.7/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.8/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.7/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.8/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 53370fca1600c69c8df123e6d2fd8b4b0f438776 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins
Date: Sat, 25 Jul 2026 22:25:56 +0800
Subject: [PATCH 64/86] Bump Native GLM ACP to v2.7.9
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Tier 4 /insights (session friction analysis via auxiliary GLM) + /release
discoverability. TUI command count 62 → 64.
Verified: ruff clean, 763 tests pass (+6 new).
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index e65e24227..9807697f0 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.8",
+ "version": "2.7.9",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.8/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.9/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.8/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.9/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.8/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.9/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.8/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.9/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.8/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.9/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 5c929b9403b3270b20e98838d2b0a30ba37eff0c Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins
Date: Sat, 25 Jul 2026 22:51:21 +0800
Subject: [PATCH 65/86] Bump Native GLM ACP to v2.7.10
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Tier 4 /loop: in-session ad-hoc prompt iterator. Runs a prompt every
while the session stays open. Distinct from the persistent
cron subsystem. TUI command count 64 → 65.
Verified: ruff clean, 766 tests pass (+3 new).
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 9807697f0..46071d762 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.9",
+ "version": "2.7.10",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.9/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.10/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.9/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.10/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.9/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.10/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.9/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.10/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.9/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.10/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 00905bf4ce2d8b04d818bfc69562f66da3468b6b Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins
Date: Sat, 25 Jul 2026 23:25:04 +0800
Subject: [PATCH 66/86] Bump Native GLM ACP to v2.7.11
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 46071d762..0234d0d4f 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.10",
+ "version": "2.7.11",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.10/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.11/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.10/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.11/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.10/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.11/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.10/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.11/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.10/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.11/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From cdaefa69bf553c1633e40a8eae06e5fc74d7136f Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins
Date: Sat, 25 Jul 2026 23:49:52 +0800
Subject: [PATCH 67/86] Bump Native GLM ACP to v2.7.12
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 0234d0d4f..d582fab43 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.11",
+ "version": "2.7.12",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.11/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.12/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.11/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.12/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.11/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.12/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.11/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.12/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.11/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.12/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 67d3ce38f189c89b7a0d05de227b618e964f1009 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins
Date: Sun, 26 Jul 2026 00:09:37 +0800
Subject: [PATCH 68/86] Bump Native GLM ACP to v2.7.13
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index d582fab43..1ae906d41 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.12",
+ "version": "2.7.13",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.12/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.13/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.12/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.13/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.12/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.13/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.12/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.13/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.12/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.13/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From fe5e6362f57ba4a42477b3243bea5a795691cd06 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins
Date: Sun, 26 Jul 2026 00:27:10 +0800
Subject: [PATCH 69/86] Bump Native GLM ACP to v2.7.14
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 1ae906d41..98b9e9c0e 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.13",
+ "version": "2.7.14",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.13/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.14/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.13/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.14/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.13/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.14/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.13/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.14/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.13/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.14/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From c43845d6431fc60b5f8fe6962bd9f1e1a30d568f Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins
Date: Sun, 26 Jul 2026 08:50:33 +0800
Subject: [PATCH 70/86] Bump Native GLM ACP to v2.7.15
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 98b9e9c0e..424be6ae6 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.14",
+ "version": "2.7.15",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.14/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.15/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.14/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.15/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.14/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.15/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.14/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.15/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.14/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.15/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 1b686e0bc5922fbfefb8fc31dba3d741a2ca6f9e Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins
Date: Sun, 26 Jul 2026 09:22:13 +0800
Subject: [PATCH 71/86] Bump Native GLM ACP to v2.7.16
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 424be6ae6..22e68f40e 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.15",
+ "version": "2.7.16",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.15/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.16/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.15/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.16/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.15/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.16/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.15/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.16/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.15/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.16/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 34c15f319d9c73ed50509e1e50ee0c526e02e1b2 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Sun, 26 Jul 2026 09:45:32 +0800
Subject: [PATCH 72/86] =?UTF-8?q?Update=20native-glm-acp=20to=20v2.7.17=20?=
=?UTF-8?q?=E2=80=94=20Screen-reader=20mode=20(/screen-reader,=20F8)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 22e68f40e..fa3d708b3 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.16",
+ "version": "2.7.17",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.16/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.17/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.16/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.17/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.16/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.17/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.16/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.17/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.16/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.17/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From a3fb58f506585f1a5d60884bdb0786ba16dfe2d2 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Sun, 26 Jul 2026 10:35:04 +0800
Subject: [PATCH 73/86] =?UTF-8?q?Update=20native-glm-acp=20to=20v2.7.18=20?=
=?UTF-8?q?=E2=80=94=20Customizable=20keybindings?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index fa3d708b3..1817dfa34 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.17",
+ "version": "2.7.18",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.17/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.18/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.17/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.18/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.17/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.18/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.17/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.18/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.17/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.18/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 850d20dec802caa7fc721252602d37612263dae9 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Sun, 26 Jul 2026 12:05:27 +0800
Subject: [PATCH 74/86] =?UTF-8?q?Update=20native-glm-acp=20to=20v2.7.19=20?=
=?UTF-8?q?=E2=80=94=20Vim-mode=20composer?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 1817dfa34..8975bbeb6 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.18",
+ "version": "2.7.19",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.18/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.19/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.18/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.19/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.18/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.19/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.18/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.19/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.18/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.19/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From e08efb938a8e042d63a1aec26f281c7c02e49c16 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Sun, 26 Jul 2026 12:21:18 +0800
Subject: [PATCH 75/86] =?UTF-8?q?Update=20native-glm-acp=20to=20v2.7.20=20?=
=?UTF-8?q?=E2=80=94=20Interactive=20diff=20annotation?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 8975bbeb6..682f021ad 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.19",
+ "version": "2.7.20",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.19/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.20/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.19/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.20/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.19/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.20/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.19/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.20/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.19/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.20/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 1632f2a0fc1e39d6e17c783452a449be2c17695a Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Sun, 26 Jul 2026 12:36:25 +0800
Subject: [PATCH 76/86] =?UTF-8?q?Update=20native-glm-acp=20to=20v2.7.21=20?=
=?UTF-8?q?=E2=80=94=20Inline=20image=20rendering?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 682f021ad..91aa10bf9 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.20",
+ "version": "2.7.21",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.20/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.21/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.20/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.21/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.20/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.21/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.20/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.21/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.20/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.21/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From cf723046b0ba3c893495acb3db97a625d07bd271 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Sun, 26 Jul 2026 17:19:44 +0800
Subject: [PATCH 77/86] =?UTF-8?q?Update=20native-glm-acp=20to=20v2.7.22=20?=
=?UTF-8?q?=E2=80=94=20Vision-model=20UX?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 91aa10bf9..061195e68 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.21",
+ "version": "2.7.22",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.21/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.22/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.21/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.22/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.21/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.22/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.21/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.22/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.21/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.22/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From ac9e5b7013dfa9ac84795c7bcc87ed67b6e7c352 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Sun, 26 Jul 2026 17:36:01 +0800
Subject: [PATCH 78/86] =?UTF-8?q?Update=20native-glm-acp=20to=20v2.7.23=20?=
=?UTF-8?q?=E2=80=94=20Multi-session=20parallel=20worktrees?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 061195e68..a5b41c6b7 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.22",
+ "version": "2.7.23",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.22/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.23/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.22/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.23/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.22/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.23/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.22/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.23/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.22/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.23/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From f5aaf7e6ff06b9414c24d302f587eca1888b9267 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Sun, 26 Jul 2026 18:06:02 +0800
Subject: [PATCH 79/86] =?UTF-8?q?Update=20native-glm-acp=20to=20v2.7.24=20?=
=?UTF-8?q?=E2=80=94=20Mobile=20companion?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index a5b41c6b7..87f14baba 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.23",
+ "version": "2.7.24",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.23/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.24/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.23/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.24/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.23/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.24/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.23/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.24/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.23/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.24/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From ecfc23716d24b3c3e01513dcb70414b69cd7d419 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Sun, 26 Jul 2026 19:01:17 +0800
Subject: [PATCH 80/86] =?UTF-8?q?Update=20native-glm-acp=20to=20v2.7.25=20?=
=?UTF-8?q?=E2=80=94=20Plugin=20system=20with=20hot=20reload?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 87f14baba..8690731fa 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.24",
+ "version": "2.7.25",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.24/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.25/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.24/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.25/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.24/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.25/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.24/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.25/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.24/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.25/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp.exe"
}
}
From 257441cdd197879f706543c0ab403502597e3a46 Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Sun, 26 Jul 2026 19:42:15 +0800
Subject: [PATCH 81/86] =?UTF-8?q?Update=20native-glm-acp=20to=20v2.7.26=20?=
=?UTF-8?q?=E2=80=94=20Plugin=20management=20and=20cold-start=20bundles?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
native-glm-acp/agent.json | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 8690731fa..4709930bd 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.25",
+ "version": "2.7.26",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,24 +12,24 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.25/native-glm-acp-darwin-x86_64.tar.gz",
- "cmd": "./native-glm-acp"
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.26/native-glm-acp-darwin-x86_64.tar.gz",
+ "cmd": "./native-glm-acp/native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.25/native-glm-acp-darwin-aarch64.tar.gz",
- "cmd": "./native-glm-acp"
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.26/native-glm-acp-darwin-aarch64.tar.gz",
+ "cmd": "./native-glm-acp/native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.25/native-glm-acp-linux-x86_64.tar.gz",
- "cmd": "./native-glm-acp"
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.26/native-glm-acp-linux-x86_64.tar.gz",
+ "cmd": "./native-glm-acp/native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.25/native-glm-acp-linux-aarch64.tar.gz",
- "cmd": "./native-glm-acp"
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.26/native-glm-acp-linux-aarch64.tar.gz",
+ "cmd": "./native-glm-acp/native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.25/native-glm-acp-windows-x86_64.zip",
- "cmd": "./native-glm-acp.exe"
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.26/native-glm-acp-windows-x86_64.zip",
+ "cmd": "./native-glm-acp/native-glm-acp.exe"
}
}
}
From 4b8ebc7e355f997018b948744decb876a3585e3f Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Sun, 26 Jul 2026 19:59:58 +0800
Subject: [PATCH 82/86] =?UTF-8?q?Update=20native-glm-acp=20to=20v2.7.27=20?=
=?UTF-8?q?=E2=80=94=20Fix=20frozen=20Textual=20collection?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 4709930bd..fa382e945 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.26",
+ "version": "2.7.27",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.26/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.27/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp/native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.26/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.27/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp/native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.26/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.27/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp/native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.26/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.27/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp/native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.26/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.27/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp/native-glm-acp.exe"
}
}
From 56d0f9ec3b9515235a64f22152ec2b902fe7bb5c Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Sun, 26 Jul 2026 20:43:52 +0800
Subject: [PATCH 83/86] =?UTF-8?q?Update=20native-glm-acp=20to=20v2.7.28=20?=
=?UTF-8?q?=E2=80=94=20scan-to-approve=20mobile=20companion?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index fa382e945..ce628b415 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.27",
+ "version": "2.7.28",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.27/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.28/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp/native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.27/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.28/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp/native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.27/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.28/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp/native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.27/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.28/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp/native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.27/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.28/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp/native-glm-acp.exe"
}
}
From a4952ad9a6e61d1250e012071cd7a525f5bd977a Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Sun, 26 Jul 2026 22:27:38 +0800
Subject: [PATCH 84/86] =?UTF-8?q?Update=20native-glm-acp=20to=20v2.7.32=20?=
=?UTF-8?q?=E2=80=94=20decodable=20mobile=20pairing=20QR?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index ce628b415..302454ae3 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.28",
+ "version": "2.7.32",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.28/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.32/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp/native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.28/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.32/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp/native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.28/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.32/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp/native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.28/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.32/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp/native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.28/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.32/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp/native-glm-acp.exe"
}
}
From 52a425b286976d3e2d457109db710d2f338f3e6d Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Sun, 26 Jul 2026 22:53:46 +0800
Subject: [PATCH 85/86] =?UTF-8?q?Update=20native-glm-acp=20to=20v2.7.33=20?=
=?UTF-8?q?=E2=80=94=20active=20mobile=20route?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 302454ae3..9d0456c3e 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.32",
+ "version": "2.7.33",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.32/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.33/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp/native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.32/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.33/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp/native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.32/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.33/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp/native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.32/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.33/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp/native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.32/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.33/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp/native-glm-acp.exe"
}
}
From ee957ece4566effd28576cc86bacafc0cfd2a1fd Mon Sep 17 00:00:00 2001
From: Aleksejs Kozlitins <99percentgrip@gmail.com>
Date: Mon, 27 Jul 2026 00:57:49 +0800
Subject: [PATCH 86/86] =?UTF-8?q?Update=20native-glm-acp=20to=20v2.7.34=20?=
=?UTF-8?q?=E2=80=94=20JIT=20tool=20loading?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
native-glm-acp/agent.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/native-glm-acp/agent.json b/native-glm-acp/agent.json
index 9d0456c3e..5f9d59c7c 100644
--- a/native-glm-acp/agent.json
+++ b/native-glm-acp/agent.json
@@ -1,7 +1,7 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
- "version": "2.7.33",
+ "version": "2.7.34",
"description": "Native GLM ACP — an open-source ACP-native coding agent runtime for Z.ai GLM models.",
"repository": "https://github.com/99percentgrip/Native-GLM-ACP",
"website": "https://github.com/99percentgrip/Native-GLM-ACP",
@@ -12,23 +12,23 @@
"distribution": {
"binary": {
"darwin-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.33/native-glm-acp-darwin-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.34/native-glm-acp-darwin-x86_64.tar.gz",
"cmd": "./native-glm-acp/native-glm-acp"
},
"darwin-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.33/native-glm-acp-darwin-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.34/native-glm-acp-darwin-aarch64.tar.gz",
"cmd": "./native-glm-acp/native-glm-acp"
},
"linux-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.33/native-glm-acp-linux-x86_64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.34/native-glm-acp-linux-x86_64.tar.gz",
"cmd": "./native-glm-acp/native-glm-acp"
},
"linux-aarch64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.33/native-glm-acp-linux-aarch64.tar.gz",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.34/native-glm-acp-linux-aarch64.tar.gz",
"cmd": "./native-glm-acp/native-glm-acp"
},
"windows-x86_64": {
- "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.33/native-glm-acp-windows-x86_64.zip",
+ "archive": "https://github.com/99percentgrip/Native-GLM-ACP/releases/download/v2.7.34/native-glm-acp-windows-x86_64.zip",
"cmd": "./native-glm-acp/native-glm-acp.exe"
}
}