@zljr/dsh-share
Session share plugin for DeepSeek Harness: generate a read-only LAN share link (frozen transcript snapshot) for the current session.
AI 분석
核心用途是快速将聊天记录分享给局域网内的其他成员。适合需要向同事或团队展示智能体执行结果与对话过程的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zljr/dsh-shareConfiguration
Environment variables (or a config object supplied via cordis.patch.yml):
| Variable | Default | Description |
|---|---|---|
DSH_SHARE_HOST | 0.0.0.0 | Bind address of the read-only share server. |
DSH_SHARE_PORT | 3081 | Port of the share server. |
On Windows, the first
0.0.0.0listen may trigger a firewall prompt — allow it so other devices can reach the link.