DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Simple Sync — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

dsh-simple-sync

Simple Sync

DeepSeek Harness 的简单配置同步:一键在不同设备间迁移并自动同步插件列表、配置、设置和预设

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add dsh-simple-sync@0.1.10
README兼容性版本

兼容性与来源证明

Simple Sync 以 dsh-simple-sync 发布,当前版本为 0.1.10。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.1.10stable
2026/8/25
0.1.8stable
2026/8/25
0.1.7stable
2026/8/25
查看其余 5 个版本收起版本
0.1.6stable
2026/8/25
0.1.5stable
2026/8/25
0.1.3stable
2026/8/24
0.1.1stable
2026/8/24
0.1.0stable
2026/8/24

相关插件

正在加载相关插件…

最新版
0.1.10
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
79.9 kB
文件数
10
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 0
周下载
42
最近提交
2026/8/25
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 developer-tools 分类下经过校验的插件。

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Sdk Minimal@deepseek-ai/dsh-sdk-minimal独立的最小 SDK 配置包:JSON-RPC、一个 DeepSeek 适配器、持久化 Shell 和 JSONL 会话Sdk App@deepseek-ai/dsh-sdk-appdsh SDK 配置包:基于 dsh-base 提供 stdio JSON-RPC 服务和进程生命周期管理Subagent Codex@deepseek-ai/dsh-subagent-codex基于官方 app-server 协议的一次性 Codex 子代理提供程序

README

dsh-simple-sync

Sync your DeepSeek Harness config across computers — one click. Move everything to a new machine, or keep two machines in step: plugin list, config patches, settings, and agent presets travel as a file-level snapshot; missing plugins are installed automatically.

多机同步 DSH 配置插件:一键搬家 + 自动同步。插件清单、配置补丁、全局设置、 Agent 预设按文件级快照同步,缺失的插件自动安装。

No chat commands, no OAuth, no build step. Everything lives in one settings panel (Settings → Sync). 纯设置面板操作,无命令、无 OAuth、零运行时依赖。

Features / 功能

  • One-click move / 一键搬家:install on a new machine → set the backend → click「拉取并应用」→ config, plugins and presets all arrive; new plugins are pnpm install-ed automatically.
  • Auto-sync on startup / 启动自动检测:DSH boots → plugin checks the remote → newer snapshot found → applies it (opt-out in the panel).
  • Two backends / 两种传输后端:
    • Git repo (default): any git remote — GitHub / Gitee / GitLab / self-hosted / LAN path. Token optional (blank = system credentials / SSH); proxy configurable.
    • Local folder: a plain directory (USB drive, shared folder, cloud-drive sync folder). No network needed.
  • File-level snapshots / 文件级快照:snapshot.json with per-file sha256 — only real changes travel; overwritten local files are backed up to ~/.dsh/.dsh-sync/backups/<timestamp>/ first.
  • Safe by default / 默认安全:credentials (.credentials.yaml) are not synced unless you tick the option; tokens stay on the local machine (git worktree .git-credentials, 0600); nothing machine-specific is hardcoded.
  • No auto-restart / 应用后只提示手动重启:after applying, DSH asks you to restart manually.

Install / 安装

dsh plugin --profile web add dsh-simple-sync
# or from GitHub
dsh plugin --profile web add github:LyaxZ/dsh-simple-sync

Then restart DSH. Requires DSH 0.1.1-rc.x or compatible; Windows / macOS / Linux.

Usage / 使用

  1. Open Settings → Sync(设置 → 同步).
  2. Pick a backend and fill it in:
    • Git: repo URL + optional token/proxy/branch — e.g. https://github.com/you/dsh-sync.git (a private empty repo works).
    • Local: a folder path.
  3. Click 测试连接 (Test connection) — first run prepares the worktree.
  4. On the machine you configured first, click 立即推送 (Push now) to upload the first snapshot.
  5. On every other machine, click 拉取并应用 (Pull & apply) — changes land, new plugins install, then restart DSH when prompted.

DSH startup auto-check applies newer remote snapshots by default; disable it in the panel. 凭据同步(.credentials.yaml)默认关闭,按需勾选。

How it works / 原理

  • Sync units(同步单元,白名单): settings.yaml, .agent-presets/**, and per-profile package.json / cordis.patch.yml / pnpm-workspace.yaml under profiles/*. Everything else (node_modules, sessions, memory, data, lockfiles, generated cordis.yml) is excluded by construction.
  • A push builds snapshot.json = {meta:{machine,time,unitVersion}, files:[{path,sha256,content}]} and uploads it (git commit+push / file copy).
  • A pull fetches it and diffs against local state; apply writes changed files (backing up the old ones), then runs pnpm install in profiles whose package.json gained plugins.
  • Last-writer-wins; machine names travel in every snapshot for traceability.
  • Plugin state lives in ~/.dsh/.dsh-sync/state.json (backend config, last push/pull timestamps, options).

Development / 开发

node --test test/          # core + transport tests (incl. real bare-repo git)
node test/gateway-sim.mjs  # server-side gateway dispatch harness

test/gateway-sim.mjs imports the host's @deepseek-ai packages — create a temporary node_modules junction to your DSH install's node_modules to run it. The plugin itself ships with zero runtime dependencies.

License

MIT — see LICENSE.