diff --git a/raven/agent.json b/raven/agent.json new file mode 100644 index 000000000..906465e83 --- /dev/null +++ b/raven/agent.json @@ -0,0 +1,40 @@ +{ + "id": "raven", + "name": "Raven", + "version": "0.5.0", + "description": "Privacy-first local coding-agent harness for Ollama / OpenAI-compatible endpoints", + "repository": "https://github.com/raythurman2386/raven", + "authors": [ + "Raymond Thurman" + ], + "license": "MIT", + "icon": "./icon.svg", + "distribution": { + "binary": { + "darwin-aarch64": { + "archive": "https://github.com/raythurman2386/raven/releases/download/v0.5.0/raven-0.5.0-aarch64-apple-darwin.tar.gz", + "sha256": "4ac3c457b14a1c008486ae1c7601841997e25f3f95dd202ba7387c7627c29ce9", + "cmd": "./raven", + "args": ["--acp"] + }, + "linux-aarch64": { + "archive": "https://github.com/raythurman2386/raven/releases/download/v0.5.0/raven-0.5.0-aarch64-unknown-linux-gnu.tar.gz", + "sha256": "89527dcf5f58450589b1836141bc0e1540bc6bef7beb14fb7a3ef05e35e5c0d0", + "cmd": "./raven", + "args": ["--acp"] + }, + "linux-x86_64": { + "archive": "https://github.com/raythurman2386/raven/releases/download/v0.5.0/raven-0.5.0-x86_64-unknown-linux-gnu.tar.gz", + "sha256": "397edc21824a80d5d81c9736d9250ef4a93875e014aa46e116069186fc820357", + "cmd": "./raven", + "args": ["--acp"] + }, + "windows-x86_64": { + "archive": "https://github.com/raythurman2386/raven/releases/download/v0.5.0/raven-0.5.0-x86_64-pc-windows-msvc.exe.zip", + "sha256": "7250ba29123eece5fdf998691081a9622df230039af7260070e378a087f2c091", + "cmd": "raven.exe", + "args": ["--acp"] + } + } + } +} diff --git a/raven/icon.svg b/raven/icon.svg new file mode 100644 index 000000000..d0c8412cc --- /dev/null +++ b/raven/icon.svg @@ -0,0 +1 @@ +