astra3294/dsh-doctor
astra3294★ 3TypeScriptLast synced: 2026-08-15
Deterministic diagnostics and recovery for DeepSeek Harness
README excerpt
DSH Doctor Deterministic diagnostics and recovery for DeepSeek Harness. DSH Doctor is the safety net for the two ways a Harness usually breaks itself: it cannot converse (the Web UI opens but the loop is broken), or it cannot start (boot fails after a config, dependency, or plugin change). When the Web UI still opens, the Doctor button calls a loopback-only Host recovery service. When Harness cannot start, the same engine runs as a standalone CLI — including a boot probe that captures the failure and a one-click reset to the last healthy checkpoint, so plugin developers can experiment and always get back to a working state. DSH Doctor 0.2.0 targets @deepseek-ai/dsh 0.1.0-rc.6 . DeepSeek Harness is a developer preview; unknown versions are scanned in conservative read-only mode. 简体中文 Install Add Doctor to the Web profile: This installs one package with both Host and browser halves. It contributes: - a persistent Doctor action beside Settings in the sidebar; - an automatic recovery banner above the composer after a prompt or Agent failure; - a full Doctor page in Settings with findings, checkpoints, and rollback; - a floating emergency entry that appears in the frame overlay whenever…
View full README on GitHub →