SnowfallC/dsh-mobile-web-remote1

dsh-mobile-web-remote

Scan-to-connect, app-free mobile web remote access for DeepSeek Harness

包名
dsh-mobile-web-remote
版本
0.1.0
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:SnowfallC/dsh-mobile-web-remote

使用

  1. 在电脑端打开 DSH,点击右下角“手机远程 / Mobile remote”。
  2. 等待 Quick Tunnel 建立并显示二维码。
  3. 使用手机系统相机或浏览器扫码。配对链接默认在 15 分钟后失效,且只能成功配对一次。
  4. 在手机上进入已有工作区与会话,继续发送消息或查看执行状态。
  5. 结束后点击“撤销链接 / Revoke link”。如需重新配对,先撤销,再生成新的二维码。

管理页也可从本机访问:http://127.0.0.1:3080/__dsh_mobile

配置

默认配置位于 cordis.patch.yml

config:
  cloudflaredPath: auto
  pairingTtlMinutes: 15
  sessionTtlHours: 12
  bridgePort: 0

bridgePort: 0 表示由操作系统分配空闲本地端口。cloudflaredPath: auto 会先检查系统命令,再安装经过校验的固定版本。自动安装文件缓存在 $DSH_HOME/cache/dsh-mobile-web-remote/cloudflared;也可以通过 cloudflaredPath 或环境变量 DSH_CLOUDFLARED_PATH 指定现有可执行文件。