AI Agent Hub
Back to plugins
🖥️

dsh-workspace-open

Client Updated 2026.08.17

Run the following command in DeepSeek Harness:

dsh plugin install 1274623767/dsh-workspace-open

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

Run dsh plugin install 1274623767/dsh-workspace-open in DeepSeek Harness to install this plugin, available at https://github.com/1274623767/dsh-workspace-open; after installation, restart the DSH Web service and refresh the browser.

About this plugin

Juggling several DSH workspaces often means copying a path, hunting through the system file manager, and repeating that for every project you touch. dsh-workspace-open collapses that ritual into a single click: a small folder icon appears in the hover area of every real workspace row in the left-hand Workspace list. Click it and the DSH Host calls ctx.workspaces.openPath under the hood, handing the directory to Windows Explorer, macOS Finder, or the xdg-open default manager on Linux, all without taking your eyes off the browser.\n\nThe plugin is intentionally lightweight. The browser half registers a client-side script that injects the icon via a DOM adapter into the workspace row hover zone; the host half is just an empty apply so DSH can discover and load the package. If a future DSH release ships a stable sidebar.workspaces.row-menu slot, the plugin will automatically migrate to that native registration path with zero user intervention. The icon only appears on real workspace rows, leaving ungrouped placeholder rows untouched so the list stays clean.\n\nThis is built for developers who constantly hop between DSH workspaces and their local source trees, especially those maintaining multiple workspaces in parallel and needing to locate project directories at a glance. Install it once and the gap between the workspace list and the filesystem simply closes.

Use Cases

  • Open a project folder straight from the workspace list without copying or searching for paths.
  • One-click location of each workspace's local directory when managing multiple workspaces in parallel.
  • Switch seamlessly to the local file system from the browser to browse or grep source code.

Best For

  • Developers who constantly hop between DSH workspaces and local source trees.
  • Engineers maintaining multiple workspaces who need to locate project directories at a glance.
  • DSH daily users who want to minimize context switching between the browser and the file manager.