DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Activity Pane — DeepSeek Harness 插件(DSH Plugin)
← Plugins

dsh-activity-pane

Activity Pane

DeepSeek Harness Web 活动会话总览窗格:将正在运行与等待用户行动的会话集中到一个可贴边、可滚动的左侧窗格

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-activity-pane@0.13.0
README兼容性版本
Activity session overview pane in an isolated demo environment at the default medium display tier: showing live session status with sub-agent hierarchy, question prompts, completion reminders, error reminders, and recent history

兼容性与来源证明

Activity Pane 以 dsh-activity-pane 发布,当前版本为 0.13.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.13.0stable
2026/9/18
0.12.0stable
2026/9/17
0.11.0stable
2026/9/17
查看其余 11 个版本收起版本
0.10.1stable
2026/9/16
0.10.0stable
2026/9/16
0.9.0stable
2026/9/14
0.8.0stable
2026/9/11
0.7.0stable
2026/9/10
0.6.0stable
2026/9/9
0.4.0stable
2026/9/1
0.3.0stable
2026/8/31
0.2.2stable
2026/8/30
0.2.1stable
2026/8/30
0.1.0stable
2026/8/24

相关插件

正在加载相关插件…

最新版
0.13.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
1.1 MB
文件数
17
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 1
周下载
789
安全扫描
✓ v0.13.0 扫描通过
最近提交
2026/9/18
查看源码 ↗项目主页 ↗
README Badge

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

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

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

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

相关插件

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

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Remote Web Ui@linxin666/dsh-remote-web-ui通过扫码配对访问 dsh Web GUI,共享一个官方界面:设置按钮旁的二维码可将手机和 PC 配对到同一个 Web GUI(手机采用竖屏触控适配层,PC 使用完整桌面界面),通过一次性令牌和 rClient Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。

README

dsh-activity-pane

English | 简体中文

One of the pain points of DSH (DeepSeek Harness) is the lack of management for active and historical sessions. Heavy users who run multiple sessions across multiple workspaces at the same time have no way to take in the whole picture at a glance. In particular, once sessions pile up in DSH's native left-sidebar workspaces, the information about active sessions becomes so scattered that it can no longer answer questions like:

  • How many sessions are running in parallel right now?
  • Which sessions have spawned sub-agents or even grandchild sub-agents, and how many are there?
  • What is each session doing right now? What is its progress? How long has it been running?
  • Which model and reasoning level does each session use? What are its output rate, cache hit rate, and token usage?
  • Which sessions have just finished an agent round and are waiting for my action?
  • Which sessions have I interacted with recently? What were the latest instructions and conclusions?
  • ...

This plugin attempts to answer these questions by providing an activity session overview pane: running sessions, sub-sessions, sessions waiting for action after finishing a round, and recently active past sessions are brought together and presented as a whole in a single pane.

Activity session overview pane in an isolated demo environment at the default medium display tier: showing live session status with sub-agent hierarchy, question prompts, completion reminders, error reminders, and recent history

Mobile dark drawer · light drawer of the same clean isolated environment running a simulated coding task

Install

dsh plugin --profile web add dsh-activity-pane

The npm package ships prebuilt, so no local build step is needed. If the pane does not appear after installing, restart dsh web once.

Requirements

  • DSH (DeepSeek Harness) web, tested against @deepseek-ai/dsh@0.1.5-rc.1.
  • No third-party plugin dependencies: the pane only consumes DSH's native session and workspace services, and uninstalling is fully reversible.

Acknowledgments & Disclaimers

  • This project was inspired by the dsh-answer-pet plugin: it borrows the session-card design idea, adjusted and re-implemented to fit my own usage habits and preferences. Many thanks to the original author for the creativity!
  • The grouping semantics of the collapsed timeline are adapted from the MIT-licensed dsh-auto-collapse plugin (a data-layer port with no runtime dependency). Thanks to the original author.
  • The agent-role bot icons on the timeline body rows and recent cards adopt the geometry of the ISC-licensed Lucide bot icon. Thanks to the Lucide contributors.
  • 99.99% of this project's code and documentation was written and reviewed by AI, so bugs and doc/code drift are quite likely. If you run into any problems, please open an issue.

