DeepSeek Agent
插件市场界面与桌面DSH-taskboard
DEEPSEEK HARNESS PLUGIN

DSH-taskboard

Native local Taskboard plugin for DeepSeek Harness. SQLite-backed projects, Agent claim/review, and a native Web UI — no iframe, no second chat runtime.

插件介绍

Native local Taskboard plugin for DeepSeek Harness. SQLite-backed projects, Agent claim/review, and a native Web UI — no iframe, no second chat runtime.

agentcordisdeepseek-harnessdshdsh-plugintask-managementtaskboard

项目详情摘要

DSH Taskboard English | 简体中文 Native, local project task management for DeepSeek Harness. SQLite is the sole task authority. Harness Agent Sessions, Goals, Workspaces, tools, permissions, and the Web Client remain the execution and conversation owners. This README is written so a human **or another coding agent** can install the plugin into a live Harness profile, verify it, and start using it without guessing. Package:** `@shengsheng/dsh-taskboard` Repository:** https://github.com/shengsheng90/DSH-taskboard License:** Apache-2.0 Compatible Host:** DeepSeek Harness `0.1.6-alpha.1` If you are an installing agent, jump to Install into DeepSeek Harness and follow every step in order. Do **not** add this Git repository as a raw plugin source: `lib/` is gitignored, so a git install has no compiled Host/Client bundle. What you get After a successful install, Harness gains: A **Taskboard** sidebar button and a native overlay page (not an iframe, not a second chat runtime) Local SQLite projects, tasks, comments, relations, attachments, workflows, and automation Stable readable keys such as `DSH-42` plus opaque ids and optimistic versions Seven statuses: `backlog` → `todo` → `in_progress` → `in_review` → `done`, plus `blocked` and `canceled` In-process Agent tools `taskboard_*` (no accept / no generic status mutation) Headless JSON CLI `dsh-taskboard` Packaged Skill `manage-taskboard` Agents can submit verified work to `in_review`. Only an authenticated human UI or CLI operation can accept it as `done`. Further design docs: Architecture, Security and recovery, CLI reference, Acceptance audit. Attribution shipped to package consumers is in `THIRD_PARTY_NOTICES.md`. Requirements Requirement | Value | Node.js | `^22.19.0` or `>=24.0.0` (24 recommended; built-in `node:sqlite`) | pnpm

摘自项目公开 README,可能随上游仓库更新。

安装方法

建议先在测试 Profile 中安装,并检查权限、安装脚本和依赖。

npx -p @deepseek-ai/dsh dsh plugin --profile web add github:shengsheng90/DSH-taskboard

使用前检查

  • 确认项目符合 DSH bundle 规范,而不只是相关仓库。
  • 阅读许可证和安装脚本,检查网络、文件及执行权限。
  • 备份配置,并确保插件能够安全卸载或回滚。