dsh plugins中文
← Back to popular plugin directory

DSH Checkpoint Rewind

PerryLink/dsh-checkpoint-rewind · skills

Claude Code /rewind for DeepSeek Harness — git-first workspace snapshots before every mutation, turn-boundary session forks, one-shot /rewind restore.

★ 8GitHub stars
1Forks
2026-08-17Last updated
JavaScriptLanguage
Apache-2.0License

Project overview

dsh-checkpoint-rewind captures a three-state unified checkpoint — workspace, session cursor, and plugin config — and restores one or all three with a single approved command:

Checkpoints persist through the storageDomain service. The plugin mounts without it and never blocks profile startup — checkpoint/rewind commands then return a structured error naming the exact rows to add. Compose the storage stack once to enable checkpoints:

The package is pure ESM with no build step — index.mjs and lib/ are the shipped artifacts. Workspace mutations now create checkpoints automatically; run /rewind to list them:

Install command

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