dsh plugins中文
← Back to popular plugin directory

Harness dialog and code status fallback plugin

Anionex/dsh-turn-rewind · skills

DSH Turn Rewind Message-anchored project-file recovery for DeepSeek Harness, with an option to restart from the restored request.

★ 51GitHub stars
1Forks
2026-08-15Last updated
JavaScriptLanguage
BSD-3-ClauseLicense

Project overview

Message-anchored project-file recovery for DeepSeek Harness, with an option to restart from the restored request. Turn Rewind is the user-facing feature, repository, and Profile Bundle name. Change Ledger is the durable restore engine underneath it: the ctx.changeLedger service, on-disk format, and storage path keep that name because they describe the reusable snapshot and recovery layer rather than the Web action alone.

Change Ledger gives a DSH session an explicit safety boundary around workspace mutations:

It never commits, stashes, resets, switches branches, edits the Git index, or decides automatically that a change should be reverted. Preview

Install command

dsh plugin --profile web add github:Anionex/dsh-turn-rewind
View GitHub repository ↗Back to popular plugin directory