dsh-boot-guard: A Standalone Rescue Console for DSH Web UI Startup Failures
dsh-boot-guard is a rescue plugin for the DeepSeek Harness (DSH) Web UI, designed to address the issue where the interface fails to start due to plugin loading failures. It operates independently of the normal plugin loading chain, providing an emergency entry point when a "Failed to load plugins" error occurs, allowing users to identify suspected faulty plugins, temporarily skip them, and refresh to retry without restarting the DSH process. This plugin only writes disabled entries with specific markers to the configuration file, and during recovery, it processes only its own markers without deleting plugins or interfering with other configurations. Core features include automatic fault plugin localization, batch skipping and recovery, diagnostic information copying, and bilingual interface support in Chinese and English. Installation is primarily executed via GitHub commands, with compatibility for Node.js 22.19.0 and above. In terms of security, it strictly limits
Read More