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
55 changes: 55 additions & 0 deletions argy-code/agent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"id": "argy-code",
"name": "Argy Code",
"description": "AI coding agent for the terminal. Implements ACP over stdio. Supports session management, real-time tool call streaming, file edits, permission delegation, and MCP servers. Authenticate with `argy auth login` or ARGY_PAT.",
"repository": "https://github.com/demkada/argy-code",
"authors": [
"Argy Cloud <support@argy.cloud>"
],
"license": "Proprietary",
"distribution": {
"binary": {
"darwin-aarch64": {
"archive": "https://github.com/demkada/argy-code/releases/download/v1.4.2/argy-darwin-arm64.zip",
"cmd": "./argy",
"args": [
"acp"
]
},
"darwin-x86_64": {
"archive": "https://github.com/demkada/argy-code/releases/download/v1.4.2/argy-darwin-x64.zip",
"cmd": "./argy",
"args": [
"acp"
]
},
"linux-aarch64": {
"archive": "https://github.com/demkada/argy-code/releases/download/v1.4.2/argy-linux-arm64.tar.gz",
"cmd": "./argy",
"args": [
"acp"
]
},
"linux-x86_64": {
"archive": "https://github.com/demkada/argy-code/releases/download/v1.4.2/argy-linux-x64.tar.gz",
"cmd": "./argy",
"args": [
"acp"
]
},
"windows-x86_64": {
"archive": "https://github.com/demkada/argy-code/releases/download/v1.4.2/argy-windows-x64.zip",
"cmd": "argy.exe",
"args": [
"acp"
]
}
},
"npx": {
"package": "@argy-cloud/code@1.4.2",
"args": [
"acp"
]
}
}
}
6 changes: 6 additions & 0 deletions argy-code/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.