jedzqer/dsh-retry-plugin0

dsh-retry-plugin

Automatically retry the current DSH Web session when the AI access fails, so the conversation is never interrupted.

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

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jedzqer/dsh-retry-plugin

配置

你可以直接在 DSH 界面中配置,无需手动改写代码:

  1. 打开 DSH Web 界面左下角的 设置 (Settings) -> 通用 (General)
  2. 找到 AI 失败自动重试 (Auto Retry) 选项:
    • 勾选或取消「启用」开关。
    • 输入你期望的「最大重试次数」(例如 5 次或 10 次)。
  3. 设置立即生效,且会自动保存在浏览器本地。

(高级用法:也可以在浏览器的 DevTools Console 中通过 localStorage.setItem("dsh-retry.delayMs", "3000") 调整重试等待延时)