DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Subagent Progress — DeepSeek Harness 插件(DSH Plugin)
← Plugins

dsh-subagent-progress

Subagent Progress

DeepSeek Harness 的实时子代理进度停靠栏:将每个子会话的事件整合为 subagentProgress 投影(回合/步骤、上次工具、最新助手预览、notify_user 更新),并在父级 conversat 上方呈现磨砂玻璃状态停靠栏

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-subagent-progress@0.7.9
README兼容性版本
screenshot

兼容性与来源证明

Subagent Progress 以 dsh-subagent-progress 发布,当前版本为 0.7.9。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.7.9stable
2026/9/16
0.7.8stable
2026/9/15
0.7.7stable
2026/9/14
查看其余 15 个版本收起版本
0.7.6stable
2026/9/14
0.7.5stable
2026/9/14
0.7.4stable
2026/9/14
0.7.3stable
2026/9/11
0.4.4stable
2026/9/11
0.4.3stable
2026/9/10
0.4.2stable
2026/9/10
0.4.1stable
2026/9/10
0.3.3stable
2026/9/10
0.3.2stable
2026/9/10
0.3.1stable
2026/9/10
0.3.0stable
2026/9/9
0.2.6stable
2026/9/9
0.2.5stable
2026/9/9
0.2.0stable
2026/9/9

相关插件

正在加载相关插件…

最新版
0.7.9
DSH
*
HMR
重启进程
Tree shaking
已声明 sideEffects: false
解包体积
102.7 kB
文件数
9
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 0
周下载
895
安全扫描
✓ v0.7.9 扫描通过
最近提交
2026/9/16
查看源码 ↗项目主页 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

README

dsh-subagent-progress

English | 中文

One-liner: Live progress for your subagents, right above the input box — what they're doing, how far along they are, whether they're stuck. No clicking into transcripts.

screenshot

What you see

  • One card per running subagent: label, turn/step, todo completion (1/3), the exact action in flight (bash: cargo build --release, not a bare tool name), and elapsed time.
  • Subagents report in their own words: one-sentence updates about progress, how long remains, and key discoveries — brand blue = progress, amber = ETA, green = finding (all sourced from DS theme variables, light/dark adaptive).
  • Stall alerts: a live subagent silent for 5+ minutes turns its status dot amber.
  • Failure actions: when a subagent's turn dies (e.g. a 429 overload), its card stays — red dot, the distilled error on one line (hover for the full text), and explicit actions: Retry queues a fresh turn for the child right from the card, Open jumps into its session; a running card likewise gets a Pause button that interrupts the active turn (handy during retry storms).
  • Aligned at any count: cards snap into an equal-width grid with a uniform four-row structure, so they line up perfectly whether there are two or ten; beyond two rows the panel scrolls instead of eating your screen.
  • Zero nagging: when a subagent finishes, its card lingers 30 seconds then disappears; important findings linger 3 minutes before disappearing too; every card has its own × to dismiss it individually, and the corner × dismisses the whole dock — either way, everything reappears on its own when new activity arrives.

Install

dsh plugin --profile web add dsh-subagent-progress

Then restart dsh web. Published on npm as dsh-subagent-progress. Requires dsh ≥ 0.1.2-rc.1 — see Compatibility.

Usage

  • Click a card → open that subagent's full session.
  • Hover the update area → a frosted popover shows the full update, markdown-rendered (lists and code blocks intact).
  • No configuration needed — install and it works.

How it works (30-second version)

Two channels, one outlet:

  • Passive observation: every subagent's session events (turns, steps, tool calls, assistant text) are folded into a small progress state that dsh's projection framework pushes to every browser automatically — so there is always progress on the card, even if the model never says a word.
  • Active reporting: every subagent gets a notify_user tool plus guidance to report in single sentences (and a gentle reminder after 6 consecutive tool calls without one). Each report is an ordinary event in the child's durable session log, carried out by the same channel — persistent and replayable by construction.

No dsh source is modified; the host half works in any deployment, the UI half renders only under dsh web.

Compatibility

Official dsh plugins declare their version contract as peerDependencies on the @deepseek-ai/* core packages they touch; this plugin follows the same convention. All core packages ship in lockstep release trains (0.1.x-rc), so one range covers the whole host.

Supported: dsh ≥ 0.1.2-rc.1, < 0.2.0. Developed and live-verified on 0.1.5-rc.1.

The floor is not arbitrary — it comes from the exact API surface this plugin uses, checked against the published tarballs of every core release:

API surface we useProvided byIntroduced
remote.subagents wire API (prompt / interruptByParent, mode: 'continuable') — the Retry/Pause buttons@deepseek-ai/dsh-api-remotes0.1.2-rc.1 (absent in 0.1.0-rc.8)
sessionProjections service (server-side event folding)@deepseek-ai/dsh-session-projection≤ 0.1.0-rc.8
systemPrompt service (reporting guidance section)@deepseek-ai/dsh-system-prompt≤ 0.1.0-rc.8
defineTool (notify_user registration)@deepseek-ai/dsh-tools≤ 0.1.0-rc.8
Client services sessions / slots / locale / remote@deepseek-ai/dsh-api-session-controller, @deepseek-ai/dsh-client-*≤ 0.1.0-rc.8

Because the web client declares remote.subagents in its cordis inject, the whole dock — not just the buttons — requires ≥ 0.1.2-rc.1. Versions 0.1.2 through 0.1.3 are expected to work by API surface but are not continuously tested; 0.1.5-rc.1 is the version every release is verified against.

One nuance on enforcement: npm semver cannot express "any prerelease train from X onward" — a range like >=0.1.2-rc.1 <0.2.0 only admits the 0.1.2-rc.* line under the same-tuple prerelease rule, and ^0.1.5-rc.1 pins a single train (which is why official plugins redeclare peers every train). Since neither expresses the real contract, this section is the authoritative statement; peerDependencies stays minimal (cordis, dsh-tools), matching the official client-plugin convention.

More

  • CHANGELOG — what changed in each version
  • Feedback: GitHub Issues
  • License: MIT

相关插件

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

Headless@deepseek-ai/dsh-headlessdsh one-shot bundle:基于 dsh-base 的直接核心 Agent/Session 运行器,不包含 Host、HTTP 或浏览器层Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Subagent Codex@deepseek-ai/dsh-subagent-codex基于官方 app-server 协议的一次性 Codex 子代理提供程序Subagent Claude Code@deepseek-ai/dsh-subagent-claude-code基于官方 Agent SDK 的一次性 Claude Code 子代理提供方