scwlkq / dsh-task-board

已收录

Single-package durable task board plugin for DeepSeek Harness

main其他 查看源代码

安装

npx @deepseek-ai/dsh plugin --profile web add github:scwlkq/dsh-task-board

此命令根据 GitHub 仓库地址生成。运行前请检查上游 README 与源代码;需要可复现安装时,请固定 release 或 commit。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 7fe3111同步于 2026年8月18日

DSH Task Board

中文说明

dsh-task-board is a community plugin for DeepSeek Harness. It adds a durable task board to the Web profile as one installable package and one Loader entry.

The package includes the Host service, Session bridge, generated Typert RPC contribution, and browser UI. Users install one repository; the plugin adds only the task-board row to the profile configuration.

Requirements

  • DeepSeek Harness 0.1.0-rc.6
  • Node.js ^22.19.0 or >=24
  • pnpm available on PATH, as required by npx @deepseek-ai/dsh plugin
  • A configured model credential only when a task should run an agent; browsing and editing the board do not require one

Install

npx @deepseek-ai/dsh plugin --profile web add github:scwlkq/dsh-task-board

This runs the official DSH CLI through npx; no global dsh installation is required.

Confirm that the bundle contributes one row:

npx @deepseek-ai/dsh --profile web --dump-config

The output contains one task-board Loader row supplied by dsh-task-board. Start the Web profile:

npx @deepseek-ai/dsh web

Open the printed local URL, then select Task Board in the sidebar. The Settings plugin list shows this extension as one task-board entry rather than separate Host, RPC, and UI packages.

Features

  • Create durable task cards with a title, description, acceptance criteria, workspace or working directory, Agent Preset, and image attachments
  • Edit, reorder, reopen, and delete cards
  • Start or stop task execution through ordinary DSH Sessions
  • Review completed work, approve it, reject it with feedback, send follow-up work, or retry a failed round
  • Inspect round activity and Session history
  • Refresh the browser projection from the authoritative Host snapshot without requiring a custom event-forwarding patch in DSH

Task records use the profile's DSH storage. Removing the browser plugin does not silently submit or modify tasks.

Update and remove

Update the installed Git dependency:

npx @deepseek-ai/dsh plugin --profile web update dsh-task-board

Remove the bundle and its Loader row:

npx @deepseek-ai/dsh plugin --profile web remove dsh-task-board

Develop locally

pnpm install
pnpm run typecheck
pnpm run build
pnpm test
npx @deepseek-ai/dsh plugin --profile web add .

The repository commits lib/ so GitHub installation does not depend on prepare, install, or another lifecycle build script. pnpm pack --dry-run --json shows the same prebuilt runtime files shipped in a release tarball.

License

MIT

项目文件与信号

以下项目是目录快照中检测到的公开仓库信号。

测试已检测

仓库信息

开发语言
JavaScript
许可证
MIT
最新发布
v0.1.0
最后更新
2026年8月18日 08:34

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。