AI Agent Hub
Back to plugins
⚙️

dsh-session-share

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install quicksandznzn/dsh-session-share

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install quicksandznzn/dsh-session-share in your DeepSeek Harness terminal to install the plugin; the source code is available at https://github.com/quicksandznzn/dsh-session-share

About this plugin

Carrying a full multi-turn conversation from one DeepSeek Harness installation to another used to mean manual copy-pasting or screen sharing. dsh-session-share turns that process into a single file hand-off: it bundles the current session, its complete subagent tree, and any referenced images into a local offline Capsule (.dsh-session-share.zip) that you pass along like any other document.

On the sender side, choose Share from the session header or run /share-session to download the Capsule, then deliver it through chat, file transfer, or any other trusted channel. On the recipient side, run /import-session, drop the ZIP into the dialog, and the browser reloads to open the reconstructed root session. The imported session draws on the recipient's own model, agent composition, credentials, tools, and workspace; the sender's runtime is never reused. Every import mints fresh local IDs, and importing the same Capsule a second time creates an independent copy rather than overwriting the original.

This plugin is a good fit if you run Harness on multiple machines and need to move a complete dialogue—including subagent outputs—into another environment for debugging, collaboration, or archival. Everything stays on the local file system and nothing is uploaded automatically. Keep in mind that v1 provides no encryption, redaction, or access control, so review the Capsule for sensitive content before sharing it with anyone.

Use Cases

  • Package a multi-turn dialogue with subagent outputs and hand it to a colleague for reproduction
  • Export the working session before switching machines and import it on the new environment
  • Share the full session tree to help others inspect tool-calling details during debugging

Best For

  • Developers or researchers running DeepSeek Harness on multiple machines
  • Teams that need to transfer full session records offline without cloud upload
  • Individuals who want to archive or collaboratively debug Agent workflows as files