dsh-healthcheck: session library scan + crash-tail inspection (read-only) #7091
jiatianyuan11
started this conversation in
Show Your Plugins!
Replies: 1 comment
|
A follow-up from the author — for anyone reading this before installing, and for plugin authors in general. The first revision of this repo shipped raw TypeScript sources ( Two small lessons worth sharing with anyone building dsh plugins:
(Also happy to report: install → boot → composed config were all re-verified end-to-end against |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
dsh-healthcheck — a read-only health check for your dsh session library.
Repo: https://github.com/neufagents/dsh-healthcheck
Install:
One tool,
health_check:session_id="<id>"— deep inspection of one log: crash-tail detection (an unclosed turn means the log was interrupted by a crash; resume already repairs it — this just surfaces it), tool-call/result pairing, event distribution.It reads through the official session-persistence service API (list/stat/open) and never writes a byte.
Built and tested against dsh 0.1.5-rc.2. Feedback very welcome — especially from anyone who has run into the "session suddenly huge" or "session doesn't resume cleanly" class of problems.
All reactions