DeepSeek Harness 插件

dsh-taskboard

内嵌于 DSH Web GUI 的完整本地优先任务看板:看板/列表/Gantt/工作流/仪表盘视图、任务 AI 对话、附件与标签、dsh-routines 驱动的待办自动认领——数据存本地 SQLite(dsh plugin add @ttmouse/dsh-taskboard)。

跳到安装方式

来源信息

GitHub 仓库
ttmouse/dsh-taskboard
最近更新
2026年8月19日
分类
自动化与任务
GitHub stars
0

安装

默认先复制一段 Prompt,让 Agent 读页面和仓库;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读页面和仓库。

请先不要安装。阅读这个 DeepSeek Harness 插件,说明它解决什么问题、会访问哪些文件、网络或密钥,以及如何安装和卸载。

插件页面:https://deepseekplugins.org/zh/plugins/ttmouse/dsh-taskboard
GitHub:https://github.com/ttmouse/dsh-taskboard
插件名:dsh-taskboard
作者:ttmouse
安装命令:dsh plugin --profile web add github:ttmouse/dsh-taskboard

确认前不要执行安装命令。

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器3 个文件
README.md来源说明 · 只读预览

[English](README.md) | [简体中文](README.zh-CN.md)

dsh-taskboard

A local-first issue board plugin for DeepSeek Harness (dsh). It embeds a complete task board — Kanban / list / Gantt / workflow / dashboard views plus per-task AI chat — into the DSH Web GUI. Data lives in a local SQLite database (~/.dsh/storages/dsh-taskboard/taskboard.sqlite); no external service, no cloud dependency.

Install

dsh plugin --profile web add @ttmouse/dsh-taskboard

Restart dsh web afterwards. See [plugin/README.md](plugin/README.md) for permissions, configuration, disable and uninstall instructions.

Features

  • Multi-view task board: Kanban / list / Gantt / workflow / dashboard
  • Task details: relations, attachments, labels, filters, and per-task AI chat
  • Auto-claim: each workspace-mapped project claims its oldest todo issue and executes it through dsh-routines (headless session), writing progress back as comments — no heartbeat files, no daemon jobs
  • Workspaces = projects: DSH workspaces auto-sync into board projects
  • Conversation links: 「在对话中打开」opens the task in a real DSH session and records the thread id on the task

Build from source

# 1) build the SPA
npm install
npm run build

# 2) assemble the plugin artifacts (vendor/ + lib/client.js)
cd plugin && npm install && npm run build

Derivation & Credits

This is an open-source derivative of dashi-taskboard (Codex Taskboard) (chuspeeism/dashi-taskboard, Apache-2.0); the Web UI, server, and data model originate from it. Upstream Apache-2.0 portions remain under Apache License 2.0 (see [NOTICE](NOTICE)); new and modified portions are licensed under the MIT License (see [LICENSE](LICENSE)).