dsh-bridge-preview
在对话气泡中内联显示 dsh-tool-vision 桥接的粘贴图片,点击可放大,旧消息也会自动补上预览。
Inline image previews in chat for pasted images bridged by dsh-tool-vision on text-only models (click to zoom, old messages get previews too).
怎么安装
dsh plugin add github:xing666173/dsh-bridge-preview 简介
dsh-bridge-preview 为 DeepSeek Harness 的 dsh-tool-vision「图片桥」提供**对话内联预览**的插件。 解决的问题 纯文本模型(如 deepseek-v4-flash)下,粘贴的图片会被 tool-vision 桥接成一段文本提示: [User sent an image (image.png), exported to: C:\...\dsh-vision-bridge\image_sha256:xxx.png. Inspect it with the inspect_image tool to see its content.] 对话里只显示文字、看不到图片。本插件在**展示层**把这段提示中的图片路径渲染成内联缩略图——模型看到的提示文本、inspect_image 调用、日志内容**完全不变**。 截图 特性 用户气泡内直接显示图片预览(缩略图,点击可看大图) 旧消息自动补预览、新消息即时预览(观察器 + 2s 兜底扫描) 纯加法:不修改持久化消息、不碰插槽系统、不影响模型请求 加载失败静默降级(自动移除,不破坏对话) 安装 sh dsh plugin --profile web-desktop add github:xing666173/dsh-bridge-preview 重启 dsh(或硬刷新页面)后生效。需要已安装并…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 1
- 月下载
- –
- 最近更新
- 2026-08-18
- 创建于
- 2026-08-18
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- dsh-plugin
同类推荐
dsh-chat-import
Nwflower/dsh-chat-import
把 13 家 coding agent(Claude Code、Codex、ChatGPT、Cursor、Gemini、opencode 等)的完整对话历史导入为可续聊的 DeepSeek Harness 会话,并支持反向导出回 Claude Code。
dsh-session-manager
dream12347/dsh-session-manager
DSH 会话管理插件:删除(回收站可恢复或彻底清除)、恢复归档会话、活动统计、继续/暂停、打开日志目录、未读标记、新聊天中继续、工作区分组与排序、上下文压缩阈值设置。
dsh-recall-plugin
limbo947/dsh-recall-plugin
消息撤回:在用户消息旁加「撤回」按钮,把对话历史(官方会话 fork)与项目文件(逐消息影子 git 快照)一并回退到该消息发送之前,带差异预览确认面板。