dsh-chat-log
DSH 会话日志导出工具:将流式碎片折叠为正常消息,支持通过 /chat 命令或浏览器按钮导出为干净的 JSON 聊天记录。
AI 分析
核心用途是导出格式整洁、易读的对话历史。适合需要备份、分享或二次分析 DSH 对话内容的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:YupegLV/dsh-chat-log说明文档
阅读完整 README ↗Usage
| Entry | Description |
|---|---|
/chat | Export the current session → /dsh-chats/chat--.json, echoes the absolute path |
/chat --id | Export a specific session |
/chat --out | Custom output directory |
| Chat log button (session header) | Beside the official "Session log" ZIP button; HEAD-preflights then downloads dsh-chat-.json through the browser download manager (needs the host patch above) |