JackeyWilder/dsh-file-picker ↗★ 0
@jackeywilder/dsh-file-picker
dsh web plugin: native Windows file picker with attachment rail that injects file paths into the session context at send time
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JackeyWilder/dsh-file-picker说明文档
阅读完整 README ↗使用
- 点击输入框工具行的 📎 按钮;
- Windows 原生文件对话框弹出,浏览并多选文件(对话框记住上次所选目录,下次打开定位到该目录);
- 点"打开"——输入框上方出现附件卡片条(📄/📁/🖼️/🗜️ 图标 + 文件名 + 所在目录 + × 移除),并提示"随下一条消息发送";
- 用主输入框正常发送消息——宿主检测到消息进入会话后,先把所选文件的绝对路径清单注入当前会话上下文,消息随即送达;发送成功后卡片条自动清空;
- 对话中出现 "Context injection" 上下文行(附加了文件,请按需读取 + 绝对路径清单),agent 按其中的路径用
read工具读取文件内容并执行你的指令。