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 分析

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

パッケージ
@deepseek-ai/dsh-client-ui-updater
バージョン
0.1.0-rc.5
ライセンス
MIT
最終更新
2026/08/21

インストール

検証済み 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: 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).