zeng6125-rgb/dsh-llm-retry-settings

Plugin ⭐ 1 MIT other

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.

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

Install

# 1. download the packaged plugin tgz from the v0.0.1 release
gh release download v0.0.1 -R zeng6125-rgb/dsh-llm-retry-settings

# 2. unpack it into the profile's node_modules
mkdir -p ~/.dsh/profiles/web/node_modules/@dsh-external
tar -xzf dsh-external-dsh-llm-retry-settings-0.0.1.tgz -C ~/.dsh/profiles/web/node_modules/@dsh-external/
mv ~/.dsh/profiles/web/node_modules/@dsh-external/package \
   ~/.dsh/profiles/web/node_modules/@dsh-external/dsh-llm-retry-settings

# 3. register the bundle in the profile, then restart DSH
#    add "@dsh-external/dsh-llm-retry-settings" to dsh.profile.bundles
#    in ~/.dsh/profiles/web/package.json

Add zeng6125-rgb/dsh-llm-retry-settings to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.