xiaohj233/dsh-keepalive1

dsh-keepalive

适用于 DSH Web 进程的自选独立守护进程,具有可选的基于快照检查的修复和显式补丁恢复功能。

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.