A collection of plugins and skins for the DeepSeek Harness Web UI: a task board, git graph, right-side panel, remote mobile access, an image-understanding tool, a whale mascot, live token statistics, and a skin center. Each plugin installs independently, or all at once through the bundle pack.
dsh-drag-and-drop
A DeepSeek Harness Web UI plugin that accepts local files or folders dropped anywhere on the page and inserts their real paths. Documents appear as removable chips above the composer, so you can send them without typing.
Plugin facts
Screenshots
About this plugin
File-drag fork: drop documents as removable chips above the composer, send without typing.
Install this DSH plugin
Copy the command below and run it in your DeepSeek Harness terminal.
dsh plugin add github:akiracod/dsh-drag-and-drop β οΈ Plugins run with the permissions of your dsh process and may execute code at install time. Review the source repository and its license before installing. Pin the commit hash for reproducible installs. Plugin safety β
More about this plugin
Drag files onto any part of the Web UI to attach their original absolute paths as chips above the composer - Full-page dim + blur hint while dragging - Supports files and folders; drag multiple items at once β one chip per item - Dropped documents render as removable chips; the input box stays clean for typing - Send just the dropped files with the chip bar's Send button β no typing required - Document drops never trigger the composer's "images only" toast; image-only drops keep native thumbnails - Native paths on macOS, Linux, and Windows - POSIX paths, Windows drive-letter paths, and UNC network paths - No uploading, moving, or copying of files - Locates files in the current Workspace and registered Workspaces first - When the browser hides the original path, uses the local file index and bounded directory search - Computes content fingerprints only when multiple candidates exist - When several byte-identical copies cannot be told apart automatically, lets the user pick the path - Failed lookups surface as a dismissible plugin toast (auto-dismisses after 8s; hovering pauses the timer) - Writes the draft via DSH's input-state service instead of touching the input DOM
Related guides
Learn how to choose, install, and use ui enhancements plugins.
About this plugin: dsh-drag-and-drop
What is dsh-drag-and-drop?
dsh-drag-and-drop is a ui enhancements plugin maintained by akiracod. A DeepSeek Harness Web UI plugin that accepts local files or folders dropped anywhere on the page and inserts their real paths. Documents appear as removable chips above the composer, so you can send them without typing.
How do I install dsh-drag-and-drop?
Run dsh plugin add github:akiracod/dsh-drag-and-drop in your DeepSeek Harness terminal. The dsh CLI resolves the plugin from GitHub and installs it into your active profile. For reproducible installs, pin a commit hash: dsh plugin add github:akiracod/dsh-drag-and-drop#commit.
Is dsh-drag-and-drop free?
dsh-drag-and-drop is a community open-source project released under the BSD-3-Clause license. You can inspect its source and install it for free.
Related plugins
A full sidebar workbench for the DSH web UI: file rendering and editing, terminal, Git, and subagents, with third-party plugins able to register new sidebar pages.
A Claude Codeβstyle full-screen TUI plugin for DeepSeek Harness: pixel-whale top bar, live working-status line, streaming thought expansion, double-Esc time rollback, and a context progress bar with a TPS gauge. One-command npm install; mounts as a pure plugin with zero core changes.