Skip to content

Releases: y2zyyr/dsh-model-retry-settings

v1.0.1

Choose a tag to compare

@y2zyyr y2zyyr released this 19 Aug 03:25

Release v1.0.1

  • Widen @deepseek-ai/dsh-settings dependency to ^0.1.0-rc.6 so the published package passes DSH Desktop market verification (runtime 0.1.0-rc.7) and the 插件市场 shows the direct install button.
  • No behavior changes; install remains behavior-neutral (default max retries 2).

dsh-model-retry-settings v1.0.0

Choose a tag to compare

@y2zyyr y2zyyr released this 17 Aug 04:56

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).