dsh-drop-in
拖入/粘贴文件插件:支持文件栏、@文件名内联插入、随消息发送绝对路径及气泡卡片展示。
AI 分析
核心用途是简化向 DSH 导入本地文件的操作,支持直接拖拽或粘贴,并向 Agent 传递绝对路径以供读取。适合需要频繁让 AI 分析、处理本地多格式文件的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lbl61/dsh-drop-in说明文档
阅读完整 README ↗Usage
- Drag files from Explorer into the chat page (or paste an image/file into the composer)
- 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
- Type your message and send (Enter / Ctrl+Enter / the send button all work; "interrupt-free" sending while the agent runs is supported too)
- 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
| Setting | Description |
|---|---|
enabled | Master switch (Settings → 文件拖入). When off, drag/paste falls back to built-in behavior. |