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

dsh-workspace-jump

Workspace Jump

DSH web plugin: open an input dialog to create/switch to a workspace by path.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:fogmodel/dsh-workspace-jump#747b17dc2b8baa0cb84e26520797a80b0e650eb6
READMECompatibilityVersions

Compatibility and provenance

Workspace Jump is published as dsh-workspace-jump and currently resolves to version 0.1.2. 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/17/2026

Versions

0.1.2stable
9/17/2026
0.1.1stable
8/23/2026
0.1.0stable
8/23/2026

Related plugins

Loading related plugins…

Latest
0.1.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/17/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 productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient 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.Web 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 包。Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.

README

dsh-workspace-jump

中文 | English

A DeepSeek Harness (DSH) web plugin that adds a Workspace button to the sidebar footer. Click it, enter an existing directory path, and DSH will create/switch to that workspace.

Features

  • Adds a "Workspace" button to the bottom of the DSH Web UI sidebar
  • Supports both Chinese and English UI (follows the DSH locale automatically)
  • Opens an input dialog for an absolute path to an existing directory
  • Uses the DSH workspace API:
    • ctx.workspaces.create({ path }) registers the directory as a workspace
    • ctx.workspaces.startSession(workspaceId) switches to that workspace

Install

From npm:

dsh plugin --profile web add dsh-workspace-jump

From GitHub:

dsh plugin --profile web add github:fogmodel/dsh-workspace-jump

For local development:

dsh plugin --profile web add /path/to/dsh-workspace-jump

After installation, restart DSH, then refresh the browser.

Usage

  1. Open the DSH Web UI
  2. Click the "Workspace" button at the bottom of the left sidebar
  3. Enter an absolute directory path, for example:
    • Linux/WSL: /home/user/project
    • Windows: D:\project
  4. Click "Create"
  5. If the directory exists, DSH will create/reuse the workspace and switch to it

Notes

  • The path must already exist and be a directory
  • If the path does not exist, DSH will return an error
  • This plugin is for the DSH web profile, not the TUI profile

License

MIT