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

包名
@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).