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

@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

AI Analysis

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

Package
@deepseek-ai/dsh-client-ui-updater
Version
0.1.0-rc.5
License
MIT
Last updated
Aug 21, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full 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).