dsh-healthcheck
Session health check for DSH, read-only: scans the whole session library (totals, largest sessions, warnings for oversized sessions and event-count blowups) and deep-inspects a single session log (tail-balance / crash-tail check, tool-call/result pairing, event-type distribution).
面向 DSH 的会话健康体检(只读):全库扫描(总量、最大会话、体积 / 事件数超限告警)与单会话深检(尾部闭合检查、工具调用 / 结果配对、事件类型分布)。
How to install
dsh plugin add github:neufagents/dsh-healthcheck About
dsh-healthcheck **Runtime health check for DeepSeek Harness (dsh).** Read-only. Zero config. A tiny plugin that helps you spot the two things that silently kill long dsh sessions: **runaway session size** (long-task OOM) and **crash-torn session logs**. What it does One tool: health_check **health_check** (no arguments) — scans your whole session library: totals: sessions / size / events the largest sessions warnings for oversized sessions (≥10 MB watch, ≥30 MB danger) and event-count blowups (≥3k watch, ≥8k danger) — the usual precursors of long-task OOM **health_check session_id="<id>"** — d…
Recommendation signals
Meta
- License
- MIT
- Language
- TypeScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-18
- Created
- 2026-09-18
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek-harness, developer-tools, dsh, dsh-plugin, healthcheck
Related plugins
billion-context
ranxianglei/billion-context
The official billion-context plugin: a context-compression plugin for small context windows (a 100K context is enough), token savings (5x fewer tokens), and month-long single sessions (billions of tokens).
dsh-chat-import
Nwflower/dsh-chat-import
Import full-fidelity chat histories from 13 coding agents (Claude Code, Codex, ChatGPT, Cursor, Gemini, opencode, and more) as resumable DeepSeek Harness sessions, with reverse export back to Claude Code.
dsh-rewind
SiriLee/dsh-rewind
In-place conversation rewind in the same session window without forking (Claude Code /rewind semantics): a per-message ↶ button cuts the model context back to any user message, with an optional Claude-Code-style file restore from disk-persisted before-backups.
dsh-recall-plugin
limbo947/dsh-recall-plugin
Recall any user message: rolls the conversation (official session fork) and workspace files (per-message shadow git snapshots) back to before it, with a diff-preview confirmation panel.