DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-process-console

s

dsh-process-console

Manifest valid

Processes tab for DeepSeek Harness: every agent and subagent of a conversation as a live console with paired tool requests and responses, installed as one profile bundle.

UI (client)hasBundlePatch

dsh-process-console

A Processes tab for the DeepSeek Harness web UI: every agent and subagent of a conversation as a live console, with the exact request and response of each step.

npm CI License DSH community plugin

The tab sits next to Chat and Trajectory. It lists every process of the current conversation, the main agent and each subagent under it, and prints the selected one as a live console: what the agent wrote, every tool request with its raw arguments, every tool response with its full content, the model behind each step, timing, errors and pending approvals.

Works on the published harness. No patch, no fork, no modified checkout. This is an independently maintained SoftSpark community integration. It is unofficial and is not affiliated with or endorsed by DeepSeek.

What's New in v2.0.0

  • DSH 0.1.2-rc.1 support through its Session Controller, Conversation, Trajectory, and pending-interaction services.
  • Catalog-only children in the process tree and protection against stale pagination after switching processes.
  • Enforced 70% coverage and complete browser TypeScript declarations.

Version 2 requires DSH 0.1.2-rc.1. Keep plugin 1.0.0 when using DSH 0.1.1-rc.2.

Full history in CHANGELOG.md.

Contents

Why

Chat shows the conversation. Trajectory shows one session's ledger. Neither answers the question "what is each process doing right now, with which exact request and which exact response". When a parent delegates to subagents the picture splits across sessions you have to open one at a time. This tab puts them side by side and keeps following the tail.

Requirements

  • Node.js 22.19.0 or newer
  • DeepSeek Harness 0.1.2-rc.1
  • pnpm for the profile plugin manager

Install

dsh plugin --profile web add @softspark/dsh-process-console --save-exact

Restart DSH. The package registers its row itself. For a local checkout:

pnpm install --ignore-scripts && pnpm run build
dsh plugin --profile web add "$(pwd)"

Update

Pins are exact on purpose. Move to a newer release by adding it again, then restart DSH:

dsh plugin --profile web add @softspark/dsh-process-console@<version> --save-exact

dsh plugin --profile web remove @softspark/dsh-process-console removes the tab and nothing else.

What you see

ColumnContent
Process treeThe current session as main, then every session-backed subagent under it, nested by delegation depth, with a running or idle marker.
ConsoleOne line per event in log order. USER, CTX, STEER, THINK, ASSIST (provider/model, turn, step, time to first token, total, tokens), CALL (tool name and pretty-printed arguments), RESULT (full content, elapsed time since the call, error code), RUNNING, STREAM, WAIT, SYS, ERROR.
ToolbarSubstring filter, load older history, raw JSON for every line, follow-tail toggle. Scrolling up pauses following; the toggle resumes it.
Per lineCopy the body, or expand the raw payload of that one line. Long bodies start collapsed at 30 rows.

Tool calls include MCP tools, since the harness records them as ordinary tool events.

External delegations

One-shot external delegations (subagent_claude_code, subagent_gemini_copilot) have no session of their own, so a stock harness records only their final answer: they appear as a CALL and a RESULT in the parent console.

With the harness-side change described in kb/reference/subagent-stream.md, the provider appends the child's steps to the parent log as ignorable subagent/stream events, and this tab folds them into a nested row per child with its own live console. The change is four small patches on published harness packages (dsh-session, dsh-subagent, dsh-subagent-claude-code, dsh-subagent-acp), one reviewed set per harness version under patches/, shipped by dsh-drydock and proposed upstream in a GitHub Discussion, since the harness takes neither external pull requests nor issues yet. Without it the tab behaves exactly as before.

Documentation

DocumentPurpose
ArchitectureThe slot, the data path and why the package is standalone
Security modelWhat the tab can and cannot read
SetupInstall and confirm
Common issuesWhy the tab is missing or a pane stays empty
Implementation planScope, success criteria, pre-mortem

Contributing

See CONTRIBUTING.md. pnpm run verify is the gate.

Security

The tab is read-only and adds no host surface; the model is in SECURITY.md and kb/reference/security.md.

License

Apache-2.0. See LICENSE and NOTICE.

Changelog

Every release is recorded in CHANGELOG.md.


Built by SoftSpark for people who want to see what their agents actually do.

Versions

Latest versionPublishedSize
1.0.0
2.0.0

Comments

Loading…

Similar plugins

dsh-multiple-chat-panels

by WilliamShi666

DeepSeek Harness 多对话面板:并排查看并与多个 Agent 会话同时交互。

Tools & CapabilitiesManifest valid

12

MIT

TypeScript

Aug 21, 2026

dsh plugin --profile web add multiple-chat-panels

A live conversation map for DeepSeek Harness web: real-time session tree with subagent lineage, running state, and one-click navigation.

Workflow & AutomationUI & ExperienceManifest valid

0

dsh plugin --profile web add dsh-conversation-map

by Iambatman1928

Chat agent for a DeepSeek Harness session: characters and personas, several archive threads per character, an undoable/rewindable local transcript, and an event book.

Tools & CapabilitiesUI & ExperienceManifest valid

0

MIT

JavaScript

Sep 16, 2026

dsh plugin --profile web add dsh-xingye

by huxint

Agent teams for DeepSeek Harness: named long-lived teammates over ctx.subagents, a shared task list, a member-to-member mailbox, virtual workspaces, and a live team room in the conversation view

Workflow & AutomationManifest valid

12

MIT

TypeScript

Sep 8, 2026

dsh plugin --profile web add dsh-team

by duanyunlun

DeepSeek Harness(DSH)对话互通插件:同一进程里的对话可以互相发现、直接发消息、盯进度、设护栏——不用先绑定,也不用开子代理。多对话协作 / 跨会话通信 / 监工。Peer messaging, supervision & tool guards between conversations.

Terminal & ClientsSessions & MessagesManifest valid

0

MIT

JavaScript

Sep 17, 2026

dsh plugin --profile web add dsh-conversation-link

by lanlandeli

DeepSeek Harness 会话管理插件|归档与恢复、批量操作、工作区分组、子代理关系、活动详情、记录目录与安全文件清理

Sessions & MessagesManifest valid

2

51/wk

NOASSERTION

TypeScript

Aug 18, 2026

dsh plugin --profile web add dsh-conversation-manager