diff --git a/argy-code/agent.json b/argy-code/agent.json new file mode 100644 index 00000000..d614edbe --- /dev/null +++ b/argy-code/agent.json @@ -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 " + ], + "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" + ] + } + } +} diff --git a/argy-code/icon.svg b/argy-code/icon.svg new file mode 100644 index 00000000..c5da5f60 --- /dev/null +++ b/argy-code/icon.svg @@ -0,0 +1,6 @@ + + + + + +