DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-llm-retry-infinite

DeepSeek Harness plugin that replaces built-in LLM retry handling with indefinite exponential retries, capped at 10 minutes per wait.

UI & ProductivityTerminal & TUIDeveloper ToolsSecurity & Policy
0GitHub Stars0ForksUpdated2026-08-20

Install

No clear install command was found in the current repository evidence.

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
An installable DSH bundle plugin for retrying failed LLM requests until success, cancellation, or disposal. It provides configurable exponential backoff, retry session events, live retry state, and display helpers.

Key Capabilities

  • Intercepts DSH agent request-error events and returns retry actions.
  • Retries failed LLM requests indefinitely with exponential backoff.
  • Caps each retry wait at 600,000 ms (10 minutes).
  • Supports configurable initial delay, maximum delay, and symmetric jitter.
  • Emits retry, retry-started, and retry-cancelled session events.
  • Provides live retry-state access plus terminal, HTML, and Markdown display helpers.

Useful For

  • Keeping LLM requests alive during transient rate limits or provider outages.
  • Adding retry countdown and status indicators to DSH user interfaces.
  • Inspecting retry attempts and cumulative wait time through session events.

Who It Fits

  • DeepSeek Harness users operating with unstable or rate-limited LLM providers.
  • DSH plugin and UI developers who need retry-state rendering utilities.

Documented Limitations

  • Retries continue without a retry-count ceiling until success, cancellation, or plugin disposal.
  • The built-in llm-retry plugin must be disabled for this plugin to be the sole retry handler.
  • No individual retry delay can exceed 10 minutes.
  • Configuration requires initialDelayMs to be no greater than maxDelayMs.

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, 0 development, 1 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
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
PineappleTwilight/dsh-llm-retry-infinite
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
f35cc37 · 2026-09-16

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
0GitHub stars
Forks
0
Open issues
0
Last commit
2026-08-20
Last release
No release detected
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app