Yiklek/dsh-llm-retry-settings ↗★ 0
dsh-llm-retry-settings
DSH plugin: API retry settings page - view and edit each LLM provider's request retry policy (mode, maxRetries) over the settings wire
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗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) over the
public settings / llm wire faces.
- The
llm-retryexecutor plugin has no configuration of its own — policies live in each provider's settings namespace (llm-pi-ai,llm-deepseek). - Writes go through
settings.mutateand take effect on the next model request, without a restart. - Client-only: the host half is empty; the GUI talks to the loopback API gateway exactly like the shipped Models settings page.
Mount (profile web): ~/.dsh/profiles/web/package.json holds the link:
dependency, cordis.patch.yml inserts the plugin row.
- insert:
- id: llm-retry-settings
name: dsh-llm-retry-settings