deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:BB-84C/deepseek-harness-mobile-solution
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
This project adds a remote control plane and two transports:
Both serve the same thing: the official dsh web UI through an authenticating gateway.
This is a dsh plugin — installed with the stock plugin manager, controlled through one entry point:
# one command (recommended)
dsh --profile mobile install
# or add the two plugins directly
dsh plugin --profile mobile add @bb-84c/dsh-mobile-cli
dsh plugin --profile web add @bb-84c/dsh-mobile-server
Everything lives behind dsh --profile mobile — service, tailscale, relay, device, config, status, doctor, logs, update, uninstall.
| Package | Profile | Role |
|---|---|---|
@bb-84c/dsh-mobile-cli |
mobile |
command family |
@bb-84c/dsh-mobile-server |
web |
gateway + transports + session hydration |
dsh --profile mobile <command>phone / browser
│
├─ tailscale ──────────────────────────────┐
│ ▼
└─ https://<relay>/instance/<id>/ ─▶ relay ─▶ tunnel ─▶ gateway (device auth, :3081) ─▶ dsh web (:3080)
dsh --profile mobile tailscale connect
dsh --profile mobile tailscale start
dsh --profile mobile device pair --name iPhone
dsh --profile mobile url
📖 docs/deployment/tailscale.md
dsh --profile mobile relay connect https://relay.example.com --token <instance-token>
dsh --profile mobile relay start
dsh --profile mobile device pair --name iPhone
Open https://relay.example.com, pick a machine, pair, done.
Setting this up for a user? Read in order, then execute:
docs/plugin-install.md — install the plugins.docs/deployment/tailscale.md or docs/deployment/relay.md — set up a transport. Relay mode also needs the relay on a VPS (scripts/relay-deploy).docs/commands.md — command reference.dsh --profile mobile device pair --name <name>. Verify with docs/acceptance.md.Rules:
@deepseek-ai/* packages.$DSH_HOME.docs/research/upstream-touchpoints.md.├── packages/
│ ├── dsh-mobile-cli/ # dsh plugin: command family
│ ├── dsh-mobile-server/ # dsh plugin: gateway + tunnel + hydration
│ ├── dsh-mobile-common/ # shared library
│ └── dsh-relay/ # standalone relay service
├── scripts/ # installers, deploy, probe, repair, autostart
├── docs/ # guides, deployment, research, specs
└── assets/ # artwork
| Doc | Audience |
|---|---|
docs/plugin-install.md |
users |
docs/commands.md |
users |
docs/deployment/service.md |
users |
docs/deployment/tailscale.md |
users |
docs/deployment/relay.md |
users |
docs/acceptance.md |
users & agents |
docs/plan.md |
project |
docs/research/ |
project & agents |
docs/specs/ |
app implementors |
MIT — see LICENSE.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。