Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions harn/agent.json
Original file line number Diff line number Diff line change
@@ -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"]
}
}
}
}
3 changes: 3 additions & 0 deletions harn/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.