Skip to content

Add Kilo agent to registry#100

Closed
maphew wants to merge 1 commit intoagentclientprotocol:mainfrom
maphew:add-kilo-agent
Closed

Add Kilo agent to registry#100
maphew wants to merge 1 commit intoagentclientprotocol:mainfrom
maphew:add-kilo-agent

Conversation

@maphew
Copy link
Contributor

@maphew maphew commented Feb 26, 2026

Adds Kilo (the open source coding agent) to the ACP registry.

Distribution

Binary distribution for all major platforms:

  • darwin-aarch64, darwin-x86_64
  • linux-aarch64, linux-x86_64
  • windows-x86_64

Version: 7.0.30 (current latest release)

Validation

  • All 5 binary archive URLs return HTTP 200
  • Build registry script passes
  • Icon is 16x16 monochrome SVG using currentColor

Addresses Kilo-Org/kilocode#6058

@maphew
Copy link
Contributor Author

maphew commented Feb 26, 2026

Related PRs

I see there are two other open PRs for Kilo:

This PR (#100) takes the native binary approach, pointing directly to official Kilo GitHub releases. The binary distribution has the advantage of zero runtime dependencies (no Node.js required).

That said, the ACP schema supports multiple distribution methods in a single entry -- binary, npx, and uvx can coexist in the same agent.json. That would let ACP clients choose whichever method works best for the user's environment.

If it makes sense, we'd be happy to collaborate with @pedrogiroldo to combine our entries into one that offers both binary and npx distribution, giving clients the choice. Happy to hear what the maintainers prefer.

@pedrogiroldo
Copy link
Contributor

Hey @maphew, I pulled your changes into my PR #92!

@ignatov ignatov closed this Feb 27, 2026
@maphew maphew deleted the add-kilo-agent branch February 27, 2026 17:32
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