From 157f1285da361cd362f8d1b209e3c13e6d1a9894 Mon Sep 17 00:00:00 2001 From: Raymond Thurman Date: Fri, 21 Aug 2026 15:29:51 -0500 Subject: [PATCH 1/2] add raven agent to the ACP registry --- raven/agent.json | 40 ++++++++++++++++++++++++++++++++++++++++ raven/icon.svg | 1 + 2 files changed, 41 insertions(+) create mode 100644 raven/agent.json create mode 100644 raven/icon.svg diff --git a/raven/agent.json b/raven/agent.json new file mode 100644 index 000000000..c9ad36a6f --- /dev/null +++ b/raven/agent.json @@ -0,0 +1,40 @@ +{ + "id": "raven", + "name": "Raven", + "version": "0.4.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.4.0/raven-0.4.0-aarch64-apple-darwin.tar.gz", + "sha256": "d68494fb3f93008cfa237d5454cde5808f67e6cbca90aa3875534a8b082f1527", + "cmd": "./raven", + "args": ["--acp"] + }, + "linux-aarch64": { + "archive": "https://github.com/raythurman2386/raven/releases/download/v0.4.0/raven-0.4.0-aarch64-unknown-linux-gnu.tar.gz", + "sha256": "40bd9151350e51dab63016c428a74edb7953d58a8b3bfcba9887d6a2eeff5b31", + "cmd": "./raven", + "args": ["--acp"] + }, + "linux-x86_64": { + "archive": "https://github.com/raythurman2386/raven/releases/download/v0.4.0/raven-0.4.0-x86_64-unknown-linux-gnu.tar.gz", + "sha256": "89147ce624f4b64f7332b7694ccb108ff0e8a16cd41cda28923d4482c254bfa0", + "cmd": "./raven", + "args": ["--acp"] + }, + "windows-x86_64": { + "archive": "https://github.com/raythurman2386/raven/releases/download/v0.4.0/raven-0.4.0-x86_64-pc-windows-msvc.exe.zip", + "sha256": "92f2d690c043c5cfc346f2564f759d5ae216ab353ff5664c8809bdd896b0f157", + "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 @@ + From a390717d788ad344c722dae0a4588d1a6db39212 Mon Sep 17 00:00:00 2001 From: Raymond Thurman Date: Sat, 22 Aug 2026 17:02:51 -0500 Subject: [PATCH 2/2] update raven agent to v0.4.1 --- raven/agent.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/raven/agent.json b/raven/agent.json index c9ad36a6f..28f463e6b 100644 --- a/raven/agent.json +++ b/raven/agent.json @@ -1,7 +1,7 @@ { "id": "raven", "name": "Raven", - "version": "0.4.0", + "version": "0.4.1", "description": "Privacy-first local coding-agent harness for Ollama / OpenAI-compatible endpoints", "repository": "https://github.com/raythurman2386/raven", "authors": [ @@ -12,26 +12,26 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/raythurman2386/raven/releases/download/v0.4.0/raven-0.4.0-aarch64-apple-darwin.tar.gz", - "sha256": "d68494fb3f93008cfa237d5454cde5808f67e6cbca90aa3875534a8b082f1527", + "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.0/raven-0.4.0-aarch64-unknown-linux-gnu.tar.gz", - "sha256": "40bd9151350e51dab63016c428a74edb7953d58a8b3bfcba9887d6a2eeff5b31", + "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.0/raven-0.4.0-x86_64-unknown-linux-gnu.tar.gz", - "sha256": "89147ce624f4b64f7332b7694ccb108ff0e8a16cd41cda28923d4482c254bfa0", + "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.0/raven-0.4.0-x86_64-pc-windows-msvc.exe.zip", - "sha256": "92f2d690c043c5cfc346f2564f759d5ae216ab353ff5664c8809bdd896b0f157", + "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"] }