StefanIsMe/dsh-updater-plugin--packages-client-ui-updater0

@deepseek-ai/dsh-client-ui-updater

自更新器设置页面插件,提供实时状态、应用更新计划、确认后应用/重启、恢复及主机更新服务运行时配置。

AI 分析

核心用途是为 DSH 提供前端自更新管理界面。适合需要通过 Web 界面安全、受控地升级和回滚 DSH 部署的用户。

套件
@deepseek-ai/dsh-client-ui-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).