deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
把 DeepSeek Harness(DSH)本地保存的会话一键导出为 Markdown / JSON,用于备份、分享、整理与迁移。 Session export & backup tool for DeepSeek Harness (dsh) — list local sessions and export any of them to Markdown or JSON, with full chat turns, tool calls and results.
支持 zstd 压缩(.jsonl.zstd,DSH 默认存储格式)与明文(.jsonl)两种会话日志。纯 Node 实现,零第三方运行时依赖。
| 工具 | 说明 |
|---|---|
session_list |
列出所有本地会话:标题、ID、工作目录、创建时间、大小(支持关键字过滤) |
session_export |
导出指定会话为 Markdown(用户/助手消息、工具调用与结果、推理过程)或 JSON(结构化数据,便于二次处理) |
outPath 直接写文件,默认返回全文session/title 记录,无标题时回退到首条用户消息dsh plugin --profile web add dsh-session-export
# 或任意 profile:dsh plugin --profile <name> add dsh-session-export
安装后自动加入 profile 的 dsh.profile.bundles,重启/重载即可使用。
session_listsession_exportsession_export format=jsonEnglish: "List all my sessions" → session_list; "Export session session_export.
会话数据来自 $DSH_HOME/sessions(默认 ~/.dsh/sessions)。
MIT © istone
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。