dsh-rewind
DeepSeek Harness tool plugin that folds activity since the latest checkpoint into an LLM-generated report while retaining the full durable log.
Install
Awaiting GitHub sync
Repository Intelligence
AI-assisted, source-grounded explanation based on the public repository snapshot. It does not replace compatibility or security verification.
Key Capabilities
- 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.
Useful For
- 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 It Fits
- DeepSeek Harness users building long-running agent explorations.
- Plugin users who also mount @dpskh/tool-checkpoint.
- Developers configuring Cordis-based DeepSeek Harness plugins.
Documented 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.
DSH Compatibility
Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.
Security Signals
Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.
package.json declares 1 runtime, 11 development, 8 peer, and 0 optional dependencies.
package.json declares a prepare lifecycle script that may run during relevant package installation workflows.
package.json declares DSH bundle metadata.
A root package.json was captured and can be inspected by the registry.
GitHub did not report an SPDX license for this repository snapshot.
Public GitHub source metadata is available for this registry snapshot.
Source & Registry Notes
Traceable source and registry metadata for this entry, kept separate from runtime verification.
- Source repository
- dpskh/dsh-rewind
- Registry source
- Public GitHub repository
- Source snapshot
- b1a57c281ad4
- Artifact type
- plugin
- AI enrichment
- gpt-5.6-terra · 2026-08-14
- Prompt version
- dsh-plugin-enrichment-v3
This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.
Repository Activity
- GitHub stars
- 1
- Forks
- 0
- Open issues
- 0
- Last commit
- 2026-08-14
- Last release
- —
Related DSH Plugins
Ranked by overlapping capabilities, use cases, plugin type, categories, and DSH profile.
Schedule standalone coding tasks in fresh DeepSeek Harness Agent sessions, with workspace-scoped controls and durable run history.
View plugin →Import, resume, export, and incrementally sync agent chat histories in DeepSeek Harness.
View plugin →A DSH web plugin that records per-message token costs, displays billing summaries, and fetches DeepSeek account balances in CNY or USD.
View plugin →DeepSeek Harness vision-routing plugin with provider fallback chains and pixel-level image tools.
View plugin →