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 분석

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

패키지
@deepseek-ai/dsh-host-updater
버전
0.1.0-rc.5
라이선스
MIT
최근 업데이트
2026. 8. 21.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 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).