Skip to content

Comments

Add goose to the ACP registry#23

Merged
benbrandt merged 4 commits intoagentclientprotocol:mainfrom
angiejones:add-goose-agent
Feb 23, 2026
Merged

Add goose to the ACP registry#23
benbrandt merged 4 commits intoagentclientprotocol:mainfrom
angiejones:add-goose-agent

Conversation

@angiejones
Copy link
Contributor

@angiejones angiejones commented Jan 31, 2026

Summary

This PR adds goose to the ACP registry.

About goose

goose is a local, extensible, open source AI agent that automates engineering tasks. It can build entire projects from scratch, write and execute code, debug failures, orchestrate workflows, and interact with external APIs autonomously.

Distribution

Binary distribution for all major platforms:

  • (macOS Apple Silicon)
  • (macOS Intel)
  • (Linux ARM64)
  • (Linux x64)
  • (Windows x64)

ACP Support

goose has native ACP support via the command, implemented in the crate.

Files Added

    • Agent metadata and distribution info
    • 16x16 monochrome icon using currentColor

angiejones and others added 2 commits February 12, 2026 16:46
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)
v1.22.1 releases are no longer available, update to the latest release.
@ignatov
Copy link
Contributor

ignatov commented Feb 12, 2026

[9/16] goose (binary)
  Testing binary...
    → Downloading from: https://github.com/block/goose/releases/download/v1.23.2/goose-x86_64-unknown-li...
      Downloading 37.8 MB... done (37.8 MB)
    → Extracting archive...
    → Auth check: /home/runner/work/registry/registry/.sandbox/binary/goose/extracted/goose acp...
    ✗ Failed: Timeout after 60s waiting for initialize response
    Sandbox: /home/runner/work/registry/registry/.sandbox/binary/goose

something is not working

v1.23.2 eagerly required a configured provider during ACP server
startup, causing the process to exit before responding to the
initialize handshake. v1.24.0+ uses a lazy provider factory so
the ACP server can start and respond to initialize without needing
a pre-configured provider.

Also updates Windows target triple from pc-windows-gnu to
pc-windows-msvc to match the v1.25.0 release artifacts.
@benbrandt benbrandt merged commit 66db432 into agentclientprotocol:main Feb 23, 2026
3 checks passed
@angiejones angiejones deleted the add-goose-agent branch February 24, 2026 03:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants