From 38398da5f67f571c2a4cd90f94f6bf46f587d427 Mon Sep 17 00:00:00 2001 From: Sam Magnuson Date: Wed, 10 Jun 2026 22:57:27 -0700 Subject: [PATCH] Add hydra-acp --- hydra/agent.json | 29 +++++++++++++++++++++++++++++ hydra/icon.svg | 1 + 2 files changed, 30 insertions(+) create mode 100644 hydra/agent.json create mode 100644 hydra/icon.svg diff --git a/hydra/agent.json b/hydra/agent.json new file mode 100644 index 00000000..9786fb95 --- /dev/null +++ b/hydra/agent.json @@ -0,0 +1,29 @@ +{ + "id": "hydra-acp", + "name": "Hydra", + "version": "0.1.84", + "description": "Multi-client session daemon. Spawn agents, attach over WSS, multiplex sessions across editors.", + "authors": ["Sam Magnuson"], + "license": "MIT", + "icon": "icon.svg", + "repository": "https://github.com/smagnuso/hydra-acp", + "website": "https://github.com/smagnuso/hydra-acp", + "distribution": { + "npx": { + "package": "@hydra-acp/cli", + "args": ["shim"] + } + }, + "capabilities": { + "session": { + "attach": {}, + "list": true, + "proxy": true + }, + "transport": { + "stdio": true, + "websocket": true + } + } +} + diff --git a/hydra/icon.svg b/hydra/icon.svg new file mode 100644 index 00000000..2688666f --- /dev/null +++ b/hydra/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file