yujianjian1013/dsh-codex-media0

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.

AI Analysis

核心用途是为 DSH 引入多模态图像处理能力。适合需要直接在聊天中进行图片识别、AI 绘图及图像编辑的用户;需配置 MCP 服务。

Package
dsh-codex-media
Version
0.1.0
License
MIT
Last updated
Aug 17, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yujianjian1013/dsh-codex-media

使用

  • 识图:在输入框 Ctrl+V 粘贴图片(截图 Win+Shift+S)→ 自动出现 [图片] sha256:… → 发送,模型会自己调 identify_image。也支持直接说"识图一下剪贴板"(image: clipboard)。
  • 生图:直接说"画一只……"→ 模型调 generate_image,output_path 按会话工作目录传入。
  • 改图:粘贴参考图 + "把它改成……"→ edit_image 带参考图重绘。