dsh-kirocrew
Run the following command in DeepSeek Harness:
dsh plugin install zoahdev/dsh-kirocrew
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install zoahdev/dsh-kirocrew in your terminal to install; source repository is https://github.com/zoahdev/dsh-kirocrew
About this plugin
KiroCrew is an open-source development workspace that runs on your own hardware, remembers context across sessions, and keeps working unattended. If you are building agent workflows in DeepSeek Harness, there was previously no native way to hand a full turn off to that persistent workspace. dsh-kirocrew bridges exactly that gap: a single tool call lets your dsh agent delegate work into the workspace and get the finished result back.
The plugin registers one model-facing tool, kiro_send. At call time it spawns kiro-cli acp, walks through the full ACP handshake (initialize, session/new, session/prompt), forwards your prompt, streams text chunks, and returns the final answer. Session permission requests are auto-approved by default (allow_once), with a config option to deny instead. The design is deliberately thin: it forwards and returns, nothing more, and does not reimplement any of KiroCrew internals.
Made for dsh users who already run KiroCrew locally. If you want your agents to delegate long-running tasks into a workspace that carries context across sessions, rather than starting from scratch every turn, this is the minimal glue code needed to make that step work.
Use Cases
- Delegate long-running tasks from a dsh agent into a KiroCrew persistent workspace and collect results
- Invoke a local dev workspace via ACP without manually managing session state
- Hand off unattended development tasks to a workspace that carries context across sessions
Best For
- Developers running KiroCrew locally who want to integrate it with DeepSeek Harness
- Engineers building multi-agent dsh workflows that rely on an external persistent workspace
- Developers who want to avoid rebuilding session context on every agent turn
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.