DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Task Notice Board — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
T

dsh-task-notice-board

Task Notice Board

DeepSeek Harness 的工作区到任务到会话协作控制中心

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:SLin-code/dsh-task-notice-board#a53275d7194b8007039cb18533b762d263a6838a
README兼容性版本
Workspace Task Board with Task status lanes and Workspace navigationTask workspace with its Session Board and archived Session countArchived Sessions retained inside their Task alongside Task-scoped long-term memory

兼容性与来源证明

Task Notice Board 以 dsh-task-notice-board 发布,当前版本为 0.7.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/8/20

版本

0.7.0stable
2026/8/20

相关插件

正在加载相关插件…

最新版
0.7.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 4
周下载
0
最近提交
2026/8/24
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 productivity-workflow 分类下经过校验的插件。

Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio 及其精选幻灯片模板,作为原生 DeepSeek Harness 对话视图。Mnemondsh-mnemon面向 DeepSeek Harness 的可组合三层记忆控制平面:持久化运行时上下文、可搜索的项目文档、可插拔的长期记忆、受保护的策略、WebUI 和无头工具。Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航Rewind Plugindsh-rewind-plugin同窗口内对话回退并恢复工作区文件

README

DSH Task Notice Board

One installable DeepSeek Harness plugin for managing Workspace → Task → Session collaboration.

This plugin treats a Task as the long-lived collaboration boundary. Sessions assigned to the same Task receive a bounded snapshot of its objective and retained updates on their next model step. Agents can publish durable findings and search older retained updates without copying raw transcripts.

Screenshots

Workspace Task Board

Workspace Task Board with Task status lanes and Workspace navigation

Task workspace and Session Board

Task workspace with its Session Board and archived Session count

Archived Sessions and Task long-term memory

Archived Sessions retained inside their Task alongside Task-scoped long-term memory

Current capabilities

  • Full-screen control center launched from the DSH sidebar
  • Expandable Workspace → Task → Session navigation tree
  • Workspace-scoped four-lane Task Board: To do, In progress, Needs you, Done
  • Per-Task four-lane Session Board: Ready to continue, Running, Needs you, Ended
  • Native DSH approvals, questions, and plan reviews are surfaced directly in the Needs-you lane
  • One coherent Task status source: Session links no longer silently move Tasks between lanes; pending Session interactions are the only temporary override
  • Human-readable Task cards hide internal storage keys and use compact lane controls
  • Create a native DSH Session from a Task, bind it before opening, then return to the native conversation UI
  • Every assigned Session shows its owning Task in the native Session header; selecting it reopens the control center directly at that Task
  • Strong Session ownership: after the first model step, a Session cannot silently switch Tasks
  • Focused Task long-term memory composer: progress summary, key decision, current blocker, and handoff (older finding/evidence records remain readable)
  • User-authored memories are verified; Session-authored memories retain source Session and verification state
  • Bounded, source-attributed cross-Session context on every next model step
  • Idempotent task_context_publish and bounded task_context_search
  • No raw transcript synchronization and no proactive Session wake-up
  • Closed Tasks reject new collaborative updates without stopping Sessions
  • Archiving commits the Task first so it leaves the active board immediately, then idempotently archives all linked Sessions through DSH
  • Archived Sessions remain inside their owning Task with an inline, read-only conversation viewer; partial Session archive failures are shown there with a retry action
  • The archived viewer shows human prompts and visible assistant output, while omitting injected context, reasoning, tool arguments, and tool-result contents
  • Restoring a Task returns it to To do; DSH Sessions stay archived because the current DSH API has no matching restore operation
  • Deleting a Task removes its retained memory and all Session assignments, but never deletes native DSH Sessions or transcripts

Installing the package into the web profile is all it takes. The browser picks up the client bundle through the harness plugin scanner and adds one Task Control Center entry to the sidebar. No DeepSeek Harness source patch or manual UI wiring is required.

Requirements

  • DeepSeek Harness 0.1.0-rc.7 or newer compatible release
  • Node.js ^22.19.0 or >=24 — the plugin ships stage-3 decorators in its compiled artefacts (Typert @Remote markers) that Node parses natively only in these versions; Node 23 will refuse to load the entries with SyntaxError: Invalid or unexpected token.
  • pnpm 10+
  • The DSH web profile, whose storage services back Task persistence

Install from this checkout

Run this from the plugin directory:

pnpm install
pnpm run build
dsh plugin --profile web add .

Then start DeepSeek Harness normally:

dsh web

To remove it:

dsh plugin --profile web remove dsh-task-notice-board

Install from GitHub

After the repository is published:

dsh plugin --profile web add github:SLin-code/dsh-task-notice-board

Git-hosted installation runs the package prepare script. pnpm may first require you to allow the reviewed tsdown build in the profile's pnpm-workspace.yaml; follow the exact key printed by DSH and repeat the install.

Runtime model

The npm package exposes one Cordis plugin entry. Internally that entry composes three implementation seats:

  • dsh-task-notice-board/task owns Task records, Task context, and Session assignments.
  • dsh-task-notice-board/task-context-sync projects bounded Task memory into the next model step.
  • dsh-task-notice-board/tool-task-context exposes publish and search tools to assigned Sessions.

The browser reuses native DSH Workspace and Session services. Task creation never creates a second workspace model, and opening a Session always returns to the native DSH conversation surface.

Archived conversation history is read from DSH's durable Session log only when the user selects a Session inside its Task. It is not copied into Task long-term memory, and restoring the Task is not required to read it.

License

MIT. The initial implementation is derived from DeepSeek Harness conventions and APIs; see the repository history for changes.