xu-kai-quan/dsh-tool-diagnose
xu-kai-quan★ 1TypeScript最后同步: 2026-08-16
—
README 摘要
dsh-tool-diagnose A DeepSeek Harness Cordis plugin (not a Skill — see Plugin vs Skill) that exposes a model-facing diagnose tool backed by an extensible check registry, ctx.diagnostics . Where a symptom-table Skill tells the agent which shell command to run and how to read its output, this plugin runs the introspection itself, inside the process, against live Cordis state — and lets other plugins contribute more checks the same way this package's own checks.ts does. Install If you use the DSH web UI: If you run one-off tasks from the terminal instead ( dsh --profile headless "some task" ): web and headless are the two names DSH ships out of the box, matching the two commands above — whichever one you already use day to day, use that same word in place of --profile web / --profile headless . You don't need to set anything up first; both initialize themselves automatically the first time you use them. Using a custom profile name instead of web/headless? A "profile" is just a folder under $DSH HOME/profiles/ / ( $DSH HOME defaults to /.dsh ). If you've set up your own named profile, use that folder's name after --profile . See what you already have: Then, in a session: "Use the diagno…
在 GitHub 查看完整 README →