dsh-llm-error-retry
LLM request retry plugin for DeepSeek Harness: when a model request fails with a configured HTTP status code, machine code, or provider field=value match, it sleeps for the per-rule delay and re-issues the request automatically, so subscription quota and rate-limit errors (429 / insufficient_quota) do not interrupt a run.
大模型请求重试插件:命中配置的 HTTP 状态码、机器码或 provider 返回字段=值时,按该条规则独立配置的时长休眠后自动重新请求,让订阅套餐的限额、限流报错(429 / insufficient_quota)不打断运行。
How to install
dsh plugin add github:liaoyuqing/dsh-llm-error-retry About
dsh-llm-error-retry 大模型请求错误「休眠后重试」——DSH(DeepSeek Harness)Profile Bundle 插件,带 GUI 配置界面。 模型请求失败(如 429 限流)时,按规则命中 → **休眠配置时长** → **自动重新发起请求**;每条规则独立配置休眠时长与最大重试次数,耗尽后错误如实上报。重试过程在**会话框内以原生重试卡片**展示(第 N/M 次 · 休眠 Xs);规则在 GUI「设置」页实时编辑,保存即生效、跨重启持久。 支持按 **HTTP 状态码 / 机器码 / 返回字段=值** 三种形态命中报错(含 DashScope/阿里云百炼这类把状态码压平进 message 的适配器形态)。 报错时重试大模型请求:配置错误码或响应字段 → 休眠 → 自动重发。 安装(一条命令) sh dsh plugin --profile web add github:liaoyuqing/dsh-llm-error-retry 然后**重启该 profile**(bundle 层在启动时装配)。刷新 GUI 页面后,左下角 **设置 → LLM 错误重试** 即出现配置分区;备用配置页 <http://127.0.0.1:3080/llm-error-retry>。 发布到 npm 后可用 dsh plugin --profile web add…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-02
- Created
- 2026-09-02
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin, dsh-plugin-market, dsh-plugins
Related plugins
dsh-commandcode-provider
Mars-Sea/dsh-commandcode-provider
Unofficial Command Code LLM provider: registers a `commandcode` route with a live model catalog and reasoning-effort support.
claude-code-router
musistudio/claude-code-router
One local control plane for every AI agent: route across models, fuse new capabilities, orchestrate tools, and stay fully in control.
dsh-llm-fallbacks
btspoony/dsh-llm-fallbacks
Role-based LLM retry & fallback strategies.