From 08f67cddfe1f20843b09272537b423e3ba321016 Mon Sep 17 00:00:00 2001 From: Kenneth Sinder Date: Mon, 22 Jun 2026 03:21:36 -0700 Subject: [PATCH] Add Harn agent --- harn/agent.json | 39 +++++++++++++++++++++++++++++++++++++++ harn/icon.svg | 3 +++ 2 files changed, 42 insertions(+) create mode 100644 harn/agent.json create mode 100644 harn/icon.svg diff --git a/harn/agent.json b/harn/agent.json new file mode 100644 index 00000000..af0ef0f4 --- /dev/null +++ b/harn/agent.json @@ -0,0 +1,39 @@ +{ + "id": "harn", + "name": "Harn", + "version": "0.8.133", + "description": "Harn runs .harn agent pipelines as a native ACP coding agent over stdio. Powers the Burin Code workbench.", + "repository": "https://github.com/burin-labs/harn", + "website": "https://harnlang.com", + "authors": ["Burin Labs"], + "license": "Apache-2.0", + "distribution": { + "binary": { + "darwin-aarch64": { + "archive": "https://github.com/burin-labs/harn/releases/download/v0.8.133/harn-aarch64-apple-darwin.tar.gz", + "cmd": "./harn", + "args": ["serve", "acp"] + }, + "darwin-x86_64": { + "archive": "https://github.com/burin-labs/harn/releases/download/v0.8.133/harn-x86_64-apple-darwin.tar.gz", + "cmd": "./harn", + "args": ["serve", "acp"] + }, + "linux-aarch64": { + "archive": "https://github.com/burin-labs/harn/releases/download/v0.8.133/harn-aarch64-unknown-linux-gnu.tar.gz", + "cmd": "./harn", + "args": ["serve", "acp"] + }, + "linux-x86_64": { + "archive": "https://github.com/burin-labs/harn/releases/download/v0.8.133/harn-x86_64-unknown-linux-gnu.tar.gz", + "cmd": "./harn", + "args": ["serve", "acp"] + }, + "windows-x86_64": { + "archive": "https://github.com/burin-labs/harn/releases/download/v0.8.133/harn-x86_64-pc-windows-msvc.zip", + "cmd": "harn.exe", + "args": ["serve", "acp"] + } + } + } +} diff --git a/harn/icon.svg b/harn/icon.svg new file mode 100644 index 00000000..af223eca --- /dev/null +++ b/harn/icon.svg @@ -0,0 +1,3 @@ + + +