dsh-web-ui
zhu1090093659
Plugin and skin collection for DeepSeek Harness (DSH) Web UI - task board, git graph, right-side panel, remote mobile UI, pet, live token stats, and skin center.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:Ericwong5021/dsh-kanban
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
dsh-kanban is a kanban board plugin for the DeepSeek Harness Web UI.
It gives Harness sessions a dedicated workspace for planning and triage. Open the board from the sidebar, search across sessions, drag idle tasks between workflow columns, and open any card in its original Harness conversation.
/kanban and restores the previous conversation when you leave it.Install from a Git checkout or a published package through the dsh CLI:
dsh plugin --profile <profile> add https://github.com/Ericwong5021/dsh-kanban
To install a release archive directly:
dsh plugin --profile <profile> add https://github.com/Ericwong5021/dsh-kanban/releases/latest/download/dsh-kanban-0.1.1.tgz
Start the profile, then select 任务看板 in the Harness sidebar footer.
The plugin targets the Harness Web UI and requires the runtime and UI packages declared in package.json.
The board is a view over real Harness sessions. Selecting a card returns you to that session; it does not create a duplicate conversation.
Automatic state takes precedence while a session is running, waiting for interaction, or completed. Only idle sessions can be moved manually. Creating a task connects it to the selected workspace, creates a session, and sends the prompt through the Harness runtime.
The package follows the Harness plugin bundle layout:
cordis.patch.yml describes the server-side bundle patch.src/client/index.ts registers the sidebar injection and exposes the client entry point.src/client/Kanban.tsx contains the board and task creation flow.src/client/Kanban.module.css contains the scoped board styles.lib/client.js is the loader-compatible browser bundle generated by the build.lib/index.js is the Node plugin bundle generated by the build.The package metadata declares the bundle patch under dsh.bundle.patch and the Web client injection under dsh.client.
The development dependencies use published DeepSeek Harness package versions. Install dependencies and build the package with:
pnpm install
pnpm build
pnpm pack:check
pnpm build emits declarations under lib/types and bundles the Node and browser plugin entries under lib.
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: task-board、web-ui。