DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Task Capsule — DSH Plugin for DeepSeek Harness
← Plugins
T

dsh-task-capsule

Task Capsule

DSH task duo: a session-header task capsule (status indicated by dot colors, click to jump to the corresponding session, multi-task dropdown list) and a task notification card (explicit jump button, notification sound, optional system notifications). Simplified from the most commonly used features o

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:wzn16/dsh-task-capsule#0ad8ea2a9ea38eeaf2b4d0df905a528941963117
READMECompatibilityVersions

Description

DSH task duo: a session-header task capsule (status indicated by dot colors, click to jump to the corresponding session, multi-task dropdown list) and a task notification card (explicit jump button, notification sound, optional system notifications). Simplified from the most commonly used features of dsh-dock; token statistics are handled by DSH’s built-in session statistics bar and are not duplicated.

Compatibility and provenance

Task Capsule is published as dsh-task-capsule and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/18/2026

Versions

0.1.0stable
9/18/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/18/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.

README

dsh-task-capsule

DSH 任务两件套:把「正在跑什么任务、跑完没有」钉在 Web UI 上。

  • 任务胶囊:会话 header 常驻运行任务胶囊,圆点颜色分态(运行中 / 等待确认 / 已结束 / 出错),点击跳转对应会话,多任务时下拉列表
  • 任务通知卡:任务完成 / 出错 / 等待用户确认时弹出页内通知卡,显式按钮跳转对应会话;支持提示音(WebAudio 合成,无音频文件)与浏览器系统通知(可选)

从 dsh-dock 最常用的功能提取精简而成;token 统计交给 DSH 自带会话统计条,不重复做。

安装

# 1. 克隆仓库到本地任意位置
git clone https://github.com/wzn16/dsh-task-capsule.git
cd dsh-task-capsule

# 2. 安装运行时依赖(仅 @deepseek-ai/schemastery 一个)
pnpm install

# 3. profile 依赖加入本地链接(路径换成你自己的克隆位置)
cd ~/Library/Application\ Support/dsh-desktop/harness/profiles/web
pnpm add "link:/path/to/dsh-task-capsule"

# 4. 重启 DSH Desktop(刷新浏览器不够)

配置

首次启动后浏览器会请求系统通知权限(拒绝也不影响页内通知卡)。通知行为在插件设置区调整:

配置默认说明
完成通知开任务正常结束弹卡
出错通知开任务异常结束弹卡
等待确认通知开工具等待用户批准/确认时弹卡(approval/asked)
停留时长8000ms通知卡停留毫秒数,0 = 常驻直到手动关闭
系统通知关页面在后台时推浏览器系统通知
提示音开WebAudio 合成音(chime / ding 两种音色)

结构

  • index.js — Host 半部入口:settings 注册、会话追踪实例、路由装配
  • src/host-core.js — 常量、settings schema、HTTP 小工具
  • src/task-track.js — 会话级任务追踪:阶段推导、等待确认(approvals)、会话标题与结束归档
  • features/runstate/ — 任务胶囊数据源(只读快照路由)
  • features/notify/ — 通知配置持久化 + 快照路由(页内卡片/提示音/系统通知在浏览器半部)
  • client.js — Web 半部:胶囊渲染、通知卡、提示音、设置区

License

MIT