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/08/21

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

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).