dsh-session-share
开发工具 活跃维护

dsh-session-share

quicksandznzn/dsh-session-share

提供完整会话树的离线导出导入能力,生成经过校验的离线胶囊包,支持本地ZIP传输与附件路径自动重映射,无需联网即可完成跨设备会话迁移,操作简单快捷。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
TypeScript
主要语言
MIT
开源协议
110 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:quicksandznzn/dsh-session-share
git clone https://github.com/quicksandznzn/dsh-session-share.git
git clone git@github.com:quicksandznzn/dsh-session-share.git
README.md main

dsh-session-share

English | 中文

Share complete Session trees as local, offline Capsules between DeepSeek Harness installations.

Install

dsh plugin --profile web add dsh-session-share

Both the sender and the recipient need to install this plugin in their own Harness.

Share a Session

This plugin lets you share your own Session with another person. It exports the current Session, its complete subagent tree, and referenced images into a local offline Capsule (.dsh-session-share.zip). You can send that file through chat, file transfer, or another trusted channel.

  1. Open the Session you want to share.
  2. Select Share in the Session header, or run /share-session.
  3. Select Download Capsule in the dialog and save the ZIP file.
  4. Send the ZIP file to the recipient.

Import a Session

After receiving the Capsule:

  1. Run /import-session to open the import dialog. The current Harness does not expose an Import Session item in the sidebar.
  2. Choose the local destination workspace.
  3. Drop the Capsule ZIP into the dialog, or choose it from your device.
  4. After a successful import, the browser reloads and opens the imported root Session.

The imported Session stays idle until the recipient sends a new message. It then uses the receiving Harness's model, agent composition, credentials, tools, and workspace; the sender's execution environment is not reused directly.

Import behavior

  • Every import creates a new local Session tree with new local IDs.
  • Importing the same Capsule again creates another independent copy instead of reusing the original.
  • Capsules are offline files, not online share links; the plugin never uploads Session contents automatically.

Privacy and security

Capsules can contain prompts, model replies, tool input/output, Workspace paths, and images. Share them only with trusted recipients and review the contents for sensitive information first.

Session Capsule v1 provides no encryption, redaction, access control, or online revocation.