SEMANTIC DIRECTORY · plugin-directory-semantic-v3-18

运行监控与故障恢复

监视会话、后台作业与子进程状态,检测卡死、循环、限流、中断或崩溃,并执行提醒、急停、重试、续跑、快照回滚或重启恢复;排除事前质量门禁。

使用关键词搜索
来源目录 discovery.composite.2026-09-06.v1-0-5.b92b985e31df规范结构 · 823 个节点 · 14829 个插件

叶子目录成员

47 个插件

@shizhanyu13/dsh-waom@shizhanyu13/dsh-waom目录 已分析Ironbound WAOM autonomous-ops service plugin for the DeepSeek Harness (DSH). Monitors a target, decides a fix, drives a DSH subagent to implement it (no claude -p subprocess), and evaluates the result independently (GAN-style). Ported from scripts/waom/wa会话与消息npmGitHub兼容性DSH 0.1.2-rc.1 · web依赖审计未测试制品0.1.1证据更新2026-09-08公开信号282 downloadsdeepseek-harness-retrysyncended/deepseek-harness-retry目录 已分析DSH plugin from syncended/deepseek-harness-retry工具与能力GitHub兼容性DSH 0.1.2-rc.1 · web依赖审计未测试制品未解析证据更新2026-09-10公开信号0 starsdsh-ankh-guardKhorsheed/dsh-ankh-guard目录 已分析dsh 自托管运维守护:agent 改完代码先验证构建测试再重启,起不来自动回滚。镜像仓,与 Khorsheed/dsh-plugins 的 packages/ankh-guard 自动同步。工具与能力GitHub兼容性DSH 0.1.2-rc.1 · web依赖审计未测试制品未解析证据更新2026-09-10公开信号7 starsdsh-auto-continuedsh-client-auto-continue目录 已分析DSH Web 请求中断自动续跑:网络、超时或宿主崩溃等非人为失败后自动发送「继续」,支持错误分类、自适应退避、模板化继续文本与浏览器通知。UI 增强npmGitHub兼容性DSH 0.1.2-rc.1 · web依赖审计有限审计报告 0 项制品0.11.4证据更新2026-09-06公开信号65 stars · 9363 downloadsdsh-auto-continue-429dsh-auto-continue-429目录 已分析遇到 RATE_LIMIT(429)或配额耗尽(insufficient_quota)错误时自动发送 continue 恢复对话。每会话独立计数连续失败次数(默认 20,可设 1-100),带工具栏开关条与设置页配置卡片。工作流与自动化npmGitHub兼容性DSH 0.1.2-rc.1 · web依赖审计有限审计报告 0 项制品0.2.3证据更新2026-09-07公开信号3 stars · 1213 downloadsdsh-auto-drivinghuhaodong/dsh-auto-driving目录 已分析让 DeepSeek Harness 智能体进入自动驾驶 🚗:模型故障自动回退、静默卡死自动保活重试、权限/提问/方案审批自动放行,AUTO-MODE.md 全程审计——无人值守、永不停摆的自愈式 AI 编码会话。工具与能力GitHub兼容性DSH 0.1.2-rc.1 · web依赖审计未测试制品未解析证据更新2026-09-10公开信号1 starsdsh-automationtitanwings/dsh-automation目录 已分析定时任务:让 Coding 任务按计划在全新 Agent Session 中运行,保留可审计历史。工作流与自动化GitHub兼容性DSH 0.1.2-rc.1 · web依赖审计未测试制品未解析证据更新2026-09-10公开信号86 starsdsh-autoresumedsh-autoresume目录 已分析在 dsh-web 重启之后(或运行期间再次出现网络/瞬时故障时),自动给被打断的会话注入「继续(自动)」,让 agent 接着上次停下的位置继续跑——不需要用户手动点、不会丢上下文。触发场景:(1) 大模型拥挤 / 排队——上游限流 429(错误码 RATE_LIMIT / rate_limit_exceeded / too_many_requests),或返回 type=service_unavailable,或消息命中 "currently overloaded" / "please try again later" / "all endpoints are currently overloaded" / 5xx 等特征,属于"等一会儿就能恢复"的瞬时故障,自动接着跑。(2) 上游网络 / 服务端故障——错误码 SERVER / TIMEOUT / TRANSPORT / EMPTY_RESPONSE,或消息命中网络特征正则 NETWORK_FAILURE_PATTERN(upstream error / internal server error / service temporarily unavailable / timed out / fetch failed / ECONNRESET / ECONNREFUSED / ETIMEDOUT / socket hang up / network error / connection refused|reset|closed),支持 {error: {code, type, message}} 错误信封解包。(3) DSH web 重启 / 崩溃造成 turn 停在中间态——turn/start 后无 turn/end、step/start 后无 step/end、有 tool/call 但无对应 tool/result、或最后一个 turn/end 原因 = interrupted。(4) 账户余额 / 配额类失败(v0.0.11+ 新增)——HTTP 402(错误码 QUOTA / insufficient_balance / payment_required),或消息含 "insufficient balance" / "payment required" / "quota exceeded" / "quota exhausted" / "402"——属于「充值账户或换 provider 后可恢复」的瞬时故障,触发后自动接着跑;与前三类共用死循环守卫(注入「继续」后无产出再失败 → 转 settled 不注入,交还用户处理)。不动的场景(避免误注入 / 死循环):最后事件是 assistant/message(已完成)、turn/end 原因=completed;cancelled,或非网络 / 非账户类 error(配置/模型错误如 UNKNOWN_MODEL / MISSING_CREDENTIAL / NO_ADAPTER / INVALID_MODEL_INFO);死循环守卫——上次注入「继续」之后若模型持续返回空内容(典型如某些隐身模型过载时,或充值后仍未到账),自动转 settled 不再注入,交还用户。守护窗口:默认 24h 扫描窗口 + 永久 liveWatch 守护(bootGraceMs 默认 Infinity)。配 targetSessionId 时只盯单会话(旧行为)。工作流与自动化npmGitHub兼容性DSH 0.1.2-rc.1 · web依赖审计有限审计报告 0 项制品0.1.3证据更新2026-09-07公开信号2 stars · 683 downloadsdsh-better-retryYaing-Yan/dsh-better-retry目录 已分析DSH (DeepSeek Harness) Cordis plugin: retry ANY model-request failure with durable backoff; retry budget adjustable in Settings → General via slider (0–64, default 8). 无论报什么错都重试模型请求,设置滑块可调 0–64 次,默认 8。工具与能力GitHub兼容性DSH 0.1.2-rc.1 · web依赖审计未测试制品未解析证据更新2026-09-10公开信号1 starsdsh-bgjobsbgjobs目录 已分析将命令提交为独立于 DSH 进程的后台任务(可选沙箱),关闭 DSH 也不影响运行,并提供实时网页面板与离线 CLI/GUI 管理。当前仅支持Windows系统。工具与能力npmGitHub兼容性DSH 0.1.2-rc.1 · web依赖审计有限审计报告 0 项制品0.1.72证据更新2026-09-09公开信号0 stars · 0 downloadsdsh-chat-continueChu-m/dsh-chat-continue目录 已分析Auto-retry failed API requests to keep DSH conversations going. Supports configurable status codes and error codes. 自动重试失败的 API 请求,让 DSH 对话不中断。支持自定义状态码和错误码。工具与能力GitHub兼容性DSH 0.1.2-rc.1 · web依赖审计未测试制品未解析证据更新2026-09-10公开信号2 starsdsh-continuedsh-continue目录 已分析Fail-closed network recovery, recommended answers, and safe unattended continuation for DeepSeek Harness.工作流与自动化npmGitHub兼容性DSH 0.1.2-rc.1 · web依赖审计有限审计报告 0 项制品0.2.1证据更新2026-09-08公开信号832 downloadsdsh-cronomdsh-dev/dsh-cron目录 已分析Scheduled tasks (cron) for DeepSeek Harness: model- and human-callable scheduling that fires followup/inject into agent sessions会话与消息GitHub兼容性DSH 0.1.2-rc.1 · web依赖审计未测试制品未解析证据更新2026-09-10公开信号3 starsdsh-doctord86e/dsh-doctor目录 已分析dsh-doctor: self-healing watchdog for the DeepSeek Harness web profile. Recovers from plugin-induced boot failures within 60s, runs an unbounded CLI doctor, captures every tool error, and watches all live sessions for stuck turns.会话与消息GitHub兼容性DSH 0.1.2-rc.1 · web依赖审计未测试制品未解析证据更新2026-09-10公开信号2 starsdsh-goodjobfentz26/dsh-goodjob目录 已分析Multi-agent operations workspace for DeepSeek Harness.工具与能力GitHub兼容性DSH 0.1.2-rc.1 · web依赖审计未测试制品未解析证据更新2026-09-10公开信号0 starsdsh-guardianakira399/dsh-guardian目录 已分析DeepSeek Harness task-protection plugin: preflight scanner (catches missing inject declarations that crash the host), loop detection, recursion guard, and interruption awareness with a safe-restart helper. Never terminates tasks.工具与能力GitHub兼容性DSH 0.1.2-rc.1 · web依赖审计未测试制品未解析证据更新2026-09-10公开信号2 starsdsh-guardiantmeeli/dsh-guardian目录 已分析DeepSeek Harness 无模型自愈守护者:DSH 不可逆故障时自动接管、诊断、回滚快照、重启、通知模型。工具与能力GitHub兼容性DSH 0.1.2-rc.1 · web依赖审计未测试制品未解析证据更新2026-09-10公开信号0 starsdsh-harness-ops#dsh-restart-recoverfakechris/dsh-harness-ops目录 已分析DeepSeek Harness web 重启恢复:崩溃或重启后,被打断的 agent 回合自动继续(host 侧 agent/created 监听,无浏览器时序竞态)。开发与运行时GitHub兼容性DSH 0.1.2-rc.1 · web依赖审计未测试制品未解析证据更新2026-09-10公开信号14 stars

分类属于公开语义索引事实,不是最终推荐;兼容性、权限与来源证据仍需分别核对。