dsh-conversation-exporter
v0.1.0 · 1 天前发布
Local clean-Markdown export for the current DeepSeek Harness Web conversation.
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
版本兼容矩阵
| DSH 版本 | 状态 | 说明 |
|---|---|---|
dsh@0.1.0-rc.6 | ✅ 兼容 | cordis patch ✅ |
dsh@0.1.0 | ✅ 兼容 | 标准 patch ✅ |
dsh@0.2.0 | ⚠️ 待验证 | 待实测(API 可能在变) |
dsh@0.3.0+ | ❓ 未知 | 尚未发布 |
💡 兼容矩阵每周末自动跑实测,欢迎 PR 修正
元数据
- License
- MIT
- npm
- dsh-conversation-exporter
- Repo
- git+https://github.com/liuyuelintop/dsh-conversation-exporter.git
- Engines
{"node":">=20"}- Weekly DL
- 0
- Monthly DL
- 0
- dsh.bundle
{"bundle":{"patch":"./cordis.patch.yml"},"client":{"inject":["@deepseek-ai/dsh-client-runtime","@deepseek-ai/dsh-client-ui-conversation"],"platform":"web"}}