Render local image paths from assistant replies inline in the message body (9 formats, click-to-zoom lightbox, adjustable size).
Install
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:3403473060/dsh-inline-images
GitHub-sourced plugins run build scripts on your machine at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
让 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
Links
More in this category
Anionex/dsh-turn-rewind★ 35
Rewind conversation and workspace state, powered by a persistent Change Ledger.
Chinesezjc/dsh-interconnect★ 24
Cross-instance message and event handoff between DSH instances via an interconnect server.
Nwflower/dsh-chat-import★ 22
Import Claude Code / Codex / ChatGPT / Cursor / Gemini / Reasonix / opencode chat histories as resumable DeepSeek Harness sessions.
hellodigua/dsh-share★ 16
Share your conversations with one click.
Moeblack/dsh-message-edit★ 16
Branch-based message editing, reroll, retry, and a version timeline.
whyihaveyou/dsh-suite#plugin-session-export★ 14
Export the append-only session log as human-readable Markdown or HTML, grouped by trajectory source.