Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions native-glm-acp/agent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"id": "native-glm-acp",
"name": "Native GLM ACP",
"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",
"authors": [
"Aleksejs Kozlitins"
],
"license": "Apache-2.0",
"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",
"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",
"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",
"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",
"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",
"cmd": "./native-glm-acp.exe"
}
}
}
}
3 changes: 3 additions & 0 deletions native-glm-acp/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.