AI Agent Hub
Back to plugins
🖥️

dsh-workspace-upload

Client Updated 2026.08.15

Run the following command in DeepSeek Harness:

dsh plugin install LI-Huaa/dsh-workspace-upload

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

Run dsh plugin install LI-Huaa/dsh-workspace-upload in your terminal to install this plugin; the source repository is at https://github.com/LI-Huaa/dsh-workspace-upload

About this plugin

Managing workspace files in the dsh Web chat used to mean switching to a terminal to type path commands or hand-writing curl requests. dsh-workspace-upload embeds a full file manager directly into the conversation UI, making file operations as natural as typing your next message.

Core capabilities cover the full lifecycle of workspace files: breadcrumb navigation through subdirectories, chunked upload (640 KiB adaptive shrinking, any file size), download, rename of files and folders, folder creation, and two-step confirmed deletion. Every path operation is scoped to the workspace root with host-side containment that rejects .. or absolute-path escapes; uploads use hidden temp files with a 30-minute orphan sweep to prevent privilege leaks and stale transfers.

Ideal for anyone who frequently works with session workspace files in the dsh Web profile-organizing project assets, pushing large binaries, or pruning stale artifacts without ever leaving the active conversation window.

Use Cases

  • Upload files of any size to the workspace right from the chat UI
  • Rename, create, or delete workspace folders without leaving the browser window
  • Browse workspace subdirectories and download files in the dsh Web profile

Best For

  • Developers who frequently work with files in the dsh Web workspace
  • Users pushing large binaries without leaving the active conversation window
  • dsh users who prefer a visual interface over terminal commands for session files