Evidence snapshot reviewed Sep 16, 2026GitHub checked Aug 21, 2026
Evidence-verifiedPlugin BundleDeveloper ToolsWeb Profile

DSH Lifecycle Inspector

Inspect DeepSeek Harness plugin Fiber lifecycles, Cordis Effects, and observed teardown time.

At a glance

What it does

Inspect DeepSeek Harness plugin Fiber lifecycles, Cordis Effects, and observed teardown time.

Use cases
Developer ToolsDebuggingPlugin ManagementTerminal Ui
Works with
Deepseek HarnessCordisNodejs
Compatibility

Web Profile
@deepseek-ai/dsh-commands >=0.1.0-rc.5 <0.2.0; @deepseek-ai/dsh-tools >=0.1.0-rc.5 <0.2.0

Trust & status

Evidence-verified
Checked Sep 13, 2026, 2:10 PM UTC

Code-evidenced contributions

What it adds to DSH

Terminal UILifecycle commands

Provides /lifecycle list and /lifecycle inspect <plugin-id> reports.

Mechanism evidence

Before you choose it

A DSH bundle that adds concise lifecycle health summaries and per-plugin inspection reports. It can identify a plugin by loader path, configured entry ID, full package name, or package name without the dsh- prefix.

Best for

DeepSeek Harness users debugging plugin startup, live effects, or shutdown behavior.

Common tasks

  • Run /lifecycle list for a brief lifecycle health summary.
  • Run /lifecycle inspect <plugin-id> to inspect Fiber phases, nested Effect labels, and observed teardown duration.
  • Use the read-only lifecycle_inspect model tool when an agent needs lifecycle diagnostics.

Permissions and data

The supplied README describes inspection as read-only.

Permissions
  • Reads plugin lifecycle and Cordis Effect state for diagnostic reporting.
Data handling
  • Reports observed lifecycle state, Effect labels, and teardown duration.

Limitations

  • A cleared Effect tree does not establish that unregistered processes, timers, sockets, or watchers are absent.
  • External resource probes are planned and are not part of this release.
  • Raw Effect names require the --verbose option.

What DSHub checked

  • Pinned Git bundle structure and its Cordis patch were verified.
  • The package declares Node.js and DeepSeek Harness peer-dependency ranges.
  • The documented commands and read-only model tool are present in supplied documentation.

What DSHub did not check

  • Installation and runtime behavior were not executed.
  • npm registry availability for version 0.1.0 was not verified.

Pinned install

Install DSH Lifecycle Inspector

This plugin bundle does not have a DSH Plugin install action. Use its source documentation for the delivery method.

Visit the source project

Maintainer source

Project README

View at commit bc022df
Maintainer-authored contentCaptured from README.md on Sep 13, 2026. The text and repository-relative media are fixed to commit bc022df0c375 with content hash d9815457d799; provider-hosted badges may update independently. README commands are upstream documentation; the DSHub copy action above is the verified, version-pinned install.

DSH Lifecycle Inspector

Diagnose plugin lifecycle state, live Cordis Effects, and teardown outcomes in DeepSeek Harness.

dsh plugin --profile web add github:Rex16200513/dsh-lifecycle-inspector

Use /lifecycle list for a short health summary, /lifecycle inspect <plugin-id> for one readable report, or the read-only lifecycle_inspect model tool. Add --verbose only when you need raw Effect names. Inspection accepts a loader path, configured entry id, full package name, or the package name without its dsh- prefix.

The first release reports Fiber phases, nested Effect labels, and observed teardown duration. A cleared Effect tree proves only that Cordis-managed disposers completed; it does not prove that a plugin created no unregistered process, timer, socket, or watcher. External resource probes are planned as a separate provider seam.

Requires Node.js ^22.19.0 || >=24.0.0. MIT License.

Operate deliberately

Install and manage

Prerequisites and target Profile

Target Web Profile

Delivery Dsh Bundle Git — Rex16200513/dsh-lifecycle-inspector#bc022df0c37571f05425d6e98100fe53735fdc96

Verify, update, and remove

Show lifecycle commands
Verify
dsh plugin --profile web list

Compatibility and access

Requires DeepSeek Harness peers and Node.js 22.19+ or 24+ @deepseek-ai/dsh-commands >=0.1.0-rc.5 <0.2.0; @deepseek-ai/dsh-tools >=0.1.0-rc.5 <0.2.0

Review compatibility evidence

Risk facts

Limitations

A cleared Effect tree confirms only Cordis-managed disposers, not unregistered processes, timers, sockets, or watchers.

Evidence
Evidence and editorial reviewManifest, Bundle patch, distribution and freshness

Immutable evidence

Review status and source activity

AI reviewed

Use the pinned Git source because registry distribution was not found in the supplied evidence.

AI reviewed Sep 13, 2026, 2:11 PM UTCGitHub facts last checked Sep 13, 2026, 2:11 PM UTC

No material source change has been recorded since this evidence baseline.

Next step

Follow the Plugin installation workflow

Subscribe to material changes for DSH Lifecycle Inspector