DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Task Board — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
T

@etony668/dsh-task-board

Task Board

DSH 项目任务看板(CodexFF 移植):会话「任务看板」视图 + 父子任务树工具与技能 + 本地 JSON 存储

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:etony668/dsh-task-board#674a2ca3fde3d96af69870f7204c38d42e3625b2
README兼容性版本

兼容性与来源证明

Task Board 以 @etony668/dsh-task-board 发布,当前版本为 1.0.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/8/25

版本

1.0.1stable
2026/8/25
0.2.0stable
2026/8/24

相关插件

正在加载相关插件…

最新版
1.0.1
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 3
周下载
0
最近提交
2026/9/11
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 productivity-workflow 分类下经过校验的插件。

Client Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Rewind Plugindsh-rewind-plugin同窗口内对话回退并恢复工作区文件Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理

README

English | 中文

DSH Task Board plugin (dsh-task-board)

A port of the CodexFF project task board for DeepSeek Harness (DSH): a new Chat → Trajectory → Task Board tab in the conversation view, canvas-style draggable panels, agent tools and a sync skill, with local JSON storage and no external services.

Features

  • Conversation view tab: Chat → Trajectory → Task Board (conversation.view, order 20).
  • Canvas board: one child panel per main task; panels are draggable with snap alignment (25px base gap, top-row alignment, auto horizontal centering for vertical stacks), collapsible; temporary tasks are color-marked.
  • Task model: parent/child task tree, task boundaries (goal / scope / out of scope / acceptance), checkbox completion; a parent task auto-closes when all its subtasks are complete, and adding an incomplete child reopens all of its ancestors.
  • Agent tools (same semantics as the CodexFF MCP server):
    • board_get / board_revision — read the board and its revision
    • board_sync — batch create/update tasks (supports key references in one call)
    • task_create / task_update / task_delete — single task operations
  • Skill: dsh-task-board (task splitting and sync discipline), auto-loaded by the agent.
  • Storage: $DSH_HOME/taskboards/<sha256(project path)>.json, CodexFF-compatible format; one atomically written JSON file per project.

Conversation view: Chat → Trajectory → Task Board tab

Canvas board: main task and subtask panels

Installation

Option 1: One command (recommended)

dsh plugin --profile web add @etony668/dsh-task-board

Then open or refresh the DSH web UI — the Task Board tab appears after Trajectory. The plugin is also listed in the plugin market (workflow category).

Option 2: Clone from GitHub (backup)

macOS / Linux (bash)

git clone https://github.com/etony668/dsh-task-board.git
cd dsh-task-board
./install.sh

Windows (PowerShell)

git clone https://github.com/etony668/dsh-task-board.git
cd dsh-task-board
.\install.ps1

Windows users can also run ./install.sh from Git Bash (same result).

Then refresh the DSH page (or restart DSH) to see the Task Board tab. If the tab does not appear after a refresh, restart DSH once — the patch always applies at startup.

Option 1b: One-click install from the plugin market

This plugin has been submitted for listing on awesome-dsh-plugin (category workflow; takes effect once merged). With the dsh-market plugin installed, open DSH Settings → Plugin Market, search for task-board and install with one click — no manual clone needed.

Option 2: Manual install

  1. Put this repository's contents into ~/.dsh/plugins/dsh-task-board/ (or any directory).

  2. Run ./reinstall.sh — it copies the package into the current runtime's node_modules/@etony668/dsh-task-board/ and creates the profile fallback symlink.

  3. Make sure ~/.dsh/cordis.patch.yml contains (create it if missing):

    - insert:
        - id: task-board
          name: '@etony668/dsh-task-board'
    

reinstall.sh / reinstall.ps1 auto-detect common DSH runtime directories on macOS / Windows / Linux. If detection fails, specify the path explicitly:

  • bash: DSH_TASK_BOARD_RUNTIME="/path/to/runtime" ./reinstall.sh
  • PowerShell: .\reinstall.ps1 -RuntimeRoot "C:\path\to\runtime"

Usage

  • Switch to the board via the top tab; there is no back button inside the board — go back with the top Chat tab, or via keyboard Tab / Esc (not hijacked while focus is in an input).
  • The bottom message composer is hidden on the board view to avoid overlap.
  • After task changes, the agent appends a clickable “view task board” link that switches to the board tab without a page refresh.

Upgrade

A DSH upgrade creates a new runtime version directory; the node_modules copy and the profile symlink must be rebuilt:

cd ~/.dsh/plugins/dsh-task-board && ./reinstall.sh

Windows:

cd $env:USERPROFILE\.dsh\plugins\dsh-task-board
.\reinstall.ps1

cordis.patch.yml lives in ~/.dsh and is unaffected by upgrades.

Uninstall

# 1) Remove the plugin row from the patch (edit ~/.dsh/cordis.patch.yml, drop the - insert: part)
# 2) Delete the source and runtime copies
rm -rf ~/.dsh/plugins/dsh-task-board
rm -rf <runtime>/versions/*/node_modules/@etony668/dsh-task-board
rm -f  ~/.dsh/profiles/node_modules/@etony668/dsh-task-board
# 3) Data (optional): ~/.dsh/taskboards/*.json

Repository layout

index.js        package root entry (loader resolves <pkg>/index.js; re-exports lib/index.js)
lib/index.js    host plugin (node ESM): storage + tools + skill + /api/task-board route
lib/client.js   web plugin bundle (hand-built __ModuleLoader__, react only)
package.json    dsh.client: { platform: web }, exports ./client; dsh.bundle patch
install.sh      one-click install (copy + install + patch write; macOS/Linux bash)
install.ps1     one-click install (Windows PowerShell)
reinstall.sh    reinstall into runtime node_modules + profile fallback symlink (bash)
reinstall.ps1   reinstall (Windows PowerShell)

Development

The plugin follows the DSH dual-end structure: the host side (Node ESM) provides storage/tools/skill/route, and the client side (browser bundle) registers the conversation.view tab and renders the board. After changes, run ./install.sh and refresh the page; host-side changes need a DSH restart.

License

MIT