Plugin directory / Developer / dsh-inline-images
dsh-inline-images
Unverified 3403473060
What it does
A plugin in the Developer category for DeepSeek Harness.
Unverified — not yet verified
A plugin in the Developer category for DeepSeek Harness. Not yet verified — install and test it yourself.
“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.
README
dsh-inline-images 对话内联图片
让 DeepSeek Harness 的对话直接显示本地图片:LLM 回复中输出的本地图片路径(截图、生成图等)会在消息正文里自动渲染成图片 —— 不再只是一串看不到的路径文本。

功能
- 消息正文内联渲染:扫描助手回复文本中的本地图片路径(
C:\...盘符、UNC、POSIX、、反引号包裹),把真实存在的图片改写成同源回环 URL,产品 MarkdownText 直接在正文渲染。 - 支持 9 种格式:png / jpg / jpeg / webp / gif / svg / avif / bmp / ico。
- 点击放大灯箱:点击正文图片 → 全屏大图;点背景或按 Esc 关闭。
- 可调尺寸:设置 → 内联图片,调整正文图片最大宽/高(64–2400 px,默认 640×420),持久化到凭证存储(
INLINE_IMAGE_MAX_WIDTH/INLINE_IMAGE_MAX_HEIGHT)。 - 安静降级:不存在的路径、示例/占位路径(路径、xx、... 等)静默跳过,不影响对话;消息内容仍是纯文本 URL,纯文本模型适配器不会拒绝。
构建与安装
pnpm install
pnpm run build
dsh plugin --profile web add ./dsh-inline-images
工作原理
llm/stream包装器扫描文本块,fs.stat确认文件存在。- 按原始区间把路径替换为
。 - webServer 路由实时读取文件字节返回(与页面同源,无 CSP/混合内容问题);token 每次激活随机生成。
许可证
MIT
Install
Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:
dsh plugin add dshbase-catalog Then say "install dsh-inline-images for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.
This plugin is GitHub source (not published to npm) — install it straight from the repo:
Web profile:
dsh plugin --profile web add github:3403473060/dsh-inline-images Headless (CLI) profile:
dsh plugin --profile headless add github:3403473060/dsh-inline-images Test report
Not yet L3-verified — see failure note below if we already ran it.