AI Agent Hub
Back to plugins
dsh-show-image preview

dsh-show-image

Client Updated 2026.08.24

Run the following command in DeepSeek Harness:

dsh plugin install KureKaruna/dsh-show-image

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install KureKaruna/dsh-show-image to install the plugin from https://github.com/KureKaruna/dsh-show-image, then restart DSH WebUI to activate it.

About this plugin

In a DSH WebUI conversation, the model references a workspace image and the chat thread simply shows a file path, forcing you to switch to an editor just to view it. dsh-show-image closes that gap by rendering images directly inside the chat flow as a gallery with lightbox preview.

The plugin registers a show_image tool that accepts PNG, JPEG, WebP, and GIF. On invocation, the host-side reads bytes from the DSH file-system service, persists them via attachments.saveImage(), and returns a structured ImageBlock as a session attachment reference. Image bytes never enter the model context, keeping token usage clean. The browser side reuses the built-in WebUI gallery and lightbox components for rendering and supports history replay. Both top-level native tool calls and run_code sub-dispatches are supported, and no custom top-level session events are created, preserving full compatibility with DSH known event types and replay logic.

Ideal for developers and designers who regularly work with renders, design assets, or data-visualization output inside a DSH workspace, where a casual request like

Screenshots

Use Cases

  • Viewing a rendered image inline in the chat after the model generates it
  • Browsing existing PNG, JPEG, WebP, or GIF files in the workspace during a conversation
  • Reviewing image output produced by a run_code sub-task

Best For

  • Developers working with renders or design assets in a DSH workspace
  • Designers who frequently review data-visualization output
  • Daily DSH users who want to avoid manually opening file paths