Skip to content

feat: add kiro-gateway agent - #482

Open
ankitcharolia wants to merge 2 commits into
agentclientprotocol:mainfrom
ankitcharolia:add-kiro-gateway
Open

feat: add kiro-gateway agent#482
ankitcharolia wants to merge 2 commits into
agentclientprotocol:mainfrom
ankitcharolia:add-kiro-gateway

Conversation

@ankitcharolia

Copy link
Copy Markdown

Adds kiro-gateway — an ACP-compliant bridge for Kiro that routes all completions through the official `kiro-cli` binary via ACP (JSON-RPC 2.0 over stdio).

What it does

kiro-gateway lets any OpenAI-compatible or Anthropic-compatible AI harness (Cursor, Cline, Claude Code, Kilo Code, OpenCode, Zed, JetBrains, etc.) use a single Kiro subscription by translating between
OpenAI/Anthropic/native ACP APIs and `kiro-cli acp`.

Distribution

  • Type: `uvx` (PyPI package)
  • Command: `uvx kiro-gateway acp` — speaks ACP (JSON-RPC 2.0) over stdin/stdout
  • Auth: Terminal auth via `kiro-cli login` (interactive)

Links

Checklist

  • `agent.json` with required fields (`id`, `name`, `version`, `description`, `distribution`)
  • `icon.svg` — 16×16, monochrome with `currentColor`
  • Distribution method: `uvx` with `package` and `args`
  • Auth method: `terminal` (delegates to `kiro-cli login`)" 2>&1

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.

1 participant