From 08f67cddfe1f20843b09272537b423e3ba321016 Mon Sep 17 00:00:00 2001 From: Kenneth Sinder Date: Mon, 22 Jun 2026 03:21:36 -0700 Subject: [PATCH 1/2] 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 @@ + + + From 47230c0d9b56635a04ca01c0b5d886c28a3c328b Mon Sep 17 00:00:00 2001 From: Kenneth Sinder Date: Tue, 30 Jun 2026 00:23:17 -0700 Subject: [PATCH 2/2] Update Harn registry entry to v0.8.158 --- harn/agent.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/harn/agent.json b/harn/agent.json index af0ef0f4..fcaf2e7c 100644 --- a/harn/agent.json +++ b/harn/agent.json @@ -1,7 +1,7 @@ { "id": "harn", "name": "Harn", - "version": "0.8.133", + "version": "0.8.158", "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", @@ -10,27 +10,27 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/burin-labs/harn/releases/download/v0.8.133/harn-aarch64-apple-darwin.tar.gz", + "archive": "https://github.com/burin-labs/harn/releases/download/v0.8.158/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", + "archive": "https://github.com/burin-labs/harn/releases/download/v0.8.158/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", + "archive": "https://github.com/burin-labs/harn/releases/download/v0.8.158/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", + "archive": "https://github.com/burin-labs/harn/releases/download/v0.8.158/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", + "archive": "https://github.com/burin-labs/harn/releases/download/v0.8.158/harn-x86_64-pc-windows-msvc.zip", "cmd": "harn.exe", "args": ["serve", "acp"] }