DSH 插件 dawsondx/dsh-doc-share:把会话整理成可导出的报告
dsh-doc-share 是一款由 dawsondx 维护的 DSH 对话报告化分享插件(MIT 许可)。它旨在解决 DSH 会话消息杂乱、难以归档的问题,将多轮问答、代码块及富组件整理为结构清晰、带摘要统计的专业报告。 核心功能包括:支持轮次筛选、搜索及单轮快捷分享;自动生成包含轮数、字数等统计的摘要;优化排版,独立展示代码块并折叠工具调用。导出格式涵盖 PNG、HTML、PDF 和 Markdown,支持自定义封面标题、调整版式宽度与字号,并可隐藏中间过程。插件兼容 dsh-genui 富组件,支持深色模式及中英文自动适配,设置项通过 localStorage 持久化。 安装只需运行 `
Read Moredsh-session-export: Exporting DSH Sessions to Markdown and JSON
dsh-session-export is a DSH community plugin maintained by bwndlct, designed to export DeepSeek Harness (DSH) sessions into portable Markdown and structured JSON files for archival, reading, and downstream processing. The plugin is released under the MIT license and supports export triggering via the `session_export()` tool (available in all profiles) or the `/session-export` slash command (required in profiles that mount the commands service, such as web). Its core features include sequentially preserving user, assistant, and tool interactions, with robustness against unknown events, code fences, and oversized results (exceeding 8,000 characters will be truncated and marked).
Read More