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.

Workspace Archive All — DSH Plugin for DeepSeek Harness
← Plugins
W

dsh-workspace-archive-all

Workspace Archive All

DSH Web plugin: Archive-All action on every workspace folder menu in the sidebar (Ungrouped bucket included) — archives all unarchived sessions under that folder after one confirm; running, currently open, blank and subagent sessions are skipped.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:1959377950-dotcom/dsh-workspace-archive-all#9542e717511e7458de740be7634c232b63c6c2e2
READMECompatibilityVersions

Compatibility and provenance

Workspace Archive All is published as dsh-workspace-archive-all and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/23/2026

README

dsh-workspace-archive-all

中文说明 →

A DeepSeek Harness web plugin that adds an Archive All action to every workspace folder menu in the sidebar (the Ungrouped bucket included) — archiving all unarchived sessions under that folder in one go.

  • Confirm dialog → sequential archive with progress → result summary
  • Automatically skipped: running sessions, the session you are currently viewing, blank provisional "New Session" rows, subagent sessions, and anything already archived
  • English and Chinese copy, following the UI language

How it works

The sidebar comes from the official @deepseek-ai/dsh-client-ui-workspace package, whose client bundle is served by the client module system from the prefix route /plugins/<id>/client.js. This plugin's host half registers an exact route for that path (the webserver matches exact routes before prefixes), serving a patched copy of the bundle:

GET /plugins/@deepseek-ai/dsh-client-ui-workspace/client.js
  → this plugin's lib/workspace-client.patched.js
  • No runtime interception, no dependence on script evaluation order
  • Uninstalling the plugin removes the route and the stock bundle is served again — the official file on disk is never modified
  • Response headers mirror the stock bundle server (text/javascript; charset=utf-8, no-cache)

Install

One command with the official CLI (installs the package into the profile and mounts it via the bundled cordis.patch.yml — no manual file edits):

dsh plugin --profile web add dsh-workspace-archive-all          # from npm (once published)
dsh plugin --profile web add <tarball-url-or-path>              # e.g. the GitHub release .tgz

Or as a local bundle without the CLI:

  1. Put this folder anywhere (e.g. ~/dsh-workspace-archive-all)
  2. Link it into the profile: ln -s ~/dsh-workspace-archive-all ~/.dsh/profiles/web/node_modules/dsh-workspace-archive-all
  3. Append "dsh-workspace-archive-all" to dsh.profile.bundles in ~/.dsh/profiles/web/package.json
  4. Restart dsh web (the bundle list is read at boot)

The bundle's cordis.patch.yml carries a double-mount guard: a manual dsh.profile.bundles entry makes the package's own insert row stand down, so the two channels do not collide — but pick one of them.

Once listed on the dshmarket marketplace, it can also be installed with one click from the settings UI.

Uninstall

dsh plugin --profile web remove dsh-workspace-archive-all

Or, for a manual local-bundle install: remove the entry from dsh.profile.bundles and restart; the dependencies entry and the symlink can be removed too. Nothing to clean up inside DSH itself.

Upgrading DSH

Re-derive the patched bundle from the new stock file:

node tools/build-patch.mjs

The stock client path is auto-detected (nvm / Homebrew / /usr/local / PNPM_HOME / PATH); override with DSH_STOCK_CLIENT or node tools/build-patch.mjs <stock-client.js> [out-file]. The 11 find/replace patches each must match exactly once — a clear error means the official bundle drifted and the pairs need re-deriving.

Files

FilePurpose
lib/index.jsHost half: registers the exact override route
lib/workspace-client.patched.jsThe patched official workspace client (build artifact)
cordis.patch.ymlBundle patch: mounts the plugin (with double-mount guard)
tools/build-patch.mjsRebuilds the patched bundle from the stock one

License

MIT

Versions

0.1.1stable
9/23/2026

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseWeb All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebUniver Officedsh-univer-officeDSH × Univer integration with a bundled collaboration Gateway and Viewer: inline previews, live floating Worktree windows, and session-end review actions in DeepSeek Harness.
Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/23/2026
View source ↗
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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in