From 7ab5eb3485f6290f26067d780d15d83164b6c790 Mon Sep 17 00:00:00 2001 From: xn0tdev Date: Sat, 25 Jul 2026 14:33:40 +0300 Subject: [PATCH] Add hive agent Hive is a native Rust coding agent that speaks ACP over stdio. Supports macOS (ARM + Intel), Linux x86_64, and Windows x86_64. Source: https://github.com/xn0tdev/hive Releases: https://github.com/xn0tdev/hive/releases --- hive/agent.json | 34 ++++++++++++++++++++++++++++++++++ hive/icon.svg | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 hive/agent.json create mode 100644 hive/icon.svg 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 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +