dsh-keepalive
Opt-in detached watchdog for the DSH Web process with optional snapshot-checked repair and explicit patch restoration.
AI 분석
核心用途是监控并自动维护 DSH Web 服务的稳定性,提供崩溃自动修复。适合需要 DSH 服务长时间稳定在线、减少人工维护的托管场景。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xiaohj233/dsh-keepaliveConfiguration
Configure the keepalive settings section through the Plugins card or settings file:
keepalive:
enabled: false
autoRepair: false
checkIntervalMs: 3000
bootWaitMs: 15000
repairProvider: ""
repairModel: ""
Provider, model, base URL, API name, and credential-reference values are serialized as single-line YAML-safe strings. Keep repair disabled until the selected model and credential path have been tested.