isomoes
ikanban
iKanban 是一个由 OpenCode 驱动的多智能体(multi-agent)编码工作空间。它专为跨项目地驱动、审查和协调并行的智能体工作而构建,将会话管理、差异(diff)审查以及项目感知的导航集于一处。iKanban is a Web interface for the OpenCode AI coding agent. It unifies chat, terminal, and board workflows in a single interface so teams can plan, execute, and track coding tasks.
- Stars
- 10
- Language
- JavaScript
- Created
- Jan 19, 2026
- Updated
- Aug 14, 2026
Introduction
iKanban
Monorepo for the iKanban plugin packages for DeepSeek Harness.
Packages
@isomoes/dsh-ikanban- the stock DSH Web repackage and keyboard-first customization basepackages/ui-layout- private source for the three-column web shellpackages/ui-sidebar- private source for the branded sidebar shellpackages/ui-workspace- private source for the workspace and session browser
Development
pnpm install
pnpm typecheck
pnpm build
Build, install the linked checkout into an isolated ikanban DSH profile, and
run it:
pnpm dev
pnpm dev creates or refreshes the profile automatically. Use
pnpm dev:config to inspect the resulting composition without booting it.
See the package development guide for rebuild behavior and profile cleanup.
See CHANGELOG.md for project history.