插件目录 / Developer / dsh-plugin-rollback-whale
dsh-plugin-rollback-whale
未验证 ccbili30-collab
功能简介
回档大肥鱼:DeepSeek Harness 的可安装外置回档与恢复插件
未验证 — 尚未实测
回档大肥鱼:DeepSeek Harness 的可安装外置回档与恢复插件 尚未验证——请自行安装测试。
「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
README
Rollback Whale
中文 | English
A well-fed guardian that helps DeepSeek Harness swim back to a healthy checkpoint.
Rollback Whale is an independently installable DSH plugin. It adds a compact power-style menu to the sidebar and a complete checkpoint manager to Settings. The recovery guardian and its payload store live outside the DSH checkout, so a broken UI or plugin composition does not remove the command-line escape hatch.
Install
dsh plugin --profile web add github:ccbili30-collab/dsh-plugin-rollback-whale
Restart the Web profile after installation. When DSH is launched from a Git checkout, Rollback Whale finds the source root automatically. Otherwise set DSH_SOURCE_HOME=/path/to/deepseek-harness before launch.
To remove it:
dsh plugin --profile web remove dsh-plugin-rollback-whale
Screenshots
| Quick power menu | Management in Settings |
|---|---|
![]() |
![]() |
What it protects
- Creates immutable checkpoints from the current Git checkout and DSH control files.
- Stores checkpoints under
~/.dsh-recoveryby default, outside both the checkout andDSH_HOME. - Verifies every payload with SHA-256 before restore.
- Creates an automatic rescue checkpoint, shuts DSH down, restores offline, and restarts the original launcher.
- Provides
rollback-whaleas a boot-independent CLI when the Web profile cannot start.
Credentials, conversations, attachments, storage data, workspaces, and installed dependencies are deliberately excluded. This is safe rollback—not a data-erasing factory reset.
Emergency CLI
rollback-whale list
rollback-whale create --source /path/to/deepseek-harness --label "before plugin install"
rollback-whale verify CHECKPOINT_ID
rollback-whale restore CHECKPOINT_ID --confirm CHECKPOINT_ID --offline --source /path/to/deepseek-harness
Stop DSH before using the manual restore command. UI-initiated restore handles shutdown and restart through the detached guardian.
License
MIT
安装
装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:
dsh plugin add dshbase-catalog 然后对 agent 说「帮我装 dsh-plugin-rollback-whale」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包。
该插件是 GitHub 源码(未发 npm)——直接从仓库装:
Web profile:
dsh plugin --profile web add github:ccbili30-collab/dsh-plugin-rollback-whale Headless(CLI)profile:
dsh plugin --profile headless add github:ccbili30-collab/dsh-plugin-rollback-whale 实测报告
尚未 L3 验证——若已跑过,见下方失败备注。
2026-08-26 · 标记 webonly 备注:验证: web-only;待 L4 web CDP;L4 web CDP runtime-fail on dsh 0.1.0-rc.8. 浏览全部待验证失败 →

