dsh-image-picker
Adds a paperclip image-picker button to the conversation composer - pick reference images through the system file dialog and feed them straight into the official attachment pipeline (thumbnails, limit checks, upload with message).
在会话输入框添加 📎 选图按钮,通过系统文件选择器选取参考图并注入官方附件管线(缩略图、数量与大小校验、随消息上传),绕开拖拽环境问题。
How to install
dsh plugin add github:liujia-io/dsh-image-picker About
dsh-image-picker DeepSeek Harness Web GUI 插件:在会话输入框左侧添加一个 📎 按钮,通过**系统文件选择器**添加附件。 **图片**(png/jpeg/webp/gif)→ 合成 drop 注入**官方附件管线**:缩略图 rail、数量/大小校验、随消息上传 **文本类**(.txt / .md / .markdown / .docx)→ 浏览器读出内容后 **POST 到本地服务端暂存**,消息里只插入一段极短的"回执"(保存路径 + 字符数 + 预览),正文不进会话上下文,agent 用普通读取工具按需取用 为什么这样设计 1. **官方管线是图片专用**——非图文件直接报"不支持类型"。文本类走不了上传路径。 2. **浏览器 File 对象拿不到真实磁盘路径**——"传路径让 agent 自己读"在纯前端走不通:拖拽路径会被浏览器安全策略隐藏,对话框也取不到绝对路径。 3. **全文内联会撑爆上下文**——几万字直接塞进消息既浪费又容易截断。 于是:脚本把选中文件的内容**暂存为 ~/.dsh/picker-attachments/ 下的本地文件**,消息里给出绝对路径 + 短预览。浏览器端无法偷懒绕过,但服务端 shell(host 插件)可以——它运行在 dsh web 进程里,有完整文件系统访问权。 .docx 在浏览器…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-08-28
- Created
- 2026-08-26
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- composer, deepseek-harness, dsh-plugin, image
Related plugins
inbox-zero
elie222/inbox-zero
The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
dsh-desktop
anywhere-labs/deepseek-harness-desktop
为 DeepSeek Harness (DSH) 插件生态打造的现代化桌面端解决方案。万物皆「插件」,桌面本身也是「插件」。
deepseek-harness-genui
pengyue-polaron/deepseek-harness-genui
Code-first React and TypeScript task apps rendered inline, in Canvas, full screen, or on localhost, with interaction state available to later agent turns and approval-gated MCP and API access.
dsh-status-rotator
01Virex/dsh-status-rotator
Replaces the "Deep diving..." turn-status label with rotating meme-worthy phrases, with typewriter and gradient effects.