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.

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

dsh-workbench

Workbench

A right-side file workspace for DeepSeek Harness Web.

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-workbench@0.15.2
READMECompatibilityVersions
DSH Workbench in DeepSeek Harness Web

Compatibility and provenance

Workbench is published as dsh-workbench and currently resolves to version 0.15.2. 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.15.2stable
9/8/2026
0.15.1stable
9/7/2026
0.15.0stable
9/7/2026
Show 28 more versionsCollapse versions
0.14.1stable
9/4/2026
0.14.0stable
9/4/2026
0.13.0stable
9/3/2026
0.12.2stable
9/2/2026
0.12.1stable
9/2/2026
0.12.0stable
9/1/2026
0.11.4stable
8/31/2026
0.11.4-alpha.1prerelease
8/31/2026
0.11.4-alpha.0prerelease
8/31/2026
0.11.3stable
8/30/2026
0.11.2stable
8/30/2026
0.11.1stable
8/30/2026
0.11.0stable
8/26/2026
0.10.0stable
8/24/2026
0.9.0

Related plugins

Loading related plugins…

Latest
0.15.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
2.7 MB
Files
177
Surface
web
License
MIT
Source
npm
GitHub
★ 7
Weekly downloads
424
Security scan
✓ v0.15.2 scan passed
Last push
9/8/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
stable
8/20/2026
0.8.0stable
8/19/2026
0.7.0stable
8/17/2026
0.6.0stable
8/16/2026
0.5.0stable
8/16/2026
0.4.0stable
8/15/2026
0.3.2stable
8/15/2026
0.2.4stable
8/14/2026
0.2.3stable
8/14/2026
0.2.2stable
8/14/2026
0.2.1stable
8/14/2026
0.2.0stable
8/14/2026
0.1.3stable
8/14/2026
0.1.0stable
8/14/2026

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 pluginsClient 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.Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundle

README

DSH Workbench

中文文档 · Changelog · Issues · npm

Codex-style file workspace and Git review for DeepSeek Harness Web. Keep the conversation, changed files, and diffs in one place.

What it does

  • Captures DSH write / edit changes with their original before/after content.
  • Switches between session edits, uncommitted, unstaged, and staged Git changes; the tree and diff share the same +/− counts.
  • Opens files from tool calls, the workspace tree, or search alongside the conversation. Conversation file links reveal the corresponding diff.
  • Lets you edit workspace files, copy paths, and insert a selected diff range into the active Harness draft.

DSH Workbench in DeepSeek Harness Web

read       → source
write/edit → captured DSH diff

Details

The panel is persistent and resizable. It has preview and pinned tabs, Quick Open, tree search, in-file find/go-to-line, image and Markdown previews, and workspace editing with external-change protection. UI language follows DSH.

Install

dsh plugin --profile web add dsh-workbench
dsh web

If dsh is not on your PATH:

pnpm dlx @deepseek-ai/dsh plugin --profile web add dsh-workbench
pnpm dlx @deepseek-ai/dsh web

Local checkout:

git clone https://github.com/lee259/dsh-workbench.git
cd dsh-workbench
pnpm install
pnpm run build
dsh plugin --profile web add "$(pwd)"
dsh web

Rebuild and restart dsh web after plugin changes.

Local start

pnpm start -- /absolute/path/to/your/project

Builds the plugin, registers it on the target project, and starts DSH Web. Without a path, uses the current directory.

Previews

DSH operationView
readSource; images and Markdown render
write / editCaptured DSH diff
File mentionSource; images and Markdown render

Host listens to tool/call, tool/result, and tool/code-dispatch. Prefers dsh-tool-fs meta.diffs.

Development

pnpm install
pnpm test
pnpm start -- /absolute/path/to/your/project

To mount the packed plugin in an isolated DSH Web instance:

pnpm test:mount
DSH_VERSION=next pnpm test:mount

The first command uses the supported 0.1.2-rc.1 baseline. The second follows the npm next channel and is also run weekly as a non-blocking compatibility smoke test.

  • Host: name, inject, apply(ctx) from src/index.ts
  • Client: dsh.client, exports["./client"], window.__ModuleLoader__.load
  • Styles: src/client/styles.css
  • Third-party React components: use the React runtime injected by DSH. Components that statically import react-dom, need unbridged React APIs, or inject global CSS need an adapter; see src/client/react-bridge.ts and tsdown.config.ts.
  • UI strings: src/shared/i18n.ts

Roadmap

Inspect, navigate, and review what the agent touched. Diffs stay on captured DSH writes.

Done

  • Read-only previews for read and file mentions
  • Captured DSH diffs for write / edit
  • Persistent, resizable right-side workspace
  • Multi-file tabs, preview / pin, path copy, and desktop shortcuts
  • In-file find / go-to-line, plus conversation :line / #Lline targets
  • Chinese / English UI following DSH locale
  • Quick Open (⌘/Ctrl+P) and tree search that locates without opening
  • Workspace file tree with breadcrumbs, keyboard navigation, and path insert
  • Syntax highlighting, folding, and live refresh when the workspace changes on disk
  • Image previews and rendered Markdown, including relative images
  • Source previews also support MATLAB (.m), R, Julia, Lua, C#, Kotlin, Scala, Swift, Dart, XML, and Python stubs (.pyi). Vue / Svelte use basic HTML highlighting. MATLAB uses Octave syntax highlighting; .m defaults to MATLAB, while .mat and .mlx are not supported.
  • Change review: session edits plus uncommitted, unstaged, and staged Git scopes, with shared +/− counts
  • Short operation summaries for each captured write
  • Incremental review updates that preserve the active tab and keep large review panels responsive
  • Workspace content search (⌘/Ctrl+⇧+F) with line-focused results
  • Reference files, folders, and selected preview lines in the composer
  • Editable workspace previews with external-change protection
  • Git branch/status and session tool-activity metadata in the review toolbar

Next

The target is a Codex-like development experience inside DeepSeek Harness: reuse proven workspace interactions where they help, while keeping DSH-native write capture and session review as the workbench's center of gravity.

  1. Add terminal and background-task surfaces in small, DSH-native slices.
  2. Tighten review-to-conversation feedback, including inline guidance on diffs.
  3. Continue refining session-scoped workspace state and review performance.

The existing DSH event capture, meta.diffs, session review, operation summaries, and incremental review updates remain the differentiating foundation.

Near-term sequence

  • Terminal and background task surfaces
  • Inline review comments and richer review-to-conversation feedback

Exploring

  • Open-in-editor and reveal-in-folder
  • Inline comments on a diff line that send guidance back to the composer
  • Native DSH panel controls and layout slots, if the host exposes a usable one
  • Pluggable workspace panels (Files / Review, and later DSH tools)

License

MIT