dsh-chat-log
Export a DSH session log as a clean chat log: stream fragments folded into normal messages, every other event kept verbatim. /chat command + browser-download button.
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) |