Andiii208/dsh-harness-remote

Andiii208★ 2TypeScriptLast synced: 2026-08-20

Open on GitHub

README excerpt

dsh-harness-remote — 手机远程连接 DeepSeek Harness dsh-harness-remote 是一个开源社区产品:用手机远程连接 DeepSeek Harness(DSH),离开电脑后也能盯住 agent、接收通知、一键审批、回答提问、继续对话。对标 Claude Code Remote Control 的定位,但面向 DSH 开源生态,代码与数据都留在用户本机,手机只是视口。 - 跨端 :React Native + Expo(TypeScript),iOS + Android 一套代码,EAS 云构建无需 Mac 即可出 iOS 包。 - 审批流程 :会话列表待办横幅直达审批列表页,多选批量批准/拒绝、提问批量跳过;处理历史按时间倒序可查;通知点击深链直达 approval/:rpcId 。 - 会话列表 :搜索(标题/workspace/最近消息,大小写不敏感)、按 workspace 分组(无 workspace 归「其他」)、上下文压力分档提醒( 截图来自 Web 预览(390×844 视口);远程连接页/设置页/插件页为 R1/R3 新界面(relay 配对闭环联调实截),会话列表/聊天沿用 v7 截图。真机观感一致(通知/扫码为原生能力,Web 会优雅降级)。 仓库结构 快速开始(用户) 电脑端需要 Node.js 与 DSH;手机 App 从 GitHub Releases 下载 app-release.apk 。公网模式走 cloudflared 免费隧道,无需账号/服务器/公网 IP。 开发快速开始 构建 Android APK(GitHub Actions 自动构建,推荐) - 打 v tag 推送,或手动运行 Android APK workflow( workflow dispatch ,可指定 Release tag),Linux runner 会执行 expo prebuild --platform android + gradlew assembleRelease ,并把 APK 自动上传到 GitHub Release。 - 本地构建也可: cd apps/mobile && npx expo prebuild --platform android 后在 android/ 执行 ./gradlew assembleRelease (注意 Windows + pnpm 深路径已知会失败,见 BLOCKED.md)。 iOS / EAS 云构建(暂未完成) iOS App 构建暂未完成 :需要 Expo 账号与 Apple 开发者账号,当前尚未产出 iOS 安装包。 前置: eas.json 已配置三个 profile;首次运行 npx eas-cli login + npx eas-cli i…

View full README on GitHub →
Tools / Devdsh-pluginagent

Category