DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Task Board Ui — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
T

@mkaliezz/dsh-task-board-ui

Task Board Ui

DSH-styled web UI panel for the task-board plugin: view, create, and transition deterministic tasks with evidence.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:MkaliezZ/dsh-task-board-ui#3d89e5fa00c7a2a6595973131d4477b8fe74daf8
READMECompatibilityVersions

Compatibility and provenance

Task Board Ui is published as @mkaliezz/dsh-task-board-ui and currently resolves to version 0.1.7. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/13/2026

Versions

0.1.7stable
9/13/2026

Related plugins

Loading related plugins…

Latest
0.1.7
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
Apache-2.0
Source
github
GitHub
★ 0
Weekly downloads
0
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in productivity-workflow.

Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebAcp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseAutomation@michengai/dsh-automationExecute coding tasks on a schedule in an independent DSH Session, with dual-entry management via a Web settings page and Agent.Easyrewritedsh-easyrewriteDSH Web内目前最无感的消息撤回、重编辑插件,原版体验,兼容性强,功能简单可开关,设置丰富,现代化轻量ui框架。The most seamless message recall & re-edit plugin for DSH Web — native experience, strong compatibility, simple toggles, rich settings, modern lightweight UI. DSH Web で最もシームレスなメッセージ撤回・再編集プラグイン——ネイテ

README

@mkaliezz/dsh-task-board-ui

DSH 风格的网页看板面板,为 @mkaliezz/dsh-task-board(dsh-evidence-task-board)提供可视化 UI:查看、创建、流转任务状态并附加证据。

  • 宿主半(node):注册专属 RPC 通道 /task-board,读写与 task-board 插件同一个确定性 JSON 看板文件(dsh-task-board.json),复用同一套 normalizeBoard / applyTaskCommand 逻辑,格式永不漂移。
  • 浏览器半(client):在 shell.overlay 插槽注册浮动面板 —— 右下角玻璃拟态深色面板,DSH 视觉风格(◯/●/!/✔ 状态符号与命令输出一致)。

安装

dsh plugin add @mkaliezz/dsh-task-board-ui

或手动:安装 npm 包后,在 profile 的 cordis patch 中加入:

- id: dsh-task-board-ui
  name: '@mkaliezz/dsh-task-board-ui'
  config: {}

使用

面板固定在 Web UI 右下角:

操作方式
新建任务面板顶部 id + title 输入框(与 /task-create 等价)
流转状态每个任务行右侧 ▶(todo→in_progress→done)、⛔(blocked)、↺(解除 blocked)
证据✎ 展开证据列表并可追加(与 /task-evidence 等价)
刷新 / 收起面板头部 ↻ 刷新、× 收起为悬浮按钮

数据与 /task-board、/task-create、/task-status、/task-evidence 命令共享同一个文件,两边操作实时一致(面板内操作后命令输出立即可见,反之点 ↻ 同步)。

配置

配置项默认值说明
storagePath<dsh 工作目录>/dsh-task-board.json看板文件路径;与 task-board 插件同默认值,改配置时两者应一致

RPC 通道按 loopback 权限注册(仅本机浏览器可调用);若需从局域网设备访问 Web UI 并使用面板,见 @deepseek-ai/dsh-client-connection 的 trusted hosts 配置。

开发

npm install --legacy-peer-deps
npm run build
npm test