설치
npx -y @deepseek-ai/dsh plugin --profile web add github:quicksandznzn/dsh-session-share이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.
README
유지 관리자가 작성한 문서 스냅샷입니다.
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.
- Open the Session you want to share.
- Select Share in the Session header, or run
/share-session. - Select Download Capsule in the dialog and save the ZIP file.
- Send the ZIP file to the recipient.
Import a Session
After receiving the Capsule:
- Run
/import-sessionto open the import dialog. The current Harness does not expose an Import Session item in the sidebar. - Choose the local destination workspace.
- Drop the Capsule ZIP into the dialog, or choose it from your device.
- 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.
프로젝트 파일 및 신호
표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.
저장소 정보
- 언어
- TypeScript
- 라이선스
- MIT
- 마지막 업데이트
- 2026. 8. 17. AM 7:08
신중하게 설치하기
소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.