dsh-session-port
DSH plugin: bundle a session (logs, subagents, referenced media + workspace files) into one ZIP and restore it — GET/wsx/session-pack, POST/wsx/session-pack/import + Session Header Export/Import actions
AI 分析
用于 DSH 会话的完整备份与恢复。适合需要跨设备迁移或归档包含工作区文件和子代理数据的复杂会话的用户。需要 Node.js ≥ 22.10。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:seth-hg/dsh-session-portドキュメント
README 全文を読む ↗Usage
From the session header
- Export — downloads
session-port-.zip. - Import — pick a
.zip; it restores into the current session's workspace (the header cwd).
Import also accepts DSH's built-in session-log export (the header /export download): it restores the root session, subagents, and media. That export carries no workspace files, so none are expected.
From the HTTP routes (loopback-trusted)