dsh-file-upload
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)
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:666emmm/dsh-file-upload说明文档
阅读完整 README ↗Usage
- Click the upload icon and pick files (multi-select), or drag files/folders anywhere into the window.
- Images (when the current model accepts images): archived to the attachment directory and shown in the official attachment rail — send, and the model sees the image (DeepSeek Files API
file_id, auto-reused). - Images when the model does not accept images (or you turned the official path off): archived to
images/, thenlines go into the draft — e.g.[上传文件] /path/to/Attachments/images/xxx.png— and your existing draft text is kept. - Other files: archived to
files/, path text goes into the draft. Press send; the model reads the file by path. - Folders: drag one in and it is rebuilt under the attachment library with its original layout; only the folder path (one line) goes into the draft.