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.

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