dsh-desktop-drop-path
Drag a file into the composer to auto-fill its absolute path. Desktop app only (relies on the Electron preload path bridge).
28 results
Drag a file into the composer to auto-fill its absolute path. Desktop app only (relies on the Electron preload path bridge).
Drag & drop anything into the DSH composer: local files upload to <workspace>/.dropped/<sessionId>/ and insert absolute-path references; web images / URLs download host-side then reference; plain text inserts into the composer (oversized text becomes a file).
Upload button + drag-and-drop files into DSH conversation as local paths; uploaded-file management (list/info/delete/@path) and clipboard path reading (zero-copy, no size limit)
Local file-upload plugin for DeepSeek Harness: a paperclip button and drag-and-drop that store files per-session under .dsh-uploads/<sessionId>/, plus a read_document tool that pages text and OCRs images (tesseract.js) so a text-only model can still read screenshots.