diff --git a/hive/agent.json b/hive/agent.json new file mode 100644 index 000000000..672c6ae83 --- /dev/null +++ b/hive/agent.json @@ -0,0 +1,34 @@ +{ + "id": "hive", + "name": "Hive", + "version": "0.2.0", + "description": "Native Rust YOLO coding agent", + "repository": "https://github.com/xn0tdev/hive", + "authors": ["gotlib"], + "license": "MIT", + "icon": "./icon.svg", + "distribution": { + "binary": { + "darwin-aarch64": { + "archive": "https://github.com/xn0tdev/hive/releases/download/v0.2.0/hive-aarch64-apple-darwin.tar.gz", + "cmd": "./hive", + "args": ["--acp"] + }, + "darwin-x86_64": { + "archive": "https://github.com/xn0tdev/hive/releases/download/v0.2.0/hive-x86_64-apple-darwin.tar.gz", + "cmd": "./hive", + "args": ["--acp"] + }, + "linux-x86_64": { + "archive": "https://github.com/xn0tdev/hive/releases/download/v0.2.0/hive-x86_64-unknown-linux-gnu.tar.gz", + "cmd": "./hive", + "args": ["--acp"] + }, + "windows-x86_64": { + "archive": "https://github.com/xn0tdev/hive/releases/download/v0.2.0/hive-x86_64-pc-windows-msvc.zip", + "cmd": "hive.exe", + "args": ["--acp"] + } + } + } +} diff --git a/hive/icon.svg b/hive/icon.svg new file mode 100644 index 000000000..24d8e52c2 --- /dev/null +++ b/hive/icon.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +