kittimzhe/dsh-session-export ↗★ 0
dsh-session-export
用于 DeepSeek Harness 的人类可读会话导出插件:通过 /transcript 命令将 Markdown/JSON 写入主机路径
AI 分析
核心用途是将当前会话的完整轨迹(含工具调用细节)导出为结构化的 Markdown 或 JSON 文件。适合需要备份对话、生成项目交付文档或离线分析会话内容的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kittimzhe/dsh-session-export说明文档
阅读完整 README ↗Configuration
Plugin row config (all optional):
- id: session-export
name: 'dsh-session-export'
config:
defaultDir: /absolute/output/dir # default: session cwd + dsh-transcripts/
argCharLimit: 512 # rendered tool-argument cap
resultCharLimit: 2048 # rendered tool-result cap