DeepSeek Harness filters out images and tables embedded in markdown, so when you generate or edit images, SVGs, or CSVs inside a chat session, all you get back is a file path or raw text instead of the actual visual. dsh-csv-and-image-preview registers two host tools, preview_image and preview_csv, that render images via native
elements and tables via native
elements. Pixel and cell data travel through presentationMeta straight to the browser, keeping the model context window completely clean.
The plugin enforces a preview-first workflow by default: after a script calls a preview tool it receives only a compact one-line summary, while the full rendering appears in the tool card. A real file write or mutation happens only after you explicitly confirm, and a rejection triggers a redo plus another preview pass. CSV tables ship with a sticky header, 320px capped scrolling, click-to-sort columns with numeric and pinyin-aware ordering, hover-to-expand for truncated cells, and a default 50-row delivery window to keep overhead low.
Built for developers who regularly handle image assets, SVG icons, or tabular data inside dsh sessions; the chat window becomes the preview canvas, eliminating the need to open a separate browser tab to verify every change.
Use Cases
- Render generated or edited images and SVGs natively in the chat card inside a dsh session
- Preview CSV/TSV data as a sortable native table with sticky header, then commit only after confirming
- Show a preview of a new SVG icon or bitmap, wait for user approval, and write to disk only after sign-off
Best For
- Developers who handle image and SVG assets within dsh sessions
- Data analysts who need to preview and sort tabular data in chat
- Workflow developers who want visual verification before committing file changes
Related Plugins
DSH-better-sidebar
omdsh-dev/DSH-better-sidebar
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
dsh-TUI
ccch1mneyyy/dsh-TUI
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
dsh-market
dsh-market/dsh-market
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
DeepSeek-Balance-Whale-Widget
MeteorNOX/DeepSeek-Balance-Whale-Widget
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.
Copied to clipboard