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.

Tui Herdr — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
T

dsh-tui-herdr

Tui Herdr

Report dsh-TUI lifecycle state to the Herdr multiplexer (working/blocked/done in the sidebar)

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

npx -y @deepseek-ai/dsh plugin --profile web add github:FUSU123fusu/dsh-tui-herdr#b4a4662e5d7dd35b0f40e4564dcc64136e2c1389
READMECompatibilityVersions

Compatibility and provenance

Tui Herdr is published as dsh-tui-herdr 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
any
Release source
github
Registry updated
8/21/2026

Versions

0.1.0stable
8/21/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
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/28/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

Related plugins

More verified plugins in integrations-communication.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseRemote 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 rIm@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.Pocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).

README

dsh-tui-herdr

dsh-TUI 插件:把 dsh-TUI 的生命周期状态实时上报给 Herdr 多路复用器——在 herdr 侧边栏直接看到 dsh-TUI 是 working / blocked / done,和 Claude Code、Kimi 等官方支持的 agent 同等待遇。

原理

Herdr 对新 agent 的原生检测需要二进制更新,但官方提供了自定义上报 API(herdr pane report-agent),并为每个 pane 注入 HERDR_PANE_ID。本插件在 dsh-TUI 运行于 herdr pane 内时自动激活,通过会话事件上报:

dsh 事件herdr 状态
turn/startworking
approval/askedblocked(等待人工审批)
approval/resolvedworking
turn/enddone

不在 herdr 内运行(HERDR_PANE_ID 未设置)时插件自动休眠,零开销。上报全部 fire-and-forget,herdr 不可用不会拖垮宿主。

安装

dsh plugin --profile dsh-tui add dsh-tui-herdr

需要 herdr CLI 在 PATH 中。

使用

装好即用。在 herdr pane 里启动 dsh-tui,侧边栏即出现 dsh-tui 的状态行。

  • /herdr — 查看 pane id、上报来源与状态映射
  • /herdr ping — 发送一条测试上报(state=idle)

只上报顶层会话事件;子代理(subagent)会话不产生上报,与官方 web 端行为一致。

相关

  • dsh-TUI · Herdr(自定义上报文档)
  • 同系列插件:dsh-tui-webhook(长任务完成推送到飞书/钉钉/企业微信)