xiaohj233/dsh-keepalive1

dsh-keepalive

Opt-in detached watchdog for the DSH Web process with optional snapshot-checked repair and explicit patch restoration.

AI 분석

核心用途是监控并自动维护 DSH Web 服务的稳定性,提供崩溃自动修复。适合需要 DSH 服务长时间稳定在线、减少人工维护的托管场景。

패키지
dsh-keepalive
버전
0.2.0
라이선스
MIT
최근 업데이트
2026. 8. 14.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xiaohj233/dsh-keepalive

Configuration

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.