StefanIsMe/dsh-updater-plugin--packages-host-updater0

@deepseek-ai/dsh-host-updater

Self-update orchestration for a repository checkout: upstream sync, draft-preserving merge, restore, and supervised restart

AI Analysis

核心用途是在服务端安全执行 DSH 代码库的更新与冲突合并。适合需要自动化或半自动化同步上游代码并重启服务的系统管理员。

Package
@deepseek-ai/dsh-host-updater
Version
0.1.0-rc.5
License
MIT
Last updated
Aug 21, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

⚙️ Configuration

.dsh/updater/config.json (durable per deployment):

{
  "autoCheck": true,
  "pollMs": 30000,
  "buildCommand": "pnpm run build:web",
  "expectedRemoteUrl": "https://github.com//.git",
  "autoApply": false,
  "strategy": "upstream-overlay"
}
  • autoApply: false is pinned for the AI flow — updates only happen through a chat session, always user-invoked.
  • expectedRemoteUrl — if set, apply is refused when the live remote URL mismatches (safety guard).