From 2615c7ce79675060d3aa115319cdbb219c7cc550 Mon Sep 17 00:00:00 2001 From: Ankit Charolia Date: Thu, 6 Aug 2026 11:35:22 +0200 Subject: [PATCH 1/2] feat: add kiro-gateway agent --- kiro-gateway/agent.json | 18 ++++++++++++++++++ kiro-gateway/icon.svg | 3 +++ 2 files changed, 21 insertions(+) create mode 100644 kiro-gateway/agent.json create mode 100644 kiro-gateway/icon.svg diff --git a/kiro-gateway/agent.json b/kiro-gateway/agent.json new file mode 100644 index 000000000..ca42367af --- /dev/null +++ b/kiro-gateway/agent.json @@ -0,0 +1,18 @@ +{ + "id": "kiro-gateway", + "name": "Kiro Gateway", + "version": "2.3.2", + "description": "ACP-compliant bridge for Kiro — routes completions through kiro-cli with OpenAI, Anthropic, and native ACP interfaces", + "repository": "https://github.com/ankitcharolia/kiro-gateway", + "website": "https://github.com/ankitcharolia/kiro-gateway", + "authors": [ + "Ankit Charolia " + ], + "license": "AGPL-3.0-only", + "distribution": { + "uvx": { + "package": "kiro-gateway", + "args": ["acp"] + } + } +} diff --git a/kiro-gateway/icon.svg b/kiro-gateway/icon.svg new file mode 100644 index 000000000..df4076bf8 --- /dev/null +++ b/kiro-gateway/icon.svg @@ -0,0 +1,3 @@ + + + From b9395af8bd63a538fa896d0e0ab9cd3d7b25dee6 Mon Sep 17 00:00:00 2001 From: Ankit Charolia Date: Thu, 6 Aug 2026 11:42:52 +0200 Subject: [PATCH 2/2] fix: update version to 2.3.3 --- kiro-gateway/agent.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiro-gateway/agent.json b/kiro-gateway/agent.json index ca42367af..c27194e20 100644 --- a/kiro-gateway/agent.json +++ b/kiro-gateway/agent.json @@ -1,7 +1,7 @@ { "id": "kiro-gateway", "name": "Kiro Gateway", - "version": "2.3.2", + "version": "2.3.3", "description": "ACP-compliant bridge for Kiro — routes completions through kiro-cli with OpenAI, Anthropic, and native ACP interfaces", "repository": "https://github.com/ankitcharolia/kiro-gateway", "website": "https://github.com/ankitcharolia/kiro-gateway",