dsh-share:为 DeepSeek Harness 会话生成只读局域网分享链接

dsh-share 是一个面向 DeepSeek Harness (DSH) web 配置文件的 MIT 许可证插件,由 zljr 维护。其核心功能是将当前会话冻结为自包含、只读的 HTML 快照,并生成仅限同一局域网访问的令牌链接,从而避免直接暴露主服务端口。插件在会话头部提供 Share 按钮,点击后通过独立的只读 HTTP 服务器(默认绑定 0.0.0.0:3081)提供页面,主服务保持仅本地回环访问。分享页面无 JavaScript 和外部资源,包含 Markdown 渲染、工具调用合并、上下文统计及明暗主题支持。链接使用 128-bit 随机令牌,支持撤销及 1h/24h/7d 过期

Read More
DSH Remote: Bringing the DSH Console to Mobile and Another Computer

DSH Remote consists of the DSH plugin, a standalone gateway, and an Android/WebUI. It enables remote session viewing, handling approvals and queries, file transfer, and monitoring of running status over a local network or Tailscale through Token authentication. The plugin mode installation command is `dsh plugin --profile web add dsh-remote-plugin`, with the gateway listening on port 8787 by default. This setup is ideal for developers who need to continue their DSH workflow on a mobile phone or a secondary device without relying on remote desktop solutions.

Read More