From d1aceeced054489561fd0070d6cb067bb9a8bd87 Mon Sep 17 00:00:00 2001 From: angiejones Date: Sat, 31 Jan 2026 17:44:42 -0600 Subject: [PATCH] Add goose to the ACP registry goose is a local, extensible, open source AI agent that automates engineering tasks. - Repository: https://github.com/block/goose - License: Apache-2.0 - Supports: darwin (aarch64, x86_64), linux (aarch64, x86_64), windows (x86_64) --- goose/agent.json | 50 ++++++++++++++++++++++++++++++++++++++++++++++++ goose/icon.svg | 3 +++ 2 files changed, 53 insertions(+) create mode 100644 goose/agent.json create mode 100644 goose/icon.svg diff --git a/goose/agent.json b/goose/agent.json new file mode 100644 index 0000000..4336ebb --- /dev/null +++ b/goose/agent.json @@ -0,0 +1,50 @@ +{ + "id": "goose", + "name": "goose", + "version": "1.22.1", + "description": "A local, extensible, open source AI agent that automates engineering tasks", + "repository": "https://github.com/block/goose", + "authors": [ + "Block" + ], + "license": "Apache-2.0", + "distribution": { + "binary": { + "darwin-aarch64": { + "archive": "https://github.com/block/goose/releases/download/v1.22.1/goose-aarch64-apple-darwin.tar.bz2", + "cmd": "./goose", + "args": [ + "acp" + ] + }, + "darwin-x86_64": { + "archive": "https://github.com/block/goose/releases/download/v1.22.1/goose-x86_64-apple-darwin.tar.bz2", + "cmd": "./goose", + "args": [ + "acp" + ] + }, + "linux-aarch64": { + "archive": "https://github.com/block/goose/releases/download/v1.22.1/goose-aarch64-unknown-linux-gnu.tar.bz2", + "cmd": "./goose", + "args": [ + "acp" + ] + }, + "linux-x86_64": { + "archive": "https://github.com/block/goose/releases/download/v1.22.1/goose-x86_64-unknown-linux-gnu.tar.bz2", + "cmd": "./goose", + "args": [ + "acp" + ] + }, + "windows-x86_64": { + "archive": "https://github.com/block/goose/releases/download/v1.22.1/goose-x86_64-pc-windows-gnu.zip", + "cmd": "goose.exe", + "args": [ + "acp" + ] + } + } + } +} diff --git a/goose/icon.svg b/goose/icon.svg new file mode 100644 index 0000000..c492885 --- /dev/null +++ b/goose/icon.svg @@ -0,0 +1,3 @@ + + +