Releases: y2zyyr/dsh-model-retry-settings
Releases · y2zyyr/dsh-model-retry-settings
Release list
v1.0.1
Release v1.0.1
- Widen
@deepseek-ai/dsh-settingsdependency to^0.1.0-rc.6so 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
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.
0disables 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-settingsCompatibility
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).