DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Work X — DeepSeek Harness 插件(DSH Plugin)
← Plugins

dsh-work-x

Work X

为 DeepSeek Harness 提供开箱即用的功能套件:支持延迟代理和 OAuth 的 MCP 管理器、可并行操控的子代理、旁路对话和图像生成——一次安装,端到端验证每个组件。

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-work-x@0.4.2
README兼容性版本

兼容性与来源证明

Work X 以 dsh-work-x 发布,当前版本为 0.4.2。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.4.2stable
2026/9/15
0.4.1stable
2026/9/15
0.4.0stable
2026/8/31
查看其余 3 个版本

README

dsh-work-x

One install that turns a stock DeepSeek Harness into a batteries-included agent workstation.

dsh plugin --profile web add dsh-work-x dsh-better-sidebar

Restart dsh (plugins mount at startup). One line, two packages: the suite, and the sidebar its Memory/Tasks/MCP workbench tabs live in — the sidebar IS the primary form of the suite's product UI. (Headless/CLI profiles can drop dsh-better-sidebar; DSH has no way yet for one plugin to auto-install a companion — proposed upstream — which is the only reason this is two names instead of one.) That is the entire setup: the suite carries the pi2dsh engine and six capability packages, versions pinned to combinations that have been verified end to end on a real DSH loop — never "should work", always "was watched working".

一条命令,把官方 DSH 变成开箱即用的全能 agent 工作台。装完重启 dsh 即可; 所有组件版本锁死在真机端到端验收过的组合上。

What you get, and why native DSH alone doesn't have it

CapabilityStock DSHdsh-x
MCPConfig-file servers, statically mounted; every tool costs context windowLazy proxy (one tool + on-demand search/describe — dozens of servers without eating context), in-session manager, OAuth flows, MCP Apps (ui://), prompts→slash-commands, elicitation, sampling, fast cancellation — full verified matrix
SubagentsLow-level agent registry, no product surfaceSpawn / parallel / background delegation, mid-run steering, resume (in-session and across restarts), stop-with-parent, per-child model & thinking level, live inheritance of your /model switches — acceptance report
Side conversations—/btw <question>: ask something off-topic without polluting the main context; answer lands in a side panel
Image generation—Codex-backed image generation as a normal tool call, generated pixels shown inline (bring your own Codex credential)
Persistent memorySessions forget everythingCross-session facts, corrections and preferences (memory_add/memory_search, /memory-* commands), plus a Settings → Memory page on the web: browse and search what the agent remembers, pin/unpin standing rules with a hard budget
Background tasksA long tool call pins the conversationbg_run starts named shell jobs and keeps talking, bg_logs reads output mid-run, plus a tasks chip on the web: it joins the composer's status row while jobs run — live output, one-click kill

The suite: pi-mcp-adapter · @tintinweb/pi-subagents · pi-btw · @crazygit/pi-codex-image-gen · pi-hermes-memory · pi-background-tasks, running unmodified through the pi2dsh compatibility engine.

pi-hermes-memory builds a native SQLite store (better-sqlite3); if the install stops with ERR_PNPM_IGNORED_BUILDS, run pnpm approve-builds inside the profile directory (select better-sqlite3) and re-run the add — that gate is the host's own supply-chain approval, not an error. Vision companion routes are off in this suite; subscription logins stay whatever your DSH profile already has.

Web first

dsh-work-x targets dsh web (and the desktop shells that wrap it) as its primary surface. The automated regression drives a real browser against a clean install and asserts each bundled package's own command is offered by the composer — not that a file exists somewhere.

dsh plugin --profile web add dsh-work-x dsh-better-sidebar
dsh web --port 5179

dsh-better-sidebar is the community sidebar the suite's product UI seats into: its Tasks page shows your subagents natively (click through to steer or stop them), and dsh-work-x adds an MCP tab there — this session's servers grouped by layer (project / global), with per-project enable/disable. A machine-wide view of the same servers lives in Settings → MCP and works with or without the sidebar. With the sidebar installed, Memory and Jobs tabs appear there too — the same panels in workbench form. Without dsh-better-sidebar everything still runs — Settings → Memory and the tasks chip carry the same functionality. (DSH has no way yet for one plugin to declare a companion bundle — we've proposed one — so the install command names both.)

On the DSH 0.1.2-alpha line? The sidebar ships per DSH generation: install dsh-better-sidebar@0.18.0-alpha.0 there (its latest tag serves the rc lines). dsh-work-x itself is one build for every supported generation.

Memory & background tasks

Primary form — the sidebar. With the one-line install above, the right sidebar (VSCode-style, per session) carries the suite's workbench tabs: open the + next to the tab strip and add Memory or Jobs — they sit beside Files, Terminal, Source Control, and stay while you chat.

  • Memory tab — This project's memories first (named as such), then other projects, global, and about-you groups, with search. The Pinned rules section manages standing instructions injected into every turn: pin from the input, unpin per entry, hard budget shown. Writes run pi-hermes-memory's own /memory-pin command, so the store's single-writer anti-injection design holds; the memory list itself is read-only by design — edits and deletions go through the agent's memory tools so store and search index never drift.
  • Jobs tab — each background job's status, runtime and bytes; show output streams a job's output while it is still running; Kill runs the package's own /kill.

Without the sidebar (headless-leaning installs) the same functionality stays reachable: Settings → Memory is the full memory page, and while jobs run a small clickable "N tasks running" chip joins the host's own status row under the composer — click for the same panel; no jobs, no chip. The side-chat dot stays the only floating piece either way.

Verified by the automated regression end to end on clean installs: the memory surfaces show a fact that exists only in the plugin's store, a pin round-trips through STANDING.md and back out, and the kill provably ends a 180-second job early — asserted from the store files and task snapshots on disk, not from page text.

Configuration

Override engine config in your profile's user patch layer ($DSH_HOME/profiles/<p>/cordis.patch.yml), targeting the row by id — never insert a second row:

- id: pi2dsh
  config:
    exclude: ["pi-btw"]   # drop a suite member you don't want

Plugin-specific settings follow each plugin's own environment variables and slash commands, as documented by the plugin.

How it works

dsh-work-x is a normal DSH bundle. Its patch mounts the pi2dsh engine (re-exported through this package, so it resolves under pnpm's isolated layout), and the engine reads this package's pi2dsh.suite manifest — an explicit list, one dependency-hop from your profile — and mounts each member exactly as if you had dsh plugin add-ed it yourself. No directory scanning, no forks, no patched DSH internals; remove it with dsh plugin remove dsh-work-x and the whole suite is gone.

Relation to pi2dsh

dsh-work-x is the curated product; pi2dsh is the engine and remains independently installable for anyone who wants to pick their own Pi packages. Anything verified for pi2dsh is inherited here at the same version pins.

收起版本
0.3.0stable
2026/8/28
0.2.0stable
2026/8/26
0.1.0stable
2026/8/26

相关插件

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

Headless@deepseek-ai/dsh-headlessdsh one-shot bundle:基于 dsh-base 的直接核心 Agent/Session 运行器,不包含 Host、HTTP 或浏览器层Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Subagent Codex@deepseek-ai/dsh-subagent-codex基于官方 app-server 协议的一次性 Codex 子代理提供程序Subagent Claude Code@deepseek-ai/dsh-subagent-claude-code基于官方 Agent SDK 的一次性 Claude Code 子代理提供方
最新版
0.4.2
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
110.4 kB
文件数
5
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 0
周下载
68
查看源码 ↗项目主页 ↗
README Badge

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

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

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

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