Iliyasfiel/dsh-rescue0

dsh-rescue

Rescue mode for DeepSeek Harness: temporarily strip all third-party plugins from a profile's bundle stack so dsh can boot on a pure core and repair itself, then restore with one command.

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 / 典型救援流程: