From f5b9ae67d111d3420a1c182d6ff59658dc0ec4c7 Mon Sep 17 00:00:00 2001 From: repairman29 Date: Fri, 15 May 2026 19:46:51 -0600 Subject: [PATCH] feat: add Chump agent to ACP registry Chump is a self-hosted, local-first AI coding agent with ACP v1+v2 support. Supports terminal auth, runs fully offline on local LLMs, and uses chump --acp as the ACP launch command. - darwin-aarch64, darwin-x86_64, linux-aarch64, linux-x86_64 binaries - Binary archives from GitHub releases (v0.1.2) - MIT licensed, repository: https://github.com/repairman29/chump --- chump/agent.json | 36 ++++++++++++++++++++++++++++++++++++ chump/icon.svg | 4 ++++ 2 files changed, 40 insertions(+) create mode 100644 chump/agent.json create mode 100644 chump/icon.svg diff --git a/chump/agent.json b/chump/agent.json new file mode 100644 index 00000000..929cbe5f --- /dev/null +++ b/chump/agent.json @@ -0,0 +1,36 @@ +{ + "id": "chump", + "name": "Chump", + "version": "0.1.2", + "description": "Self-hosted local-first AI coding agent with fleet coordination, SQLite state, and ACP v1+v2 support. Runs fully offline on local LLMs or with any OpenAI-compatible inference backend.", + "repository": "https://github.com/repairman29/chump", + "website": "https://repairman29.github.io/chump/", + "authors": [ + "repairman29" + ], + "license": "MIT", + "distribution": { + "binary": { + "darwin-aarch64": { + "archive": "https://github.com/repairman29/chump/releases/download/v0.1.2/chump-aarch64-apple-darwin.tar.xz", + "cmd": "./chump", + "args": ["--acp"] + }, + "darwin-x86_64": { + "archive": "https://github.com/repairman29/chump/releases/download/v0.1.2/chump-x86_64-apple-darwin.tar.xz", + "cmd": "./chump", + "args": ["--acp"] + }, + "linux-aarch64": { + "archive": "https://github.com/repairman29/chump/releases/download/v0.1.2/chump-aarch64-unknown-linux-gnu.tar.xz", + "cmd": "./chump", + "args": ["--acp"] + }, + "linux-x86_64": { + "archive": "https://github.com/repairman29/chump/releases/download/v0.1.2/chump-x86_64-unknown-linux-gnu.tar.xz", + "cmd": "./chump", + "args": ["--acp"] + } + } + } +} diff --git a/chump/icon.svg b/chump/icon.svg new file mode 100644 index 00000000..dd465639 --- /dev/null +++ b/chump/icon.svg @@ -0,0 +1,4 @@ + + + +