dsh-tasklist
No description
- Stars
- 0
- Language
- JavaScript
- Created
- Aug 28, 2026
- Updated
- Aug 29, 2026
Introduction
dsh-tasklist
Cross-session task-list memory for DeepSeek Harness.
Install into a profile:
dsh plugin --profile web add dsh-tasklist
Tools:
tasklist_update: create / update / transition / archive tasks.tasklist_query: read filtered tasks on demand.
Requirements
The plugin serves a floating web widget (/dsh-tasklist/widget.js and
/dsh-tasklist/recommended.json) and therefore declares a hard webServer
injection: @deepseek-ai/dsh-host-webserver (peer dependency ^0.1.1-rc.2)
must be loaded in the composition. In profiles without it (headless/CLI), the
plugin will not start.