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.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Iliyasfiel/dsh-rescue说明文档
阅读完整 README ↗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 / 典型救援流程: