lucifer726/dsh-safe-updater

lucifer726★ 0JavaScript最后同步: 2026-08-21

在 GitHub 打开

Guarded automatic updates for DeepSeek Harness with isolated profile smoke tests and rollback.

README 摘要

dsh-safe-updater Guarded updates for DeepSeek Harness. It checks npm releases, clones the selected profile into an isolated DSH HOME , installs its dependencies, validates the composed config, starts a temporary Web server, and only then allows a supervised switch. Failed candidate health checks roll back to the previous version. The default mode is notify . Installing this package does not silently replace a running Harness. Install The bundle inserts the plugin with this safe default: Available plugin tools: - dsh update status : read current, available, staged, and rollback state. - dsh update check : check now; behavior follows the configured mode. Modes Mode Behavior notify Check and record a newer release. Never install or restart. stage Clone the profile and run install, config, and HTTP smoke checks. Never restart. apply Stage, then request a switch from the external supervisor. Refused outside supervisor mode. Supervisor and rollback Run the Web profile under the updater when you want automatic activation: Then change the plugin's mode override to apply . When a staged candidate is ready, the plugin writes a version request. The supervisor starts that exact version with ar…

在 GitHub 查看完整 README →
工具/开发auto-updatedeepseek-harnessdshdsh-pluginrollback

分类