Skip to content

dsh-model-retry-settings v1.0.0

Choose a tag to compare

@y2zyyr y2zyyr released this 17 Aug 04:56
· 2 commits to main since this release

Highlights

  • Configure the model-request retry count directly from DSH Desktop Settings.
  • Supported values: 0 / 1 / 2 / 3 / 5 / 10.
  • Default remains DSH's native 2.
  • 0 disables automatic retry.
  • Persists across Settings reopen and restart.
  • Uses DSH's existing retry classification / backoff / cancellation.
  • No DSH core patch required.

Semantics

2 retries = initial request + up to 2 additional retry attempts (at most 3 model requests).

Installation

dsh plugin --profile web add @y2zyyr/dsh-model-retry-settings

Compatibility

Tested against DeepSeek Harness / DSH Desktop (cordis 4.0.1, dsh-llm-retry 0.1.0-rc.6, dsh-settings 0.1.0-rc.6).