DeepSeek Harness plugin

dsh-session-share

Portable Session Capsule export and import for DeepSeek Harness

Jump to install

Source facts

Repository
quicksandznzn/dsh-session-share
Latest update
Aug 17, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/quicksandznzn/dsh-session-share
Plugin: dsh-session-share
Author: quicksandznzn

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.mdSource · read only
README language

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.