dsh-keepalive
适用于 DSH Web 进程的自选独立守护进程,具有可选的基于快照检查的修复和显式补丁恢复功能。
AI 分析
核心用途是监控并自动维护 DSH Web 服务的稳定性,提供崩溃自动修复。适合需要 DSH 服务长时间稳定在线、减少人工维护的托管场景。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xiaohj233/dsh-keepalive说明文档
阅读完整 README ↗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.