DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-rewind

DeepSeek Harness tool plugin that folds activity since the latest checkpoint into an LLM-generated report while retaining the full durable log.

Developer ToolsSecurity & Policy

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.

source-grounded
@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.

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.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 1 runtime, 11 development, 8 peer, and 0 optional dependencies.

info
Prepare Script Detected

package.json declares a prepare lifecycle script that may run during relevant package installation workflows.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
License Not Declared

GitHub did not report an SPDX license for this repository snapshot.

low
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

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