From 366e90acb48d8c9249b00f76835d8b596f19136e Mon Sep 17 00:00:00 2001 From: angiejones Date: Sat, 31 Jan 2026 17:44:42 -0600 Subject: [PATCH 1/2] 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 @@ + + + From f5b8a8af5a43ffd9594bd36ec97b0102632242e4 Mon Sep 17 00:00:00 2001 From: Sergey Ignatov Date: Thu, 12 Feb 2026 16:45:53 +0100 Subject: [PATCH 2/2] Update goose to v1.23.2 v1.22.1 releases are no longer available, update to the latest release. --- goose/agent.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/goose/agent.json b/goose/agent.json index 4336ebb..a32a7e4 100644 --- a/goose/agent.json +++ b/goose/agent.json @@ -1,7 +1,7 @@ { "id": "goose", "name": "goose", - "version": "1.22.1", + "version": "1.23.2", "description": "A local, extensible, open source AI agent that automates engineering tasks", "repository": "https://github.com/block/goose", "authors": [ @@ -11,35 +11,35 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://github.com/block/goose/releases/download/v1.22.1/goose-aarch64-apple-darwin.tar.bz2", + "archive": "https://github.com/block/goose/releases/download/v1.23.2/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", + "archive": "https://github.com/block/goose/releases/download/v1.23.2/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", + "archive": "https://github.com/block/goose/releases/download/v1.23.2/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", + "archive": "https://github.com/block/goose/releases/download/v1.23.2/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", + "archive": "https://github.com/block/goose/releases/download/v1.23.2/goose-x86_64-pc-windows-gnu.zip", "cmd": "goose.exe", "args": [ "acp"