StefanIsMe/dsh-updater-plugin--packages-client-ui-updater ↗★ 0
@deepseek-ai/dsh-client-ui-updater
Self-updater settings page: live status, apply plan, consent-gated apply/restart, restore, and runtime config for the host updater service
安装
此插件尚未提供可验证的 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).