dsh-session-share
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
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.