StefanIsMe/dsh-updater-plugin--packages-host-updater ↗★ 0
@deepseek-ai/dsh-host-updater
代码库自更新编排插件,支持上游同步、保留草稿的合并、恢复及受监督的重启。
AI 分析
核心用途是在服务端安全执行 DSH 代码库的更新与冲突合并。适合需要自动化或半自动化同步上游代码并重启服务的系统管理员。
安裝
此插件尚未提供可驗證的 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: falseis 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).