JuneLearn/dsh-session-import ↗★ 0
dsh-session-import
Import and verify DeepSeek Harness session exports with state sync, rollback protection, and an in-app workflow
AI Analysis
核心用途是导入并校验 DSH 导出的会话压缩包或 JSONL 文件。适合需要在不同工作区或设备间迁移、同步和恢复 DSH 历史对话及状态的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JuneLearn/dsh-session-importREADME
Read the full README ↗Usage
- Open DSH Web and click New session at the top of the left sidebar.
- Find the workspace and mode controls above the central prompt input.
- Click Import conversation to the right of Standard mode.
- Select or drop a
.zip/.jsonlfile produced by DSH/export. - Review the structural verdict, SHA-256, counts, original workspace, and synchronizable state.
- Select a target workspace and adjust title, restamping, and synchronization options as needed.
- Click Start import. The new session appears in the sidebar and opens automatically.
The control row is approximately:
[Select workspace] [Standard mode] [Import conversation]
The plugin also exposes local HTTP endpoints. See the complete API documentation for parameters and response formats.