Install
Inside DeepSeek Harness, with dsh-market
dsh plugin --profile web add dshmarket
Or from the command line
dsh plugin --profile web add github:corrinehu/dsh-chat-imagine
Installing runs third-party code with your own permissions — it can read your files, use your credentials and reach the network. Review the source first, and pin a commit (github:owner/repo#sha) when you can.
Screenshots
README
English | 中文
Use image-generation tools already available to DeepSeek Harness (DSH) directly from the chat, then display the generated image in the conversation.

Overview
Two image-generation methods are supported:
API
Uses OpenAI-compatible providers already configured in DSH and finds their available image models.
For built-in providers (e.g. OpenRouter) whose base URL is left blank in DSH settings, the plugin falls back to DSH's built-in default endpoint, matching how chat routing resolves them.
CLI
The plugin scans the local machine for the MiniMax CLI (mmx), the OpenAI Codex CLI (codex), and the Google Antigravity CLI (agy); each one found becomes an available image-generation backend.
- Calling
codexspends your ChatGPT account (Plus/Pro) quota rather than an API key. Requires the codex CLI installed and signed in to an account with image quota left (check withcodex login status). - Calling
agyspends your Google account quota. Requires the agy CLI installed and signed in via the Antigravity app. - When codex / agy is detected, the plugin also registers the skill
cli-image-gen, which teaches the model to drive the CLIs for image generation when thegenerate_imagetool fails (quota / region restrictions / parsing), and to finish with inline display viashow_image_file.
Install
dsh plugin --profile web add github:corrinehu/dsh-chat-imagine
Usage
After installing the plugin, start a new conversation and ask for an image:
Create a cute blue whale logo.
The plugin checks available channels and models, then asks which one to use as the default:

Once set, you don't need to choose again. Just describe the image you want in the chat:
Generate a 16:9 sunrise over snowy mountains.
The result appears directly in the chat.
You can also use another image backend:

Just say so in the conversation, for example:
Use agy to generate a widescreen hand-drawn colored-pencil diagram explaining LLM post-training.

Notes
- Currently tested only in the DSH Web profile.
- Images are kept in DSH process memory. Historical image links stop working after restart; save images you want to keep from the chat UI.