zljr/dsh-share2

@zljr/dsh-share

Session share plugin for DeepSeek Harness: generate a read-only LAN share link (frozen transcript snapshot) for the current session.

AI Analysis

核心用途是快速将聊天记录分享给局域网内的其他成员。适合需要向同事或团队展示智能体执行结果与对话过程的用户。

Package
@zljr/dsh-share
Version
0.1.1
License
MIT
Last updated
Aug 16, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zljr/dsh-share

Configuration

Environment variables (or a config object supplied via cordis.patch.yml):

VariableDefaultDescription
DSH_SHARE_HOST0.0.0.0Bind address of the read-only share server.
DSH_SHARE_PORT3081Port of the share server.

On Windows, the first 0.0.0.0 listen may trigger a firewall prompt — allow it so other devices can reach the link.