diff --git a/raven/agent.json b/raven/agent.json new file mode 100644 index 000000000..28f463e6b --- /dev/null +++ b/raven/agent.json @@ -0,0 +1,40 @@ +{ + "id": "raven", + "name": "Raven", + "version": "0.4.1", + "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.4.1/raven-0.4.1-aarch64-apple-darwin.tar.gz", + "sha256": "b28757ec30a8e3a1aaccfcab0a1686d625cf3ae6d8c326bda50c5736918d04e2", + "cmd": "./raven", + "args": ["--acp"] + }, + "linux-aarch64": { + "archive": "https://github.com/raythurman2386/raven/releases/download/v0.4.1/raven-0.4.1-aarch64-unknown-linux-gnu.tar.gz", + "sha256": "64ed04cec4bbe483bd614374659b17b8b0452ee505a5abcd35ca1d9bf248817d", + "cmd": "./raven", + "args": ["--acp"] + }, + "linux-x86_64": { + "archive": "https://github.com/raythurman2386/raven/releases/download/v0.4.1/raven-0.4.1-x86_64-unknown-linux-gnu.tar.gz", + "sha256": "c0097adf5df10d1fe2f5dbf80d870ce6bfdf86b949e34ed2bef9cedc152100f9", + "cmd": "./raven", + "args": ["--acp"] + }, + "windows-x86_64": { + "archive": "https://github.com/raythurman2386/raven/releases/download/v0.4.1/raven-0.4.1-x86_64-pc-windows-msvc.exe.zip", + "sha256": "2305fe256deda1ee6319153e2fdeaf1f8bab4b0f916d6c0e200c638086137b4f", + "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 @@ +