kittimzhe/dsh-session-export0

dsh-session-export

Human-readable session transcript export for DeepSeek Harness: /transcript writes Markdown/JSON to a host path via ctx.sessionQuery

AI 分析

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

パッケージ
dsh-session-export
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/22

インストール

$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