deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:zdx8637-gitdog/dshmobile
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README

开箱即用:一条命令装插件 → 扫码 → 手机接着干。不是把 DSH Web 暴露到公网的 Remote Access,而是为 DSH 建立一个真正的 Remote Client——不需要懂 Tailscale、隧道、 端口、NAT 或任何网络概念,不需要修改 DSH,装完即用,跨平台。
在手机上远程控制本机 DeepSeek Harness(DSH):扫码配对 → 设备 → 会话树 → 对话、 审批、提问应答、模型切换、文件浏览。
电脑端以 DSH 插件形态分发(plugins/dshmobile-plugin/,npm 包
@zdx8637/dshmobile-bridge):Web 左侧栏底部箭头弹窗,常驻二维码——
微信扫=下载 App、相机扫=跳 App、App 内扫=登录/授权,一个码全搞定。
┌─────────────┐ WSS ┌──────────────────┐ WSS ┌──────────────────────┐
│ dsh-mobile │ ──────── │ relay(云服务器) │ ──────── │ DSH 插件(bridge 守护)│
│ (Android) │ │ 认证/路由/审计 │ │ (连本地 DSH) │
└─────────────┘ └──────────────────┘ └─────────┬────────────┘
│ 127.0.0.1:3080
┌────────▼─────────┐
│ DeepSeek Harness │
└──────────────────┘
手机端(左→右:扫码登录 → 会话/设备 → 对话):
电脑端插件面板(Web 左侧栏底部箭头 → 弹窗,常驻二维码与登录态无关):

npx -y @deepseek-ai/dsh plugin --profile web add @zdx8637/dshmobile-bridge@latest
前置 pnpm;DSH 0.1.0-rc.6 需运行插件附带的 settings 暴露补丁(上游 deferred work, 详见
plugins/dshmobile-plugin/README.md)。手机 App 扫码即下载(默认使用作者自营 relay, 可自建——见relay/与dsh-remote/docs/04-operations.md)。
| 目录 | 内容 |
|---|---|
plugins/dshmobile-plugin/ |
DSH 插件(npm 包):host 桥守护 + 常驻二维码双模式 + Web 侧栏弹窗 |
dsh-mobile/ |
Android 客户端(Kotlin + Compose,minSdk 26,无 GMS 依赖) |
dsh-remote/ |
bridge(Node / Electron 打包)、扫码落地页、Web 调试台、协议与运维文档、测试脚本 |
relay/ |
云 relay 服务(Node + Express + SQLite + WS):用户/设备/配对/审计,仅路由不执行 agent 逻辑 |
协议契约与设备语义:dsh-remote/docs/02-protocol.md(单一事实来源)。
dsh-mobile/README.md):$env:JAVA_HOME='...jdk-17...'; $env:ANDROID_HOME='...Android\Sdk'
gradle :app:assembleDebug # 或 :app:assembleRelease
dsh-remote/bridge/config.example.json 为 config.json
并填 relay 地址/账号,然后 node dsh-remote/bridge/src/main.js。cd dsh-remote/bridge/electron && npm run dist。npm install && npm run build && node dist/index.js,配置见
relay/.env.example(复制为 .env 填真实值)。仓库不包含任何真实凭据,以下内容永远只在本地/私有渠道存在:
TEST_PASS、
RELAY_HOST、RELAY_SSH_PASS 注入;文档中一律以 <relay-host> 等占位。dsh-remote/bridge/config.json(含账号密码)不入库,模板见 config.example.json。release.keystore 与签名口令不入库;口令写在本机
dsh-mobile/local.properties(dshmobile.storePassword / keyAlias / keyPassword)
或环境变量 DSHMOBILE_*,app/build.gradle.kts 从这两处读取。.env、SQLite 数据(data/)、构建产物(dist/、node_modules/)均被忽略。CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。