README
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 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
todoissue 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); new and modified portions are licensed under the MIT License (see LICENSE).
更多「Agent、自動化與工作流程」外掛
archify
作者 tt-a1i
為編碼智慧體生成美觀可驗證的架構圖、時序圖與資料流圖,輸出自包含 HTML,支援動效與清晰匯出。
openviking
作者 volcengine
為 AI 智慧體打造的自進化上下文資料庫,統一智慧體記憶、知識 RAG 與技能。
nocobase
作者 nocobase
開源的 AI + 無程式碼應用搭建平臺:AI 在久經生產驗證的底層基礎設施與所見即所得的無程式碼介面之上工作,幫你快速構建 CRM、ERP 等業務系統,兼顧速度與可靠性。
learn-harness-engineering
作者 walkinglabs
Harness 工程新手教程,從 0 到 1 系統學習智慧體工作流框架。
