AI Agent Hub
Back to plugins
🖥️

dsh-workspace-jump

Client Updated 2026.08.23

Run the following command in DeepSeek Harness:

dsh plugin install fogmodel/dsh-workspace-jump

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install fogmodel/dsh-workspace-jump in your DeepSeek Harness terminal to install this plugin, available at https://github.com/fogmodel/dsh-workspace-jump

About this plugin

Juggling multiple projects in the DSH Web UI usually means manually typing a path, registering the directory as a workspace, and then kicking off a session—three steps that are easy to botch and slower than you would like. The dsh-workspace-jump plugin collapses that entire flow into a single interaction: a button at the bottom of the sidebar plus one directory path.

The plugin adds a dedicated Workspace button to the footer of the DSH Web UI sidebar. Clicking it opens a small dialog that accepts an absolute path to an existing directory (e.g. /home/user/project on Linux or D:\project on Windows). Once you confirm, the plugin calls the DSH workspaces API to register the directory and start a session in one shot. The interface automatically follows the DSH locale, so both Chinese and English users get a native-language experience without any extra configuration.

This is ideal for DSH Web-profile users who switch between several project directories throughout the day and want the fastest possible route. Two constraints to keep in mind: the path you enter must already exist as a valid directory, otherwise DSH will return an error, and the plugin targets the Web profile only—it does not affect the TUI profile.

Use Cases

  • Quickly jump between project directories in the DSH Web UI
  • Skip the repetitive steps of typing paths and registering workspaces
  • A unified workspace entry point in both Chinese and English locales

Best For

  • Users managing multiple project directories in the DSH Web UI
  • Developers who want a streamlined workspace-switching workflow
  • DSH users on the Web profile rather than the TUI profile