DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Model Retry — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
M

@zhongjingwei/dsh-model-retry

Model Retry

DSH rc.8 Web settings row for active providers' model-request retry budget

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:502399493zjw-lgtm/dsh-model-retry#86f13c789b6c09dc38fefd5e60ad5e6851d30161
READMECompatibilityVersions

Compatibility and provenance

Model Retry is published as @zhongjingwei/dsh-model-retry and currently resolves to version 0.1.0-rc.9. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/21/2026

Versions

0.1.0-rc.9prerelease
8/21/2026

Related plugins

Loading related plugins…

Latest
0.1.0-rc.9
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/20/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in models-usage.

Usage@linxin666/dsh-usageUsage statistics plugin for the dsh web GUI: per-provider balance and coding-plan quota detection plus a live token usage ledger, with a dedicated pet bubble for the current providerWhale Widgetdsh-whale-widgetDeepSeek balance whale widget in the bottom-right corner of the DSH Web interface: balance/today’s usage/peak-off-peak pricing, customizable bubble click sequence (text/balance/today/peak-off-peak/image/random phrases and parallel weighted selection), per-line styles and fonts, floating quick editinUsage Stats@ychris12138/dsh-usage-statsToken usage heatmap, provider balances, and subscription quotas for the dsh web GUICodex Connectdsh-codex-connectChatGPT OAuth and Codex models for DeepSeek Harness.

README

@zhongjingwei/dsh-model-retry

English | 中文

DeepSeek Harness Web plugin for configuring active providers' model-request retry budget from Settings → General.

Compatibility: pinned to stock DSH 0.1.0-rc.8. rc.8 moved retry ownership into provider profiles, so this version writes each active normal provider's retryPolicy.maxRetries through the published settings API.

Demo

Set the retry budget to 5, show retries 1/5 through 5/5, and recover when the sixth model request succeeds

The demo uses stock DSH 0.1.0-rc.8 and a plugin tarball packed from this source, all under an isolated DSH_HOME. It changes the retry budget from 2 to 5, then uses DSH's deterministic local LLM mock to return retryable server errors on attempts 1–5 and succeed on attempt 6. Session-title generation is disabled so those six mock requests belong only to the demonstrated model request. DSH executes and reports the retries; the plugin owns the shared retry-budget setting.

Install

For stock rc.8:

dsh plugin --profile web add @zhongjingwei/dsh-model-retry@0.1.0-rc.9

Restart Web after installation. Remove the plugin with:

dsh plugin --profile web remove @zhongjingwei/dsh-model-retry

Behavior

  • Adds one numeric retry-count row to Settings → General and shows its provider scope.
  • Accepts finite, non-negative integers, including 0.
  • Discovers active configurable providers through llm.providers and uses revision-fenced settings.mutate calls.
  • Writes retryPolicy.maxRetries for normal/default policies while preserving existing backoff and retryable-code fields.
  • Leaves always policies unlimited and leaves retry execution/backoff behavior owned by DSH.

Development

pnpm install
pnpm test
pnpm run build
pnpm run verify:package
pnpm pack

The package is an external Cordis plugin and does not patch DSH core.

License

MIT