kittimzhe/dsh-session-export0

dsh-session-export

用于 DeepSeek Harness 的人类可读会话导出插件:通过 /transcript 命令将 Markdown/JSON 写入主机路径

AI 分析

核心用途是将当前会话的完整轨迹(含工具调用细节)导出为结构化的 Markdown 或 JSON 文件。适合需要备份对话、生成项目交付文档或离线分析会话内容的用户。

套件
dsh-session-export
版本
0.1.0
授權
MIT
最近更新
2026年8月22日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kittimzhe/dsh-session-export

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