DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Process Console — DeepSeek Harness 插件(DSH Plugin)
← Plugins
P

@softspark/dsh-process-console

Process Console

DeepSeek Harness 的 Processes 选项卡:提供按进程实时显示的控制台(主代理和每个子代理),包含原始工具请求、响应和计时信息,以一个配置文件包的形式安装。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:softspark/dsh-process-console#f580ef741abe4f077516ac0ee980a8ec5d5a2846
README兼容性版本

兼容性与来源证明

Process Console 以 @softspark/dsh-process-console 发布,当前版本为 2.0.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

2.0.0stable
2026/9/6
1.0.0stable
2026/9/6

相关插件

正在加载相关插件…

最新版
2.0.0
DSH
*
HMR
重启进程
Tree shaking
已声明 sideEffects: false
解包体积
未提供
文件数
未提供
Surface
web
许可证
Apache-2.0
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/9/8
查看源码 ↗
README Badge

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

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

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

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

相关插件

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

Client Ui Git Graph@linxin666/dsh-client-ui-git-graph外部 dsh Web GUI 插件:空会话 Git 分支选择器和 Git 图,包含实际的主机端 Git 操作与防护,作为 dsh 配置文件包Doctor@linxin666/dsh-doctorDSH 配置档案的事务性救援模式,配备受监督的启动器、隔离的恢复容器、确定性修复、健康监控以及本地 Web 恢复控制台Ssh@linxin666/dsh-sshdsh Web GUI 的远程 SSH 操作:主机配置存储(~/.dsh/dsh-ssh.json,可从 ~/.ssh/config 导入)、支持跳板主机的持久化 ssh2 连接池、exec / PTY Web 终端 / SFTP 传输 / 本地端口转发隧道 / 集群执行Find Plugindsh-find-plugin在代理中查找 DeepSeek Harness 插件——实时搜索 GitHub 上的 dsh-plugin 主题,并按星标数排序。

README

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.

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
  • Requirements
  • Install
  • Update
  • What you see
  • External delegations
  • Documentation
  • Contributing
  • Security
  • License
  • Changelog

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 0.1.1-rc.2 packages (dsh-session, dsh-subagent, dsh-subagent-claude-code, dsh-subagent-acp), shipped by dsh-drydock from 1.27.0 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.