插件目录 / Developer / dsh-task-board
dsh-task-board
未验证 scwlkq
功能简介
Single-package durable task board plugin for DeepSeek Harness
未验证 — 尚未实测
Single-package durable task board plugin for DeepSeek Harness 尚未验证——请自行安装测试。
「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
README
DSH Task Board
dsh-task-board is a community plugin for DeepSeek Harness. It adds a durable task board to the Web profile as one installable package and one Loader entry.
The package includes the Host service, Session bridge, generated Typert RPC contribution, and browser UI. Users install one repository; the plugin adds only the task-board row to the profile configuration.
Requirements
- DeepSeek Harness
0.1.0-rc.6 - Node.js
^22.19.0or>=24 pnpmavailable onPATH, as required bynpx @deepseek-ai/dsh plugin- A configured model credential only when a task should run an agent; browsing and editing the board do not require one
Install
npx @deepseek-ai/dsh plugin --profile web add github:scwlkq/dsh-task-board
This runs the official DSH CLI through npx; no global dsh installation is required.
Confirm that the bundle contributes one row:
npx @deepseek-ai/dsh --profile web --dump-config
The output contains one task-board Loader row supplied by dsh-task-board. Start the Web profile:
npx @deepseek-ai/dsh web
Open the printed local URL, then select Task Board in the sidebar. The Settings plugin list shows this extension as one task-board entry rather than separate Host, RPC, and UI packages.
Features
- Create durable task cards with a title, description, acceptance criteria, workspace or working directory, Agent Preset, and image attachments
- Edit, reorder, reopen, and delete cards
- Start or stop task execution through ordinary DSH Sessions
- Review completed work, approve it, reject it with feedback, send follow-up work, or retry a failed round
- Inspect round activity and Session history
- Refresh the browser projection from the authoritative Host snapshot without requiring a custom event-forwarding patch in DSH
Task records use the profile's DSH storage. Removing the browser plugin does not silently submit or modify tasks.
Update and remove
Update the installed Git dependency:
npx @deepseek-ai/dsh plugin --profile web update dsh-task-board
Remove the bundle and its Loader row:
npx @deepseek-ai/dsh plugin --profile web remove dsh-task-board
Develop locally
pnpm install
pnpm run typecheck
pnpm run build
pnpm test
npx @deepseek-ai/dsh plugin --profile web add .
The repository commits lib/ so GitHub installation does not depend on prepare, install, or another lifecycle build script. pnpm pack --dry-run --json shows the same prebuilt runtime files shipped in a release tarball.
License
安装
装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:
dsh plugin add dshbase-catalog 然后对 agent 说「帮我装 dsh-task-board」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包。
该插件是 GitHub 源码(未发 npm)——直接从仓库装:
Web profile:
dsh plugin --profile web add github:scwlkq/dsh-task-board Headless(CLI)profile:
dsh plugin --profile headless add github:scwlkq/dsh-task-board 实测报告
尚未 L3 验证——若已跑过,见下方失败备注。