zeng6125-rgb/dsh-llm-retry-settings

zeng6125-rgb★ 1JavaScript最后同步: 2026-08-19

在 GitHub 打开

DSH 插件:LLM 自动重试设置卡片,在设置里调整重试次数与退避时间并实时生效。

README 摘要

@dsh-external/dsh-llm-retry-settings A settings card for the DSH LLM auto-retry engine ( @deepseek-ai/dsh-llm-retry ). Tune the retry count and backoff from Settings → General ; changes take effect immediately. 中文说明 Features - Includes the settings UI (client bundle lib/client.js ): a card in Settings → General — no separate UI package needed. - Overrides maxRetries , initialDelayMs , maxDelayMs , and jitterRatio on the agent/request-error retry policy. - Preserves each provider's own mode and retryableCodes — only the retry count and backoff timing are overridden. - Default enabled: false = fully bypassed; nothing changes until you enable the override. Install Prerequisite: a DSH Desktop profile (the web profile lives at /.dsh/profiles/web ). Option A — GitHub Release package (recommended) Option B — dsh CLI / pnpm (requires git + network) The dsh plugin command forwards its arguments to pnpm in the profile directory: Then enable the plugin in the profile: add "@dsh-external/dsh-llm-retry-settings" to dsh.profile.bundles (or use the Desktop plugin-inventory UI) and restart DSH. Note: the command is dsh plugin (a subcommand of the dsh CLI), not dsh-plugin . The dsh CLI is bundled w…

在 GitHub 查看完整 README →
工具/开发deepseekdshdsh-pluginllm-retryagent

分类