AI Agent Hub
Back to plugins
🖥️

dsh-open-folder

Client Updated 2026.08.24

Run the following command in DeepSeek Harness:

dsh plugin install KureKaruna/dsh-open-folder

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

Run dsh plugin install KureKaruna/dsh-open-folder in the DeepSeek Harness terminal to install; the full source code is at https://github.com/KureKaruna/dsh-open-folder .

About this plugin

When working across multiple sessions in the DSH Web UI, jumping back into the local file manager for the current workspace usually means copying a path, switching windows, and pasting it—interrupting your flow. dsh-open-folder turns "open this workspace" into a single button click right in the session header.

The plugin registers a button in the utilities slot of the header, positioned to the left of the existing "Session log" button (order: -10). On click it reads the true working directory (cwd) of the current session and calls the Host workspaces.openPath() to open that folder natively in the OS file manager. It does not touch the header.actions area, so the existing layout stays intact. If a session has no resolvable cwd, the button is automatically disabled to prevent accidental clicks.

This is a lightweight, purely front-end plugin with a no-op Host entry—no extra backend setup required. It is a good fit if you regularly switch between workspaces in the DSH Web UI and find yourself reaching for the file manager more than once a day.

Use Cases

  • Quickly open the working directory of the current session in DSH Web UI
  • Return to the local file manager after switching between multiple sessions
  • Avoid manually copying and pasting paths into the file manager window

Best For

  • Developers who frequently switch between DSH Web UI and the local file manager
  • Users who work with multiple workspace sessions and need to revisit files often
  • DSH users looking to reduce repetitive path-copying actions