zoahdev/dsh-kirocrew

zoahdev★ 0TypeScriptLast synced: 2026-08-17

Open on GitHub

KiroCrew bridge for DeepSeek Harness: delegate turns to a persistent, self-evolving workspace over ACP (JSON-RPC 2.0).

README excerpt

dsh-kirocrew Bridge KiroCrew into DeepSeek Harness : let your dsh agent delegate a turn to a persistent, self-evolving development workspace over ACP (JSON-RPC 2.0 over stdio). KiroCrew is an open-source workspace that runs on your hardware, remembers across sessions, and keeps working unattended. This plugin exposes that workspace to a DeepSeek Harness agent as a single kiro send tool. What it does - Registers one model-facing tool: kiro send . - kiro send spawns kiro-cli acp , performs the ACP handshake ( initialize → session/new → session/prompt ), forwards your prompt, collects the agent's text chunks, and returns the final text. - Auto-approves ACP session/request permission by default ( allow once ); set autoApproveTools: false to deny instead. This is a thin, honest bridge : it forwards the prompt and returns the text. It does not reimplement KiroCrew. Requirements - Node.js 18+ - kiro-cli installed and signed in (KiroCrew's CLI). The ACP backend lives behind kiro-cli acp . Install KiroCrew from its official one-liner (macOS / Linux / Windows WSL): See the KiroCrew repo for the desktop app, Docker, and Windows source-install paths. Install or globally: Usage Configuration (p…

View full README on GitHub →
Media / Contentacpagentdeepseek-harnessdsh-pluginkirocrewocr

Category