dsh-hot-reload
Live-reload upgraded DeepSeek Harness (dsh) plugins without restarting dsh — the running plugin is swapped in place, and a reload that fails rolls back to the working old version and asks for a manual restart.
AI Analysis
核心用途是实现 DSH 插件的无缝热插拔与在线升级。适合频繁调整插件配置、开发调试插件或不希望中断运行中会话的系统管理员与开发者。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:stuarthu/dsh-hot-reloadREADME
Read the full README ↗Configuration
Set on the hot-reload row in your profile's cordis.patch.yml:
| Key | Default | Meaning |
|---|---|---|
debounce | 300 | ms to wait after a lockfile change before acting |
profileDir | auto | absolute path to the profile dir to watch (auto-detected from the loader base URL if omitted) |