yujianjian1013/dsh-codex-media ↗★ 0
dsh-codex-media
Codex-powered image understanding & generation for DeepSeek Harness: paste images into the Web GUI (converted to sha256 text refs via an injected paste bridge) and let the ChatGPT-Plus-backed Codex CLI identify / generate / edit images through a zero-dependency MCP server.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yujianjian1013/dsh-codex-media说明文档
阅读完整 README ↗使用
- 识图:在输入框 Ctrl+V 粘贴图片(截图 Win+Shift+S)→ 自动出现
[图片] sha256:…→ 发送,模型会自己调identify_image。也支持直接说"识图一下剪贴板"(image: clipboard)。 - 生图:直接说"画一只……"→ 模型调
generate_image,output_path按会话工作目录传入。 - 改图:粘贴参考图 + "把它改成……"→
edit_image带参考图重绘。