From bcb072b84842c7f01432bfb71440275a460701be Mon Sep 17 00:00:00 2001 From: Ryan Cormack Date: Fri, 6 Feb 2026 12:49:34 +0000 Subject: [PATCH] feat: Add Kiro CLI ACP - Adds the Kiro Ghost svg - Adds Mac and Linux binary downloads. Kiro doesn't ship a Windows binary. - Document Kiro in the readme --- README.md | 1 + kiro/agent.json | 31 +++++++++++++++++++++++++++++++ kiro/icon.svg | 5 +++++ 3 files changed, 37 insertions(+) create mode 100644 kiro/agent.json create mode 100644 kiro/icon.svg diff --git a/README.md b/README.md index 7461d40..1c15bbd 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ A registry of agents and extensions implementing the [Agent Client Protocol, ACP | Factory Droid | Factory Droid - AI coding agent powered by Factory AI | | [Gemini CLI](https://github.com/google-gemini/gemini-cli) | Google's official CLI for Gemini | | [GitHub Copilot](https://github.com/github/copilot-language-server-release) | GitHub's AI pair programmer | +| [Kiro](https://github.com/kirodotdev/Kiro) | The Kiro coding agent | | [Mistral Vibe](https://github.com/mistralai/mistral-vibe) | Mistral's open-source coding assistant | | [OpenCode](https://github.com/sst/opencode) | The open source coding agent | | [Qwen Code](https://github.com/QwenLM/qwen-code) | Alibaba's Qwen coding assistant | diff --git a/kiro/agent.json b/kiro/agent.json new file mode 100644 index 0000000..a383626 --- /dev/null +++ b/kiro/agent.json @@ -0,0 +1,31 @@ +{ + "id": "kiro", + "name": "Kiro", + "version": "1.25.0", + "description": "The Kiro coding agent", + "repository": "https://github.com/kirodotdev/Kiro", + "authors": [ + "amazon" + ], + "license": "proprietary", + "distribution": { + "binary": { + "darwin-aarch64": { + "archive": "https://desktop-release.q.us-east-1.amazonaws.com/1.25.0/Kiro%20CLI.dmg", + "cmd": "./kiro-cli acp" + }, + "darwin-x86_64": { + "archive": "https://desktop-release.q.us-east-1.amazonaws.com/1.25.0/Kiro%20CLI.dmg", + "cmd": "./kiro-cli acp" + }, + "linux-aarch64": { + "archive": "https://desktop-release.q.us-east-1.amazonaws.com/1.25.0/kirocli-aarch64-linux.zip", + "cmd": "./kiro-cli acp" + }, + "linux-x86_64": { + "archive": "https://desktop-release.q.us-east-1.amazonaws.com/1.25.0/kirocli-x86_64-linux.zip", + "cmd": "./kiro-cli acp" + } + } + } +} diff --git a/kiro/icon.svg b/kiro/icon.svg new file mode 100644 index 0000000..a4c21a6 --- /dev/null +++ b/kiro/icon.svg @@ -0,0 +1,5 @@ + + + + +