dsh-drop-to-path: Delivering Images and Files to Text-Only Models via Workspace Path
dsh-drop-to-path is a DSH Web plugin maintained by loudMore, designed to address the issue where pure text models cannot receive image attachments and DSH rejects non-image files. It retains the native attachment UI and, during sending, uploads images along with PDF/Office/archive/video/audio files to the workspace `.drops/` directory and appends their paths, bypassing the `attachment-error` pre-check. When used in conjunction with dsh-vision-toolkit, it enables the capability to view images by pasting screenshots. It supports drag-and-drop and pasting, and can be installed using the command `dsh plugin --profile web add`.
Read MoreUse dsh-drop-to-path to convert images and files to paths for sending to pure text models
`dsh-drop-to-path` is a DeepSeek Harness Web plugin (MIT licensed) maintained by loudMore. When a plain-text model attempts to send images, they will be blocked by the host's pre-check, and files such as PDFs cannot be sent as attachments either. This plugin retains the native attachment bar, and when sending, it writes images and files to the `.drops/` workspace directory and attaches their paths. The directory installation command is `dsh plugin add github:loudMore/dsh-drop-to-path`; it is recommended to use it with `dsh-vision-toolkit`, and please read `ADAPTING.md` before upgrading DSH.
Read More