LQ-1123/paste-to-workspace2

@dsh-user/paste-to-workspace

Paste images / drag any files into the DSH composer -> saved into the session workspace as files -> images read by modlens, other files read by the model by path

AI 분석

核心用途是简化文件与图片向工作区的导入。适合需要频繁向 Agent 投喂本地文件或截图,并希望自动落盘至工作区的用户。

패키지
@dsh-user/paste-to-workspace
버전
0.8.1
라이선스
MIT
최근 업데이트
2026. 8. 14.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:LQ-1123/paste-to-workspace

📖 使用

重启 GUI 后:

  1. 拖入任意文件(.txt / .md / .pdf / .doc / .zip …)或粘贴图片:输入框 上方出现预览条——图片为缩略图、其他文件为图标卡片(点击卡片下载、 点灰色 × 移除);
  2. 发送(Enter 或发送按钮,不输入文字也可以):一次回合——有文字时 显示两个气泡(文字一条、媒体一条),纯文件只有一条;
  3. 模型侧收到 [Image: source: /Users/.../.dsh-paste/pasted-*.png](modlens 自动读图)或 [File: source: /Users/.../pasted-*.txt](模型按路径读取 文件内容);
  4. 文件落在工作区 .dsh-paste/ 目录,历史消息里点击文件卡片可随时重新下载。