
SLin-code/dsh-task-notice-board
dsh-task-notice-board
One installable DeepSeek Harness plugin for managing Workspace → Task → Session collaboration.
Install
npx @deepseek-ai/dsh plugin --profile web add .Restart `dsh web` after install. Bundle APIs can change during the developer preview.
README badge
[](https://dshhub.dev/plugins/dsh-task-notice-board)Paste this into your README. The star count updates with every catalog sync.
From the README
Excerpt from SLin-code/dsh-task-notice-board, cleaned of badges and images.
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
Task workspace and Session Board
Archived Sessions and Task 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_publishand boundedtask_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.7or newer compatible release - Node.js
^22.19.0or>=24— the plugin ships stage-3 decorators in its compiled artefacts (Typert@Remotemarkers) that Node parses natively only in these versions; Node 23 will refuse to load the entries withSyntaxError: Invalid or unexpected token. - pnpm 10+
- The DSH
webprofile, whose storage services back Task persistence
…

