diff --git a/kilo/agent.json b/kilo/agent.json new file mode 100644 index 0000000..592aba2 --- /dev/null +++ b/kilo/agent.json @@ -0,0 +1,51 @@ +{ + "id": "kilo", + "name": "Kilo", + "version": "7.0.30", + "description": "The open source coding agent", + "repository": "https://github.com/Kilo-Org/kilocode", + "authors": [ + "Kilo Code" + ], + "license": "MIT", + "icon": "./icon.svg", + "distribution": { + "binary": { + "darwin-aarch64": { + "archive": "https://github.com/Kilo-Org/kilocode/releases/download/v7.0.30/kilo-darwin-arm64.zip", + "cmd": "./kilo", + "args": [ + "acp" + ] + }, + "darwin-x86_64": { + "archive": "https://github.com/Kilo-Org/kilocode/releases/download/v7.0.30/kilo-darwin-x64.zip", + "cmd": "./kilo", + "args": [ + "acp" + ] + }, + "linux-aarch64": { + "archive": "https://github.com/Kilo-Org/kilocode/releases/download/v7.0.30/kilo-linux-arm64.tar.gz", + "cmd": "./kilo", + "args": [ + "acp" + ] + }, + "linux-x86_64": { + "archive": "https://github.com/Kilo-Org/kilocode/releases/download/v7.0.30/kilo-linux-x64.tar.gz", + "cmd": "./kilo", + "args": [ + "acp" + ] + }, + "windows-x86_64": { + "archive": "https://github.com/Kilo-Org/kilocode/releases/download/v7.0.30/kilo-windows-x64.zip", + "cmd": "./kilo.exe", + "args": [ + "acp" + ] + } + } + } +} diff --git a/kilo/icon.svg b/kilo/icon.svg new file mode 100644 index 0000000..8af6e96 --- /dev/null +++ b/kilo/icon.svg @@ -0,0 +1,3 @@ + + +