@zljr/dsh-share
DSH 会话分享插件:为当前会话生成只读的局域网分享链接(静态聊天记录快照)。
AI 分析
核心用途是快速将聊天记录分享给局域网内的其他成员。适合需要向同事或团队展示智能体执行结果与对话过程的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zljr/dsh-share说明文档
阅读完整 README ↗Configuration
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.