Chu-m/dsh-chat-continue
Chu-m★ 1JavaScript最后同步: 2026-08-22
Auto-retry failed API requests to keep DSH conversations going. Supports configurable status codes and error codes. 自动重试失败的 API 请求,让 DSH 对话不中断。支持自定义状态码和错误码。
README 摘要
DSH Chat Continue English 中文 A DSH plugin that intercepts third-party API request errors (429 Too Many Requests, 503 Service Unavailable, etc.) and automatically retries the request — preventing agent sessions from stalling when external APIs encounter issues. English The Problem When using DSH to call third-party model APIs (e.g., custom providers, external AI services), those platforms often enforce rate limits or other access restrictions . When the limit is exceeded, the API returns an error (e.g., 429 Too Many Requests, rate limit , quota exceeded ). DSH has built-in retry logic ( dsh-llm-retry ) for DeepSeek API, but it may not cover all third-party error codes. When the built-in retry is exhausted, the agent session stalls mid-conversation , requiring the user to manually type "continue" to resume — a poor experience. The Solution This plugin acts as a second line of defense after DSH's built-in retry. It: 1. Intercepts agent/request-error events after built-in retry fails 2. Matches the error against your configured status codes and error codes 3. Automatically retries or shows a notification for manual confirmation 4. Resumes the conversation seamlessly — no manual "contin…
在 GitHub 查看完整 README →分类
DeepSeek Harness: Everything is a Plugin.
★ 182,325
amruthpillai/reactive-resumeA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
★ 41,477
anywhere-labs/deepseek-harness-desktop为 DeepSeek Harness (DSH) 插件生态打造的现代化桌面端解决方案。万物皆「插件」,桌面本身也是「插件」。
★ 17,784