Plugin directory / Sessions & Messages / dsh-undo
dsh-undo
Verified · installs & boots on dsh LingLambda/dsh-undo ↗
4Stars
2Forks
0Open issues
TypeScriptLanguage
2026-08-15Last push
What it does
Context undo/redo plugin for DeepSeek Harness (dsh): roll the model context back to the last completed step and restore it again.
Our take
Works — verified, early-stage project
Works — verified, early-stage project
Context undo/redo plugin for DeepSeek Harness (dsh): roll the model context back to the last completed step and restore it again. It installs cleanly and boots without issues in our testing. It's early-stage but functional.
Install
dsh plugin --profile web add dsh-undo - Install pnpm once:
npm install -g pnpm(the plugin manager forwards to it). - Add the plugin to your web profile:
dsh plugin --profile web add dsh-undo. - Restart
dsh web— the plugin loads on the next launch. - Verify:
dsh plugin --profile web list.
Package
npm: dsh-undo · version — · tested on dsh 0.1.0-rc.6
Test report
Verified end-to-end: installed via `dsh plugin add`, activated in the profile, and booted a task successfully.
Repository
github.com/LingLambda/dsh-undo ↗