Niobium-41-nb/dsh-chat-image

Niobium-41-nb★ 0TypeScriptLast synced: 2026-08-17

Open on GitHub

Renders chat Markdown image references as a gallery in the DSH web GUI

README excerpt

dsh-chat-image English 中文 Renders chat Markdown image references ( ) as a gallery under each closing assistant message in the DeepSeek Harness web GUI. - Local workspace paths load through a validated host route ( /dsh-chat-image ): the path must resolve inside a registered workspace and be a regular file of at most 32 MiB; the file is served with an extension-derived content type. - http(s) references are skipped — the built-in markdown renderer already shows them inline. - data: URLs render directly. - The optional title renders as the caption below the image and as the hover hint; a local file without a title shows its absolute path as the hover hint. - A reference whose image fails to load (missing file, out of workspace, over the byte cap) falls back to its alt text; an empty alt renders nothing for that item. - Clicking a local image opens the file through the same host opener the tool rows use. Install As a standalone bundle, from a dsh installation: A git install fetches sources and runs the package's prepare build; pnpm ≥ 10 requires an explicit build allowance for that script (the add output prints the exact pnpm-workspace.yaml entry to add). The web profile's browser ros…

View full README on GitHub →
Tools / Devdsh-plugin

Category