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.

Activity Pane — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-activity-pane

Activity Pane

DeepSeek Harness Web active session overview pane: consolidates running sessions and sessions awaiting user action into a dockable, scrollable left pane

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-activity-pane@0.13.0
READMECompatibilityVersions
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

Compatibility and provenance

Activity Pane is published as dsh-activity-pane and currently resolves to version 0.13.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.13.0stable
9/18/2026
0.12.0stable
9/17/2026
0.11.0stable
9/17/2026
Show 11 more versionsCollapse versions
0.10.1stable
9/16/2026
0.10.0stable
9/16/2026
0.9.0stable
9/14/2026
0.8.0stable
9/11/2026
0.7.0stable
9/10/2026
0.6.0stable
9/9/2026
0.4.0stable
9/1/2026
0.3.0stable
8/31/2026
0.2.2stable
8/30/2026
0.2.1stable
8/30/2026
0.1.0stable
8/24/2026

Related plugins

Loading related plugins…

Latest
0.13.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
1.1 MB
Files
17
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
789
Security scan
✓ v0.13.0 scan passed
Last push
9/18/2026
View source ↗Project homepage ↗
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 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-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.