DeepSeek Harness plugin

dsh-extensions-remotelink

Haibala mobile remote control for the DeepSeek Harness web GUI: scan-to-pair QR and one-time tokens for the responsive web UI

Jump to install

Source facts

Repository
haibala-aii/dsh-extensions-remotelink
Latest update
Aug 15, 2026
Category
UI Enhancements
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/haibala-aii/dsh-extensions-remotelink
Plugin: dsh-extensions-remotelink
Author: haibala-aii

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.mdSource · read only
README language

@haibala-aii/dsh-extensions-remotelink

English | 中文

Haibala mobile remote control for the DeepSeek Harness web GUI: the desktop mints a one-time QR, the phone pairs and uses the normal responsive web UI.

This is a fork of @linxin666/dsh-remote-web-ui (BSD-3-Clause). See [NOTICE](NOTICE).

Install

dsh plugin --profile web add github:haibala-aii/dsh-extensions-remotelink

Restart dsh web after the add succeeds. This repository ships prebuilt lib/.

Use

1. Open the desktop GUI at http://127.0.0.1:<port> (the pairing panel is loopback-only). 2. Settings → Remote: turn the plugin on and save. 3. Scan the QR (or open the copied link) on the phone. The phone binds and reloads into the normal web UI (the sidebar/details collapse automatically on small screens). 4. Stop revokes every paired device. Refresh invalidates the current QR.

The sidebar chip 正在远程操控 appears only while at least one paired phone is online.

Task-complete alerts

When an agent goes idle after running, the desktop GUI and an open phone tab play a short chime and show a system notification (after the browser grants permission). Settings → Remote → 任务完成提醒 toggles this on both sides. Keep the web UI open on the phone; Android Chrome can still banner while the tab is in the background. The notification body is the session title only — never an origin or path.

Public access (own domain)

Leave 自动公网隧道 off. Point a reverse proxy or named tunnel at http://127.0.0.1:<port>, then set 公网地址 to that origin, for example https://dsh.example.com. Save and refresh the QR; pick 公网地址, not a LAN IP.

Also trust that host on the connection plugin (--trusted-host dsh.example.com, or a profile overlay that concatenates it onto ctx.webRuntime.trustedHosts).

A Cloudflare quick tunnel hostname changes every run and does not forward SSE; chat then polls. A stable hostname on your own domain avoids that churn.

License

BSD-3-Clause. Original copyright zhu1090093659; Haibala modifications 2026.