DSH Hub
dsh-conversation-exporter cover

liuyuelintop/dsh-conversation-exporter

dsh-conversation-exporter

UIMemory0 GitHub stars· updated 2026-08-20

Export DeepSeek Harness conversations as clean, human-readable Markdown.

Install

npx @deepseek-ai/dsh plugin --profile web add dsh-conversation-exporter@latest

Restart `dsh web` after install. Bundle APIs can change during the developer preview.

README badge

dsh-conversation-exporter DSH Hub badge
[![DSH Hub](https://dshhub.dev/badge/dsh-conversation-exporter.svg)](https://dshhub.dev/plugins/dsh-conversation-exporter)

Paste this into your README. The star count updates with every catalog sync.

From the README

Excerpt from liuyuelintop/dsh-conversation-exporter, cleaned of badges and images.

DSH Conversation Exporter

DSH Conversation Exporter adds two local export actions to DeepSeek Harness (DSH) Web. Export Chat downloads the whole current conversation as clean, readable Markdown in one click. Select turns… exports a chosen subset of whole conversation turns. A turn means the Human message or messages plus the corresponding final Assistant response; selected turns keep their original chronological order, and unselected turns are omitted.

Listed in Awesome DSH Plugin under Sessions & Messages.

Demo

Use Export Chat for the full current conversation, or Select turns… to export chosen whole turns only.

Export directly from DSH Web

Clean Markdown output

V0.3 Selective Turn Export

Choose only the whole conversation turns you want to keep.

Selected turns preserve rich Markdown, including Mermaid diagrams.

Unselected turns are omitted while the original chronological order is preserved.

Export Chat vs. Session Log

Export Chat is an additive action; it does not replace or modify DSH's official Session Log export.

Export ChatOfficial Session Log
PurposeReading and AI handoffDebugging, recovery, and replay
ContentsHuman messages and final assistant answersRaw events, chunks, tool activity, metadata, and attachments
FormatOne Markdown fileZIP of JSONL artifacts and media

Use Export Chat when you want the conversation. Use Session Log when you need a lossless record of how DSH produced it.

Install and activate

For DSH installations run through npx @deepseek-ai/dsh, add the plugin to the web profile:

npx @deepseek-ai/dsh plugin --profile web add dsh-conversation-exporter@latest

Adding the package to the web profile activates its host and browser components. If DSH Web is already running, stop it and restart it so the profile is recomposed:

npx @deepseek-ai/dsh web

Use

  1. Open a conversation in DSH Web.
  2. Select Export Chat to download the whole current conversation immediately, or Select turns… to choose whole turns from a chronological list.
  3. If using the selector, all turns start selected. Use Select all or Clear as needed, then choose Export selected turns. Export remains disabled when none are selected.
  4. Your browser downloads <session-title>--<short-session-id>.md, for example Project-Architecture-Guide--2002da4d.md.

The latest readable DSH session title becomes the Markdown H1 and a safe, readable filename stem: <session-title>--<short-session-id>.md. The export uses blockquoted Human and Assistant labels and preserves message Markdown. If one message leaves a fenced code block open, the exporter closes that fence before the next transcript section. An unanswered turn is marked with > Response incomplete., and an image-only human message is retained as [Image omitted].

Privacy

Related plugins