Skip to content

HsiangNianian/dsh-auto-continue

121Last commit Aug 15, 2026

dsh-auto-continue DSH plugin

dsh-auto-continue is a DeepSeek Harness web-profile plugin that monitors session and host events, then queues a configurable continuation message after non-human interruptions. It provides error classification, adaptive backoff, reconnect scanning, optional browser notifications, and a settings card.

How to install the dsh-auto-continue DSH plugin

dsh plugin --profile web add dsh-client-auto-continue

Copying does not run this command. Review the repository and version before use.

Data source

Snapshot date: Aug 15, 2026

manifest-valid

What the dsh-auto-continue DSH plugin can do

  • Detects error, interrupted, max-token, and host-agent-error events from DSH web event streams.
  • Queues configurable continuation text through `sessions.prompt` after a grace period.
  • Skips user-aborted and policy-blocked turns, active or queued sessions, subagent sessions, and host-resumed sessions.
  • Classifies selected authentication, quota, model, and context-length failures as permanent by default.
  • Uses per-session cooldowns, consecutive-send limits, and adaptive backoff.
  • Scans recently interrupted sessions on page load or reconnect.
  • Coordinates browser tabs with localStorage to avoid duplicate continuation sends.
  • Offers GUI-configurable settings, templated continuation text, console logs, and optional browser notifications.

Where the dsh-auto-continue DSH plugin fits

  • Resume agent work after transient network, timeout, rate-limit, or server failures.
  • Continue work after an output reaches the maximum-token limit.
  • Recover eligible recently interrupted sessions after reconnecting to the DSH web UI.
  • Customize follow-up prompts with error, status, tool, and turn placeholders.

Who the dsh-auto-continue DSH plugin is for

  • DeepSeek Harness users running `dsh web`.
  • Users who want to reduce manual continuation prompts after recoverable interruptions.
  • Developers using the DSH web UI with multiple browser tabs or reconnects.

dsh-auto-continue DSH plugin limitations

  • Designed for the DSH web profile and browser-based UI.
  • Does not auto-continue user-aborted (`aborted`) or policy-rejected (`blocked`) turns.
  • By default, skips failures classified as permanent, including selected auth, credential, quota, model, and context-length errors.
  • Auto-continuation is limited by configurable grace periods, cooldowns, maximum consecutive sends, and scan windows.
  • On DSH 0.1.0-rc.6, showing the GUI settings card requires the included vendor patch; the auto-continue engine works without that patch.
  • Browser notifications require opt-in and browser permission.

Objective checks

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

  • dependency counts

    package.json declares 0 runtime, 13 development, 3 peer, and 0 optional dependencies.

    info
  • dsh bundle declared

    package.json declares DSH bundle metadata.

    info
  • license declared

    GitHub reports the repository license as MIT.

    info
  • package manifest available

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

    info
  • source available

    Public GitHub source metadata is available for this registry snapshot.

    info

dsh-auto-continue DSH plugin alternatives

dsh-auto-continue DSH plugin questions

What is the dsh-auto-continue DSH plugin?

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

The page shows the install command captured from the source record. Copying does not run it, so confirm the package, profile, and version against upstream documentation first.

Which DSH profile does dsh-auto-continue use?

The snapshot records web as the dsh-auto-continue profile. DSH conventions can change quickly, so verify the manifest and README before installation.

Is dsh-auto-continue 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-auto-continue 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-auto-continue?

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.