SEMANTIC DIRECTORY · plugin-directory-semantic-v3-18
Runtime Monitoring & Recovery
监视会话、后台作业与子进程Status,检测卡死、循环、限流、中断或崩溃,并执行提醒、急停、重试、续跑、快照回滚或重启恢复;排除事前质量门禁。
Leaf membership
47 plugins
@shizhanyu13/dsh-waom@shizhanyu13/dsh-waomCatalog AnalyzedIronbound 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/waCompatibilityDSH 0.1.2-rc.1 · webDependency auditNot testedArtifact0.1.1Evidence updated2026-09-08Public signals282 downloadsdeepseek-harness-retrysyncended/deepseek-harness-retryCatalog AnalyzedDSH plugin from syncended/deepseek-harness-retryCompatibilityDSH 0.1.2-rc.1 · webDependency auditNot testedArtifactUnresolvedEvidence updated2026-09-10Public signals0 starsdsh-ankh-guardKhorsheed/dsh-ankh-guardCatalog Analyzeddsh 自托管运维守护:agent 改完代码先验证构建测试再重启,起不来自动回滚。镜像仓,与 Khorsheed/dsh-plugins 的 packages/ankh-guard 自动同步。CompatibilityDSH 0.1.2-rc.1 · webDependency auditNot testedArtifactUnresolvedEvidence updated2026-09-10Public signals7 starsdsh-auto-continuedsh-client-auto-continueCatalog AnalyzedAuto-resumes interrupted DSH Web requests: sends a queued 「继续」 after network, timeout or host-crash failures, with error classification, adaptive backoff, templated continue text and browser notifications.CompatibilityDSH 0.1.2-rc.1 · webDependency audit0 reported in bounded auditArtifact0.11.4Evidence updated2026-09-06Public signals65 stars · 9363 downloadsdsh-auto-continue-429dsh-auto-continue-429Catalog AnalyzedAutomatically sends "continue" to recover from RATE_LIMIT (429) and QUOTA (insufficient_quota) errors. Per-session consecutive-failure counter (default 20, configurable 1-100), a toolbar on/off switch, and a settings-page card.CompatibilityDSH 0.1.2-rc.1 · webDependency audit0 reported in bounded auditArtifact0.2.3Evidence updated2026-09-07Public signals3 stars · 1213 downloadsdsh-auto-drivinghuhaodong/dsh-auto-drivingCatalog Analyzed让 DeepSeek Harness 智能体进入自动驾驶 🚗:模型故障自动回退、静默卡死自动保活重试、Permissions/提问/方案审批自动放行,AUTO-MODE.md 全程审计——无人值守、永不停摆的自愈式 AI 编码会话。CompatibilityDSH 0.1.2-rc.1 · webDependency auditNot testedArtifactUnresolvedEvidence updated2026-09-10Public signals1 starsdsh-automationtitanwings/dsh-automationCatalog AnalyzedScheduled coding runs in fresh agent sessions with auditable history.CompatibilityDSH 0.1.2-rc.1 · webDependency auditNot testedArtifactUnresolvedEvidence updated2026-09-10Public signals86 starsdsh-autoresumedsh-autoresumeCatalog AnalyzedAuto-resumes dsh sessions whose turn was left mid-flight by a web process restart or by a transient upstream failure, by injecting a 「继续(自动)」 ("continue (auto)") user message so the agent picks up exactly where it stopped — no manual click, no lost context. Triggering scenarios: (1) Upstream rate-limiting / overload — HTTP 429 with code RATE_LIMIT / rate_limit_exceeded / too_many_requests, or type=service_unavailable, or message containing "currently overloaded" / "please try again later" / "all endpoints are currently overloaded" / 5xx. (2) Upstream network / server faults — code SERVER / TIMEOUT / TRANSPORT / EMPTY_RESPONSE, or message matching 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); supports DSH/OpenAI-style error envelopes {error: {code, type, message}}. (3) DSH web restart / crash leaving a turn mid-state — open turn/step without a matching end, pending tool/call without tool/result, or turn/end reason = interrupted. (4) Account-level billing / quota failures (v0.0.11+) — HTTP 402 with code QUOTA / insufficient_balance / payment_required, or message containing "insufficient balance" / "payment required" / "quota exceeded" / "quota exhausted" / "402" — recoverable by topping up the account or switching provider; same dead-loop guard as the other transient classes (no progress after a "continue" → settled, hands control back to the user). Skipped (avoid false positives / loops): assistant/message last, or turn/end reason=completed; cancelled, or non-network / non-billing errors (config / model errors like UNKNOWN_MODEL / MISSING_CREDENTIAL / NO_ADAPTER); dead-loop guard — if the previous "continue" injection produced no content or tool calls and the same error recurs (e.g. some stealth models returning empty under sustained overload, or a top-up that never landed), the plugin falls back to settled and hands the session back to the user. Guardian: 24h scan window + permanent liveWatch (bootGraceMs default Infinity). Set targetSessionId to watch a single session (legacy mode).CompatibilityDSH 0.1.2-rc.1 · webDependency audit0 reported in bounded auditArtifact0.1.3Evidence updated2026-09-07Public signals2 stars · 683 downloadsdsh-better-retryYaing-Yan/dsh-better-retryCatalog AnalyzedDSH (DeepSeek Harness) Cordis plugin: retry ANY model-request failure with durable backoff; retry budget adjustable in Settings → General via slider (0–64, default 8). 无论报什么错都重试模型Request,设置滑块可调 0–64 次,默认 8。CompatibilityDSH 0.1.2-rc.1 · webDependency auditNot testedArtifactUnresolvedEvidence updated2026-09-10Public signals1 starsdsh-bgjobsbgjobsCatalog AnalyzedRuns commands as background jobs that keep executing when DSH exits, with an optional sandbox to constrain file effects, plus a live web panel and offline CLI/GUI management. Windows only for now.CompatibilityDSH 0.1.2-rc.1 · webDependency audit0 reported in bounded auditArtifact0.1.72Evidence updated2026-09-09Public signals0 stars · 0 downloadsdsh-chat-continueChu-m/dsh-chat-continueCatalog AnalyzedAuto-retry failed API requests to keep DSH conversations going. Supports configurable status codes and error codes. 自动重试失败的 API Request,让 DSH 对话不中断。支持自定义Status码和错误码。CompatibilityDSH 0.1.2-rc.1 · webDependency auditNot testedArtifactUnresolvedEvidence updated2026-09-10Public signals2 starsdsh-continuedsh-continueCatalog AnalyzedFail-closed network recovery, recommended answers, and safe unattended continuation for DeepSeek Harness.CompatibilityDSH 0.1.2-rc.1 · webDependency audit0 reported in bounded auditArtifact0.2.1Evidence updated2026-09-08Public signals832 downloadsdsh-cronomdsh-dev/dsh-cronCatalog AnalyzedScheduled tasks (cron) for DeepSeek Harness: model- and human-callable scheduling that fires followup/inject into agent sessionsCompatibilityDSH 0.1.2-rc.1 · webDependency auditNot testedArtifactUnresolvedEvidence updated2026-09-10Public signals3 starsdsh-doctord86e/dsh-doctorCatalog Analyzeddsh-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.CompatibilityDSH 0.1.2-rc.1 · webDependency auditNot testedArtifactUnresolvedEvidence updated2026-09-10Public signals2 starsdsh-goodjobfentz26/dsh-goodjobCatalog AnalyzedMulti-agent operations workspace for DeepSeek Harness.CompatibilityDSH 0.1.2-rc.1 · webDependency auditNot testedArtifactUnresolvedEvidence updated2026-09-10Public signals0 starsdsh-guardianakira399/dsh-guardianCatalog AnalyzedDeepSeek 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.CompatibilityDSH 0.1.2-rc.1 · webDependency auditNot testedArtifactUnresolvedEvidence updated2026-09-10Public signals2 starsdsh-guardiantmeeli/dsh-guardianCatalog AnalyzedDeepSeek Harness 无模型自愈守护者:DSH 不可逆故障时自动接管、诊断、回滚快照、重启、通知模型。CompatibilityDSH 0.1.2-rc.1 · webDependency auditNot testedArtifactUnresolvedEvidence updated2026-09-10Public signals0 starsdsh-harness-ops#dsh-restart-recoverfakechris/dsh-harness-opsCatalog AnalyzedRestart recovery for DeepSeek Harness web: after a crash or restart, an interrupted agent turn continues automatically (host-side agent/created listener, no browser timing races).CompatibilityDSH 0.1.2-rc.1 · webDependency auditNot testedArtifactUnresolvedEvidence updated2026-09-10Public signals14 stars
Categories are public semantic index facts, not a final recommendation. Compatibility, permissions, and source evidence remain separate.