DeepSeek Harness Plugin

corrinehu/dsh-chat-imagine

Stars ★ 1 Category Tools & Capabilities Added 2026-08-16

Generates images in DeepSeek Harness through configured OpenAI-compatible image models or a local MiniMax CLI, and displays the result in chat.

Install

# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)

dsh plugin --profile web add github:corrinehu/dsh-chat-imagine

Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).

README

English | 中文

Use image-generation tools already available to DeepSeek Harness (DSH) directly from the chat, then display the generated image in the conversation.

An image generated in a DSH conversation

Overview

Two image-generation methods are supported:

  • API: Uses OpenAI-compatible providers already configured in DSH and finds their available image models.
  • CLI: Scans the local machine for the MiniMax CLI (mmx). When it is found, it becomes an available image-generation backend.

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:

Choose a default image backend

Once you set a default, later requests can go straight to generation:

Generate a 16:9 sunrise over snowy mountains.
Create a minimal illustration for a technical blog cover.

The result appears in the chat.

You can also use another image backend:

Choose a non-default backend

Just name the backend you want in the conversation, for example:

Use a GPT image model to generate a WeChat article cover.

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.

License

MIT

Content from the project README on GitHub ↗

Links

More in this category

View the whole category →