lbl61/dsh-drop-in1

dsh-drop-in

拖入/粘贴文件插件:支持文件栏、@文件名内联插入、随消息发送绝对路径及气泡卡片展示。

AI 分析

核心用途是简化向 DSH 导入本地文件的操作,支持直接拖拽或粘贴,并向 Agent 传递绝对路径以供读取。适合需要频繁让 AI 分析、处理本地多格式文件的用户。

包名
dsh-drop-in
版本
1.3.0
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lbl61/dsh-drop-in

Usage

  1. Drag files from Explorer into the chat page (or paste an image/file into the composer)
  2. Composer focused → files are inserted at the caret as native reference bubbles (file pills), mid-text allowed; otherwise they appear in the chip bar above the input
  3. Type your message and send (Enter / Ctrl+Enter / the send button all work; "interrupt-free" sending while the agent runs is supported too)
  4. The bubble shows file cards — the agent receives the absolute path (@[name](https://github.com/lbl61/dsh-drop-in/blob/c967345892707e9340e2f4295d3dc6e29b2a6ce4/path) or the 📎 拖入文件 block) and can read the files

Configuration

SettingDescription
enabledMaster switch (Settings → 文件拖入). When off, drag/paste falls back to built-in behavior.