diff --git a/README.md b/README.md index 811422e..715b3c8 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,20 @@ Registry of agents implementing the [Agent Client Protocol, ACP](https://github. > All agents are verified via CI to ensure they return valid `authMethods` in the ACP handshake. > See [AUTHENTICATION.md](AUTHENTICATION.md) for implementation details and the [ACP auth methods proposal](https://github.com/agentclientprotocol/agent-client-protocol/blob/main/docs/rfds/auth-methods.mdx) for the specification. +## Included Agents + +| Agent | Description | +|-----------------------------------------------------------------------------|-----------------------------------------------------------------------------------| +| [Auggie CLI](https://github.com/augmentcode/auggie-zed-extension) | Augment Code's powerful software agent, backed by industry-leading context engine | +| [Claude Code](https://github.com/zed-industries/claude-code-acp) | ACP adapter for Claude Code | +| [Codex CLI](https://github.com/zed-industries/codex-acp) | ACP adapter for OpenAI's coding assistant | +| 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 | ## Usage diff --git a/kiro/agent.json b/kiro/agent.json new file mode 100644 index 0000000..fd71ebc --- /dev/null +++ b/kiro/agent.json @@ -0,0 +1,31 @@ +{ + "id": "kiro", + "name": "Kiro", + "version": "1.26.2", + "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.26.2/Kiro%20CLI.dmg", + "cmd": "./kiro-cli acp" + }, + "darwin-x86_64": { + "archive": "https://desktop-release.q.us-east-1.amazonaws.com/1.26.2/Kiro%20CLI.dmg", + "cmd": "./kiro-cli acp" + }, + "linux-aarch64": { + "archive": "https://desktop-release.q.us-east-1.amazonaws.com/1.26.2/kirocli-aarch64-linux.zip", + "cmd": "./kiro-cli acp" + }, + "linux-x86_64": { + "archive": "https://desktop-release.q.us-east-1.amazonaws.com/1.26.2/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 @@ + + + + +