seth-hg/dsh-session-port0

dsh-session-port

DSH 插件:将包含日志、子代理、引用媒体和工作区文件的会话打包为 ZIP 并进行恢复。

AI 分析

用于 DSH 会话的完整备份与恢复。适合需要跨设备迁移或归档包含工作区文件和子代理数据的复杂会话的用户。需要 Node.js ≥ 22.10。

包名
dsh-session-port
版本
0.1.4
许可证
MIT
最近更新
2026年9月2日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:seth-hg/dsh-session-port

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)