Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
31 changes: 31 additions & 0 deletions kiro/agent.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}
5 changes: 5 additions & 0 deletions kiro/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading