loudMore/dsh-drop-to-path6

@dsh-external/dsh-drop-to-path

Drop or paste images, PDFs, office docs, zips, videos and audio into the DSH composer as workspace file paths instead of model attachments — lets a text-only model agent read them via vision tools.

AI Analysis

核心用途是将拖放文件转换为工作区路径。适合配合 dsh-vision-toolkit 使用,让纯文本模型能通过工具间接读取各类媒体与文档。

Package
@dsh-external/dsh-drop-to-path
Version
0.1.0
License
MIT
Last updated
Aug 14, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:loudMore/dsh-drop-to-path

Usage

  1. Paste or drop images as usual — the attachment cards behave natively (preview / remove);
  2. Drag or paste any other file (pdf / office / zip / video / audio) — a square chip with a format icon appears in the attachment rail next to the image thumbnails (full name on hover, ✕ to remove);
  3. Type your message (optional) and hit send — no attachments are sent; images and files are uploaded and their workspace paths are appended to the message automatically;
  4. The agent (paired with dsh-vision-toolkit) reads images with vision_glance / vision_pixel_diff and friends, and handles documents with PDF / spreadsheet tools.

Files are stored under /.drops/; clean them up whenever you like.