liuyuelintop/dsh-conversation-exporter
liuyuelintop★ 0JavaScript最后同步: 2026-08-17
Export DeepSeek Harness conversations as clean, human-readable Markdown.
README 摘要
DSH Conversation Exporter DSH Conversation Exporter adds an Export Chat action to DeepSeek Harness (DSH) Web. It downloads the current conversation as a clean Markdown file containing the human-authored messages and final assistant answers, ready for reading, notes, Git, or handoff to another AI assistant. Export Chat vs. Session Log Export Chat is an additive action; it does not replace or modify DSH's official Session Log export. Export Chat Official Session Log Purpose Reading and AI handoff Debugging, recovery, and replay Contents Human messages and final assistant answers Raw events, chunks, tool activity, metadata, and attachments Format One Markdown file ZIP 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: 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: Use 1. Open a conversation in DSH Web. 2. Select Export Chat in the current session header, beside …
在 GitHub 查看完整 README →