justhalfbit/dsh-plugin-show-image0

dsh-plugin-show-image

Render local image files inline in the DSH conversation via a global show_image tool.

包名
dsh-plugin-show-image
版本
0.1.0
许可证
MIT
最近更新
2026年9月1日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:justhalfbit/dsh-plugin-show-image

从 GitHub 安装(零构建步骤,无需 allowBuilds 配置)

dsh plugin --profile web add github:justhalfbit/dsh-plugin-show-image

使用方式

安装并重启后,所有会话(任何 preset)都自动获得 show_image 工具。直接对 agent 说:

把 /path/to/image.png 显示出来

agent 会调用 show_image 工具,图片即内联渲染在会话卡片中。点击图片可全屏查看。

提示:建议使用绝对路径。相对路径会按 DSH 进程的工作目录解析,而非会话工作目录。