zljr/dsh-share2

@zljr/dsh-share

DSH 会话分享插件:为当前会话生成只读的局域网分享链接(静态聊天记录快照)。

AI 分析

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

包名
@zljr/dsh-share
版本
0.1.1
许可证
MIT
最近更新
2026年8月16日

安装

$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.