
dpskh/dsh-rewind
20Last commit Aug 15, 2026
dsh-rewind DSH plugin
@dpskh/tool-rewind is a single-entry DeepSeek Harness plugin that provides a model-facing rewind tool and ctx.rewind service. It summarizes the balanced surface span after a checkpoint, replaces that model-visible exploration with the report, and preserves the original events for audit.
How to install the dsh-rewind DSH plugin
Data source
Snapshot date: Aug 15, 2026
manifest-valid
What the dsh-rewind DSH plugin can do
- Provides ctx.rewind and a model-facing rewind tool.
- Finds the most recent checkpoint/mark and folds the subsequent balanced surface span.
- Generates a report through ctx.llm and replaces the selected model-visible surface range.
- Keeps the complete exploration in the durable log for audit.
- Avoids splitting tool-call/result pairs and avoids folding the rewind call itself.
- Adds a turn-stopping warning while an unfolded checkpoint remains.
- Supports report language, token budget, retry count, and optional summarization provider/model overrides.
Where the dsh-rewind DSH plugin fits
- Condensing exploratory reads, searches, and experiments before subsequent model requests.
- Maintaining checkpoint-and-rewind workflow discipline in long DeepSeek Harness sessions.
- Reducing the model-visible intermediate context while retaining an auditable event log.
Who the dsh-rewind DSH plugin is for
- DeepSeek Harness users building long-running agent explorations.
- Plugin users who also mount @dpskh/tool-checkpoint.
- Developers configuring Cordis-based DeepSeek Harness plugins.
dsh-rewind DSH plugin limitations
- Requires a checkpoint/mark from the sibling @dpskh/tool-checkpoint plugin; rewind alone fails with a no-checkpoint error.
- Only one fold is allowed per marker; a new exploration requires a fresh checkpoint.
- The report-shorter-than-source check is character-based rather than token-based.
- On routes without an off reasoning effort, thinking may consume maxTokens and yield empty completions; retries are limited by maxSummarizationRetries.
- If automatic compaction has already shadowed part of an exploration, rewind folds only what remains on the surface.
Objective checks
These signals come from public metadata scans. They are not a security certification.
- info
dependency counts
package.json declares 1 runtime, 11 development, 8 peer, and 0 optional dependencies.
- info
dsh bundle declared
package.json declares DSH bundle metadata.
- low
license not declared
GitHub did not report an SPDX license for this repository snapshot.
- info
package manifest available
A root package.json was captured and can be inspected by the registry.
- info
prepare script detected
package.json declares a prepare lifecycle script that may run during relevant package installation workflows.
- info
source available
Public GitHub source metadata is available for this registry snapshot.
dsh-rewind DSH plugin alternatives
dsh-automation
32
Schedule standalone coding tasks in fresh DeepSeek Harness Agent sessions, with workspace-scoped controls and durable run history.
dsh-chat-import
30
Import, resume, export, and incrementally sync agent chat histories in DeepSeek Harness.
dsh-web-billing
5
A DSH web plugin that records per-message token costs, displays billing summaries, and fetches DeepSeek account balances in CNY or USD.
dsh-vision-router
77
DeepSeek Harness vision-routing plugin with provider fallback chains and pixel-level image tools.
dsh-rewind DSH plugin questions
What is the dsh-rewind DSH plugin?
dsh-rewind is a project included in the current DSH plugin snapshot. This page organizes repository metadata and reviewed notes, but you should still inspect the upstream repository before running it.
How do I install the dsh-rewind DSH plugin?
The current snapshot does not contain a reliable install command. Use the dsh-rewind repository README instead of guessing a command from the plugin name.
Which DSH profile does dsh-rewind use?
The current snapshot does not confirm a profile for dsh-rewind. Check its manifest and README so the plugin is not added to the wrong DSH profile.
Is dsh-rewind compatible with the current DSH release?
The source data does not include a verified compatibility matrix. Check recent commits, releases, and DSH breaking changes, then test in a profile you can roll back.
What should I do if dsh-rewind fails to load?
Check the install command, selected profile, dependency logs, and Cordis startup output first. Keep the exact error string, then compare it with this site's fix pages and upstream issues.
What are the closest alternatives to dsh-rewind?
Related plugins on this page come from the current snapshot and are only candidates. Compare capabilities, maintenance activity, installation method, and limitations before choosing one.