DeepSeek Harness plugin

dsh-llm-retry-settings-yiklek

DSH plugin: API retry settings page - view and edit each LLM provider's request retry policy (mode, maxRetries) over the settings wire

Jump to install

Source facts

Repository
Yiklek/dsh-llm-retry-settings
Latest update
Aug 20, 2026
Category
Tools & Capabilities
GitHub stars
1
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/Yiklek/dsh-llm-retry-settings
Plugin: dsh-llm-retry-settings-yiklek
Author: Yiklek

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-llm-retry-settings

DSH plugin: a settings page that views and edits each LLM provider's request retry policy (retryPolicy: mode normal/always, maxRetries) and supported timeout fields (timeoutMs, websocketConnectTimeoutMs, streamIdleTimeoutMs) over the public settings / llm wire faces.

  • The llm-retry executor plugin has no configuration of its own — policies

and timeouts live in each provider's settings namespace (llm-pi-ai, llm-deepseek).

  • Writes go through settings.mutate and take effect on the next model

request, without a restart.

  • Timeout fields are discovered from each namespace's settings schema when

available, with a known fallback map for the shipped providers.

  • Client-only: the host half is empty; the GUI talks to the loopback API

gateway exactly like the shipped Models settings page.

This package is a standard dsh bundle plugin: package.json declares dsh.bundle.patch pointing at its cordis.patch.yml, so dsh plugin add automatically adds the package to dsh.profile.bundles and loads this plugin's own patch layer. No manual edit to ~/.dsh/profiles/web/cordis.patch.yml is needed.

安装

npx @deepseek-ai/dsh plugin --profile web add github:Yiklek/dsh-llm-retry-settings