Yiklek/dsh-llm-retry-settings0

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

包名
dsh-llm-retry-settings
版本
0.1.0
许可证
MIT
最近更新
2026年8月18日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 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-retry executor plugin has no configuration of its own — policies 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.
  • 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