DSH Web UI Add cross-platform
Drag local files in and insert their real paths Install: A DeepSeek Harness Web UI plugin: drag local files or folders onto any part of the page and their origi.
Project overview
dsh-drag-and-drop — Drag local files in and insert their real paths Install: dsh plugin --profile web add github:omdsh-dev/dsh-drag-and-drop A DeepSeek Harness Web UI plugin: drag local files or folders onto any part of the page and their original absolute filesystem paths are inserted into the current conversation input — without uploading, moving, or copying anything. Why this exists
A browser never hands a web page the real filesystem path of a dropped file — it exposes only a local file URI when it feels like it, and often nothing at all, for security. DSH, though, operates on real files: its tools read, run, and patch actual paths on the machine. Drop a file into an ordinary web input and you get either an upload (a copy that silently breaks the file's relationship with its neighboring dependencies) or a hand-typed path that is easy to get wrong.
Drag files or folders from Finder, a Linux file manager, or Windows Explorer onto any part of the DSH Web UI.