DeepSeek Harness plugin

dsh-Remote-blanknot

DSH Remote 官方 bundle 插件:DSH 左侧原生边栏入口 + 右侧抽屉内嵌管理控制台;内置网关随 DSH 自动启停(systemd 独立单元),抽屉直显令牌与设备监控;网关提供 /fs/* 文件传输端点(列表/断点下载/上传),配合 Android App 远程操控会话/审批/提问/goal 与文件互传(多服务器测速切换、聊天记录离线缓存)。

Jump to install

Source facts

Repository
Blank-not-black/dsh-Remote
Latest update
Aug 22, 2026
Category
Memory
GitHub stars
18
Format
plugin
Package path
packages/plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
packages/plugin/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/Blank-not-black/dsh-Remote/tree/HEAD/packages/plugin
Plugin: dsh-Remote-blanknot
Author: Blank-not-black

Check the source files

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

File explorer3 files
README.en.mdSource · read only
README language

dsh-remote-plugin

The official DSH bundle plugin for DSH Remote. It adds a DSH sidebar entry, a compact status panel, a full admin console, and a gateway managed alongside DSH.

English · 中文

Install

dsh plugin --profile web add dsh-remote-plugin

# Optional version pin
dsh plugin --profile web add dsh-remote-plugin@0.6.8

Restart DSH Web and refresh the browser. The DSH Remote entry will appear in the sidebar.

What the plugin provides

  • Compact panel: gateway state, connected devices, token usage, and quick actions.
  • Admin console: port, upstream, devices, requests, token statistics, QR pairing, and token rotation.
  • Bundled gateway.cjs: Bearer-token gateway listening on 0.0.0.0:8787 by default.
  • Self-healing lifecycle: relaunches the gateway after a DSH restart or unexpected exit; start and stop it from the panel.
  • /fs/* file endpoints: list, download, chunked upload, resume, pause/continue/cancel, and SHA-256 verification.
  • Mobile, desktop, and admin WebUI assets, plus the Android APK distributed with the plugin.

Mobile capabilities

The Android app / mobile WebUI has five main destinations: Sessions, Files, Home, Stats, and Settings. Session detail supports goals, subagent interruption, model selection, fullscreen input, slash commands, and image attachments. Images can come from the camera or gallery and are sent as image content in session.prompt.

Notification settings include approval / question notifications, background polling, peak reminders, task completion notices, and announcement history. Four themes are retained: Default Deep Space, Sunset, Elbphilharmonie, and Prairie Tower.

Gateway configuration

  • Port priority: DSH_REMOTE_GATEWAY_PORT~/.dsh-remote/gateway-port8787.
  • Token: ~/.dsh-remote/token, generated on first run.
  • Self-healing: ~/.dsh-remote/gateway.enabled; use DSH_REMOTE_AUTOSTART=0 to disable automatic management.
  • File roots: DSH_REMOTE_FS_ROOT, separated by : on Linux/macOS and ; on Windows.
  • Upload limit: DSH_REMOTE_FS_MAX_UPLOAD, 2 GB by default.
  • DSH upstream: http://127.0.0.1:3080 by default.

The token grants remote control of DSH. Keep it private. For cross-network access, prefer Tailscale or another authenticated secure tunnel.

Links

  • Admin page: http://<gateway-ip>:8787/admin
  • Desktop WebUI: http://<gateway-ip>:8787
  • Main project: dsh-Remote
  • Stable releases: GitHub Releases

License

MIT