
isomoes/ikanban
112Last commit Aug 16, 2026
ikanban DSH plugin
iKanban integrates session management, diff review, and project-aware navigation into a single DSH plugin. It is installed via npm and operated entirely through keyboard shortcuts, enabling efficient multi-agent workflows within the DeepSeek Harness ecosystem.
How to install the ikanban DSH plugin
dsh plugin --profile ikanban add @isomoes/dsh-ikanban --registry=https://registry.npmjs.orgCopying does not run this command. Review the repository and version before installing the ikanban DSH plugin.
ikanban DSH plugin data source
ikanban DSH plugin snapshot date: Aug 16, 2026
discovered
What the ikanban DSH plugin can do
- Drive multiple intelligent agents in parallel across different projects
- Review agent outputs with integrated diff viewer
- Navigate between projects with project-aware context
- Manage sessions of multiple agents from a single interface
- Operate entirely through keyboard shortcuts for efficiency
Where the ikanban DSH plugin fits
- Coordinating a team of AI agents to work on different parts of a large codebase simultaneously
- Reviewing diffs generated by each agent before merging changes
- Switching context between multiple projects while keeping agent states intact
- Using keyboard-driven workflows to speed up agent management in a terminal environment
- Integrating multi-agent orchestration into an existing DeepSeek Harness setup
Who the ikanban DSH plugin is for
- Developers who use DeepSeek Harness and want to manage multiple agents
- Teams that need to coordinate parallel AI coding tasks across repositories
- Power users who prefer keyboard-driven interfaces over mouse-based GUIs
ikanban DSH plugin limitations
- Requires DeepSeek Harness (DSH) to be installed and configured
- The full browser UI is a private fork; only the DSH bundle is publicly available
- Currently at version v0.4.2, indicating early-stage development
- Dependency on npm registry and potential mirror sync delays for Chinese users
ikanban DSH plugin: from the repository README
Quoted from the isomoes/ikanban README, the upstream source of the ikanban DSH plugin. Copyright remains with the original authors.
iKanban 是一个面向键盘操作、基于 [DeepSeek Harness](https://github.com/deepseek-ai/DeepSeek-Harness) 的多智能体编码工作空间。它专为跨项目地驱动、审查和协调并行智能体工作而构建,将会话管理、差异审查和项目感知导航集于一处。 本 monorepo 包含公开发布的 DSH bundle,以及完整浏览器界面的私有可编辑 fork。 ## 介绍视频 以下视频介绍了 iKanban 的工作流及其演进,包括当前基于 DSH 的 `v0.4.2`。`v0.3` 及更早的视频早于当前软件包,因此其中的安装步骤和部分界面可能有所不同。 **Bilibili 视频:** [为什么做它](https://www.bilibili.com/video/BV1t9AhztEjX/) · [v0.1](https://www.bilibili.com/video/BV1W3Pgz8ExJ/) · [v0.2](https://www.bilibili.com/video/BV1ZNP1znEn5/) · [v0.2.11 如何使用](https://www.bilibili.com/video/BV1Y9wMzKE2b/) · [v0.3](https://www.bilibili.com/video/BV1n9QEBSEch/) · [v0.3.14](https://www.bilibili.com/video/BV1zy3F6aEb2/) · [v0.4.2](https://www.bilibili.com/video/BV156b26eEbn/) ## 软件包 - [`@isomoes/dsh-ikanban`](packages/ikanban) - 公开发布的 DSH bundle、宿主适配器、生成的组合配置和浏览器构建产物 - [`packages/web-ui`](packages/web-ui) - 完整浏览器插件界面和 Vite shell 的私有可编辑 TS/TSX/CSS fork ## 使用方法 ### 1. 安装 DSH 首先通过 npm 全局安装 DeepSeek Harness CLI: ```bash npm install -g @deepseek-ai/dsh --registry=https://registry.npmjs.org ``` 中国大陆用户可以将命令中的 npm 官方 registry 替换为国内镜像,例如 `https://registry.npmmirror.com`。镜像同步可能存在延迟;如果需要最新发布的版本,请使用官方地址 `https://registry.npmjs.org`。 ### 2. 安装 iKanban 将
Read the full READMERepository license: MIT
ikanban DSH plugin questions
How do I install iKanban?
First install DeepSeek Harness CLI globally: `npm install -g @deepseek-ai/dsh`. Then add the iKanban plugin: `dsh plugin --profile ikanban add @isomoes/dsh-ikanban`. If you are in China, you may replace the npm registry with a mirror like `https://registry.npmmirror.com`.
How do I update iKanban to the latest version?
Stop the running iKanban instance, then run: `dsh plugin --profile ikanban update @isomoes/dsh-ikanban --latest --config.minimumReleaseAge=0`. This bypasses the 24-hour delay for new versions. If you use a mirror, you may need to switch to the official npm registry to get the latest release immediately.
How do I run iKanban after installation?
Simply run `dsh --profile ikanban` in your terminal. This will start the iKanban workspace within the DeepSeek Harness environment. Make sure the profile exists (the add command creates it automatically).
Does iKanban support Chinese language?
Yes. The README and documentation are available in both English and Simplified Chinese. The interface and agent interactions are also designed to work with Chinese prompts and code comments.
Can I use iKanban with other AI models besides DeepSeek?
iKanban is built on DeepSeek Harness and is designed to work with the agents provided by that ecosystem. The plugin itself does not include model switching capabilities; it relies on the underlying DSH configuration to specify which models to use.