dsh-show-image
Agent-to-user image display for the DeepSeek Harness WebUI: a show_image tool whose results render as an inline image card in the conversation (via embedded presentation data), never entering model history — safe for text-only LLMs.
AI Analysis
核心用途是在 WebUI 中向用户展示图片。适合使用纯文本大模型、同时需要智能体能够向用户直观呈现图片结果(如绘图、截图)的场景。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗配置
| 配置项 | 默认 | 说明 |
|---|---|---|
maxImages | 12 | 单次最多显示的图片数 |
maxBytes | 8 MiB | 单张读取上限(与附件服务上限取更小者) |
maxEmbedBytes | 2 MiB | 单张可嵌入会话展示的最大字节数;data URL 会随会话日志持久化,超限直接报错,避免日志膨胀 |