xiaoxingdelabi1/dsh-command-retry-count
xiaoxingdelabi1★ 1JavaScriptLast synced: 2026-08-14
DSH command plugin: adjust LLM provider retry count (maxRetries 0-20) via /retry-count
README excerpt
Retry Count Controller Adjust your LLM provider's retry limit from the chat box. English 中文 A slash command that lets you change how many times your provider retries a failed request. No restart, no config file hunting — just type /retry-count and you're done. In the screenshot above, the retry message now reads "已重试模型请求(1/20)" — retry 1 of 20, instead of the default 2. You can see the current retry count and the remaining time before the next attempt. Why you might want this - You keep seeing "retry model request (2/2)" and want more attempts before giving up. - You're watching your token usage and want to reduce unnecessary retries. - You're testing provider behavior and want to crank retries up to the max. - You want to fail fast when something is broken — set it to 0 and move on. Usage Type the command in your DSH Web GUI chat input, just like any other slash command: Examples Command What it does /retry-count my-provider 5 Set max retries to 5 /retry-count my-provider 0 Disable retries entirely /retry-count my-provider 20 Set max retries to 20 (maximum allowed) /retry-count Show usage help (no arguments) After you run it The plugin will respond with one of these messages: Succ…
View full README on GitHub →