kittimzhe/dsh-session-export ↗★ 0
dsh-session-export
Human-readable session transcript export for DeepSeek Harness: /transcript writes Markdown/JSON to a host path via ctx.sessionQuery
安装
$
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