@wenbin_wb/dsh-bridge 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,14 +6,16 @@
6
6
 
7
7
  > Multi-channel remote access plugin for DeepSeek Harness
8
8
 
9
+ Keep using your DeepSeek Harness on the go. Scan a QR code with your phone and keep working from your sofa, another room, or across the world — no need to sit at your desk, no need to be on the same network, and no need to set up your own public server.
10
+
9
11
  Seamlessly extend your local DeepSeek Harness to mobile phones, tablets, public networks, and even IM chat apps. Access your AI assistant anytime, anywhere via QR code scanning, web browsers, or future integrations with WeChat/QQ/Feishu.
10
12
 
11
13
  ---
12
14
 
13
15
  ## Features
14
16
 
15
- - **LAN Access**: Scan QR code with your smartphone/tablet, direct access on the same Wi-Fi
16
- - **Cloudflare Tunnel**: One-click public internet exposure, connect from anywhere
17
+ - **LAN Access**: Scan QR code with your smartphone/tablet, direct access on the same Wi-Fi — keep the conversation going from your phone
18
+ - **Cloudflare Tunnel**: One-click public internet exposure, connect from anywhere without a public server of your own — keep working even when you're away from home
17
19
  - **Custom Tunnel**: Connect to your own tunnel server with a fixed domain ([Setup Guide](docs/custom-tunnel.md))
18
20
  - **IM Integration (Planned)**: WeChat / QQ / Feishu / OpenClaw direct chat integration
19
21
  - **Security Alerts**: URLs and QR codes with access warnings to prevent accidental sharing
package/README.zh-CN.md CHANGED
@@ -6,14 +6,16 @@
6
6
 
7
7
  > DeepSeek Harness 多通道远程访问插件
8
8
 
9
+ 手机扫个码,人不在电脑前也能继续用 DeepSeek Harness。躺在沙发上、出差在外、跨网访问——都不用守着电脑,也不用自己搭公网服务器,扫码就能在手机/平板或任意设备上接着干。
10
+
9
11
  把你本地的 DeepSeek Harness 无缝延伸到手机、平板、公网、甚至 IM 聊天软件。无论你在哪,都能通过扫码、网页或未来的微信/QQ/飞书,随时调用你的 AI 助手。
10
12
 
11
13
  ---
12
14
 
13
15
  ## 功能特性
14
16
 
15
- - **局域网访问**:手机/平板扫码,同一 Wi-Fi 直接访问
16
- - **Cloudflare 隧道**:一键暴露公网地址,随时随地连接
17
+ - **局域网访问**:手机/平板扫码,同一 Wi-Fi 直接访问,躺着也能在手机上接着聊
18
+ - **Cloudflare 隧道**:一键暴露公网地址,随时随地连接,出差在外、不在家也能接着干,无需自建公网服务器
17
19
  - **自建隧道**:连接自己的隧道服务器,获得固定域名([搭建教程](docs/custom-tunnel.md))
18
20
  - **IM 集成(规划中)**:微信 / QQ / 飞书 / OpenClaw,直接在聊天软件里呼唤你的 Agent
19
21
  - **安全提示**:URL 和二维码带访问警告,防止误分享
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wenbin_wb/dsh-bridge",
3
- "version": "1.0.8",
4
- "description": "DSH 多渠道接入桥:局域网二维码、自建隧道、机器人集成",
3
+ "version": "1.0.9",
4
+ "description": "手机扫码即可在移动端/公网继续用 DeepSeek Harness,人不在电脑前也能接着干。一键局域网二维码、Cloudflare 公网隧道、自建隧道与机器人集成,无需自己搭公网服务器。",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
7
7
  "exports": {