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 Enhancement — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-workspace-enhancement

Workspace Enhancement

Unified SSH remote-execution plugin for DeepSeek Harness — ProxyJump chain, SFTP filesystem, subprocess and PTY over ssh2

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

npx -y @deepseek-ai/dsh plugin --profile web add github:DobyChao/dsh-workspace-enhancement#0ed478403978f5c43c574e3d97fbfdf895191aa6
READMECompatibilityVersions

Compatibility and provenance

Workspace Enhancement is published as dsh-workspace-enhancement and currently resolves to version 0.3.0-pre. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/20/2026

Versions

0.2.1stable
9/20/2026
0.2.0stable
9/17/2026
0.1.4stable
9/13/2026
0.3.0-preprerelease
8/25/2026
Show 4 more versionsCollapse versions
0.1.3stable
9/9/2026
0.1.2stable
8/31/2026
0.1.1stable
8/28/2026
0.1.0stable
8/26/2026

Related plugins

Loading related plugins…

Latest
0.3.0-pre
DSH
*
HMR
Process restart
Tree shaking
Declares sideEffects: false
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/20/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

Related plugins

More verified plugins in developer-tools.

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)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-workspace-enhancement

English | 中文

DeepSeek Harness plugin: local and remote (SSH) workspaces in one place. Remote execution uses a single SSH connection (multi-hop jumps allowed); bash, files, PTY, and LSP share that link. Multi-machine registry with TOFU host keys and OS keychain. Web UI for adding workspaces and editing machines. Also ships 3 sw_* model tools. Built on ssh2.

Features

FeatureDescription
Remote workspacesctx.subprocess + ctx.fs remote providers: one SSH chain (multi-hop) runs bash / files / PTY / LSP. Tools on those seams switch to remote with no code changes
Multi-machine registryremote-workspaces/machines.json + ssh://<id>/<path> routing; recognizes ~/.ssh/config aliases
SecurityTOFU host keys (accept-new / verify / off); per-machine OS keychain (DPAPI / security / secret-tool); credentials redacted in error messages
Web UIAdd workspace (connection sidebar + remote directory browser); machine settings (CRUD / test / set current / forget fingerprint)
Model toolssw_status, sw_connect (save:false for temporary), sw_pick_workspace

Architecture

flowchart LR
    subgraph local["Your machine"]
        agent["agent loop<br/>orchestration · memory · LLM calls"] --> seam["this plugin<br/>ctx.subprocess · ctx.fs"]
    end
    subgraph remote["Remote host"]
        run["bash · files · PTY · LSP"]
    end
    seam -- "one SSH connection (multi-hop jumps)" --> run

No DSH install on the remote: the model orchestrates locally, commands run remotely, results come back into context.

Install

dsh plugin --profile web add <this-repo-path>   # from source: npm run build first (host loads lib/)

Roadmap

Current status and remaining milestones: docs/ROADMAP.md.

References

  • dsh-ssh: remote execution engine — ctx.subprocess / ctx.fs providers, jump chains, PTY, directory-picker seam, session.route placeholder.
  • dsh-remote: workspace helper — machines registry, TOFU, OS keychain, web UI and settings page.

License

MIT