Adjustments Compared to dsh-answer-pet

This project began as a personal re-take on dsh-answer-pet, so the checklist below is phrased as a comparison against it — if you have never used that plugin, simply read it as the feature list.

  • From floating overlay to docked pane: on desktop, a persistent edge-docked column is added to the right of the left-sidebar workspaces; on mobile, a fixed drawer hidden by default is expanded via the "Activity" button in the session header, without squeezing the main conversation layout.
  • No pet icon features: pet-related features are not supported; the UI focuses on session activity itself.
  • Native data-source subscription: directly subscribes to the push snapshots of DSH's native sessions / workspaces services; the timeline shows at most 4 collapsed work-item rows, keeping the latest user instruction and the work item actually being executed.
  • Recent session list: the pane is split into "Active sessions" and "Recent history" areas; inactive main sessions are shown in activity-time batches with both the absolute date-time and the relative activity time, and a "Load more..." button at the bottom lets users explicitly reveal older sessions.
  • Stronger waiting-for-action reminders: blocked waits, completion reminders, and error reminders are marked with gold, green, and red cards respectively; questions are previewed directly as a question list, and completion reminders are explicitly acknowledged via the "Move to history" button on the card; the state is persisted on the host side and synced across all clients, so refreshing the page or opening another window never loses unacknowledged completion reminders or error reminders not yet overwritten by a new round. Each waiting card also shows the relative age of its current state (e.g. "5 min ago") to the right of the status pill, refreshed every minute and hidden when the entry time is unavailable.
  • Sub/grandchild session hierarchy: sub-agents are nested under their parent session with connector lines and compact cards; a parent whose own round has ended but that still has active descendants keeps rendering as running, and disappears from the active area once its sub-agents have ended and no active descendants remain; the history area keeps main sessions only. Sub-agent cards show model provenance, the reasoning effort, and round progress.
  • Workspace badges with stable identity colors: session cards show a workspace badge whose foreground/background color pair is derived from the workspace identity — adding, removing, or changing other workspaces or refreshing the page never reshuffles existing colors.

Support the Project

If this plugin makes managing your DSH sessions easier, please consider giving it a ⭐ on GitHub — it takes a second and helps other DSH users discover it. Ideas and bug reports are welcome in Issues and Discussions.

License

MIT — see LICENSE for the full text.

  • Recency-first activity ordering: running sessions are pinned to the top and sorted by the time of the latest user instruction (newest first); waiting-for-action sessions are sorted by when they entered their waiting state (newest first).
  • Current work and run stats: active cards show the latest instruction, thinking, and tool calls in a collapsed timeline of at most 4 rows, with the cumulative run duration on the title row; running cards in the full tier also show round progress, output rate, cache hit rate, and input/output tokens, while completed, blocked, and error waits retain the previous round's duration at the end of the token stats row alongside last-known output stats; recent history cards retain the latest completed round's available stats between the reply preview and activity time.
  • Three-tier display density: the toggle in the title-bar tool area cycles every card through compact → medium → full (ascending information density), defaulting to medium — medium keeps the title, workspace badge, the latest timeline row (live for running sessions), and waiting bodies (completion reminders collapse to a single row), while compact keeps title rows only; switching anchors the selected card in place, and the choice persists across refreshes.
  • Redesigned title bar: the GitHub repo entry sits in its own area at the far left (hover tip: "Report issues, star & fork"), the collapse-hint icon appears on hover at the right end of the title area, and the display-density toggle lives in the tool area on the right — the two buttons are placed at opposite ends of the title bar to prevent touch mis-taps.
  • Session navigation: clicking or keyboard-activating a session card jumps to that session's page, the current session stays highlighted, and selecting a session from DSH's native sidebar brings its pane card fully into view without forced centering.
  • Session metadata: session cards show the current model name and reasoning level.
  • Polished desktop & mobile interactions: the desktop pane can collapse, be resized by dragging, and remember its width; mobile uses a fixed drawer that does not squeeze the main conversation layout; long lists get independent scrolling and a back-to-top button.