af2000-tech/dsh-taskboard-plugin0

dsh-taskboard-plugin

DeepSeek Harness 的任务板插件,包含侧边栏面板、智能体工具及托管的本地 SQLite 服务,提供问题看板功能。

AI 分析

核心用途是在 DSH 中提供本地任务看板管理。适合需要通过侧边栏可视化跟踪任务状态,并允许智能体通过工具直接操作任务卡片的开发者。

套件
dsh-taskboard-plugin
版本
0.4.0
授權
Apache-2.0
最近更新
2026年8月16日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:af2000-tech/dsh-taskboard-plugin

Configuration

FieldDefaultMeaning
port47823Taskboard service port (loopback only — always 127.0.0.1)
dataDir""SQLite data directory; empty = $DSH_HOME/taskboard/data (~/.dsh/taskboard/data without DSH_HOME)
autoStarttrueStart the service when the plugin loads; false defers to the first tool call or service_start
restartBackoffMs3000Crash-restart backoff base in ms (exponential, capped at 30s; gives up after 5 consecutive failures)
appRoot""Empty = the vendored app inside this package (normal path). Set to an external Taskboard app root (a checkout containing server/index.mjs) to run against it — an escape hatch, not the normal path

Whole-row restatement warning (cordis patch semantics): an entry in the profile's cordis.patch.yml that targets id: taskboard replaces the entire config row — it does not deep-merge with the bundle layer's config. When you override even one key (e.g. only port), restate every key you care about: omitted keys fall back to the schema defaults above, not to the bundle-layer values.