Iliyasfiel/dsh-rescue0

dsh-rescue

DeepSeek Harness 的救援模式工具,可临时剥离所有第三方插件以纯净核心启动并修复系统。

AI 分析

核心用途是在 DSH 因第三方插件冲突或损坏无法启动时,一键进入纯净核心模式进行修复,并能一键还原。适合遇到启动故障、需要快速排查和修复 DSH 配置的用户。

包名
dsh-rescue
版本
0.1.0
许可证
MIT
最近更新
2026年9月7日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Iliyasfiel/dsh-rescue

Usage / 用法

dsh-rescue enter  
    # rescue ON: keep only core layers, park all third-party plugins
dsh-rescue exit   
    # rescue OFF: reconcile-restore the original bundle stack
dsh-rescue status 
    # read-only: rescue state + core/third-party split
dsh-rescue help

Profiles live under $DSH_HOME/profiles (DSH_HOME defaults to ~/.dsh); the default web GUI profile is named web. Set DSH_HOME to target another installation.

Typical rescue workflow / 典型救援流程: