Skip to content

dpskh/dsh-checkpoint

20Last commit Aug 15, 2026

dsh-checkpoint DSH plugin

A single-entry DeepSeek Harness plugin that provides a checkpoint service and model-facing tool. It appends durable, log-only session markers that the separate @dpskh/tool-rewind plugin can use to fold an exploration into a report.

How to install the dsh-checkpoint DSH plugin

Data source

Snapshot date: Aug 15, 2026

manifest-valid

What the dsh-checkpoint DSH plugin can do

  • Provides ctx.checkpoint.mark(session, objective?) to append a durable checkpoint/mark session event.
  • Exposes a configurable model-facing checkpoint tool that accepts an optional objective and returns the marker sequence number.
  • Records markers as log-only events, keeping them locatable without appearing in model-visible history.
  • Supports rewind-based exploration folding when used with @dpskh/tool-rewind.
  • Adds a tool:checkpoint system-prompt instruction for the mark-then-rewind workflow.

Where the dsh-checkpoint DSH plugin fits

  • Mark the start of a multi-step investigation before searches, reads, or experiments.
  • Keep intermediate exploration steps out of later model-visible context through a subsequent rewind fold.
  • Retain a durable session-log record of exploration while preserving its resulting report.

Who the dsh-checkpoint DSH plugin is for

  • DeepSeek Harness users building agent workflows with long or noisy investigations.
  • Developers using the companion @dpskh/tool-rewind plugin.

dsh-checkpoint DSH plugin limitations

  • A checkpoint is inert unless a later rewind is performed; it does not fold context itself.
  • The intended workflow requires the separate @dpskh/tool-rewind plugin.
  • Rewind folds from the most recent marker, and folding the same marker twice is rejected as an empty region.

Objective checks

These signals come from public metadata scans. They are not a security certification.

  • dependency counts

    package.json declares 1 runtime, 10 development, 6 peer, and 0 optional dependencies.

    info
  • dsh bundle declared

    package.json declares DSH bundle metadata.

    info
  • license not declared

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

    low
  • 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.

    info

dsh-checkpoint DSH plugin alternatives

dsh-checkpoint DSH plugin questions

What is the dsh-checkpoint DSH plugin?

dsh-checkpoint 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-checkpoint DSH plugin?

The current snapshot does not contain a reliable install command. Use the dsh-checkpoint repository README instead of guessing a command from the plugin name.

Which DSH profile does dsh-checkpoint use?

The current snapshot does not confirm a profile for dsh-checkpoint. Check its manifest and README so the plugin is not added to the wrong DSH profile.

Is dsh-checkpoint 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-checkpoint 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-checkpoint?

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.