wuyiwuaa1-ship-it/dsh-read-image-jpeg-fallback0

dsh-read-image-jpeg-fallback

DSH 图像读取兼容插件,自动将 read_image 的 PNG/WebP 附件转换为 JPEG 格式。

AI 分析

核心用途是解决部分模型端点不支持透明图像的问题。适合使用 LM Studio 等 openai-completions 接口且需要处理图片输入的用户。

套件
dsh-read-image-jpeg-fallback
版本
0.1.1
授權
MIT
最近更新
2026年8月26日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wuyiwuaa1-ship-it/dsh-read-image-jpeg-fallback

Usage

No configuration is required.

Use read_image normally. When its successful result contains a PNG or WebP image block, the plugin creates a JPEG replacement for the model-visible attachment before the next provider request is built.

There is no new model-facing tool to learn and no change to the normal agent workflow.