DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Relay Dsh Plugin Monitors — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

relay-dsh-plugin-monitors

Relay Dsh Plugin Monitors

Extensible durable Monitor Core and Bundle registry for Relay Events on DeepSeek Harness.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add relay-dsh-plugin-monitors@0.3.2
READMECompatibilityVersions

Compatibility and provenance

Relay Dsh Plugin Monitors is published as relay-dsh-plugin-monitors and currently resolves to version 0.3.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/21/2026

Versions

0.3.2stable
9/15/2026
0.3.1stable
9/3/2026
0.3.0stable
9/2/2026
Show 9 more versionsCollapse versions
0.3.3-rc.1prerelease
9/16/2026
0.3.2-rc.2prerelease
9/15/2026
0.3.2-rc.1prerelease
9/3/2026
0.2.1-rc.1prerelease
9/1/2026
0.2.1stable
9/1/2026
0.2.0stable
9/1/2026
0.2.0-rc.1prerelease
9/1/2026
0.1.0-internal.2prerelease
8/31/2026
0.1.0-internal.1prerelease
8/31/2026

Related plugins

Loading related plugins…

Latest
0.3.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
325.7 kB
Files
11
Surface
any
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
251
Security scan
✓ v0.3.2 scan passed
Last push
9/3/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in integrations-communication.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rPocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.

README

Relay Monitors for DeepSeek Harness

Stable 0.3.2 is verified on official DSH 0.1.5-rc.2 and 0.1.6-alpha.1. No implementation adaptation was required; its peer metadata declares both exact releases. Install Monitor extensions separately.

Release channels: latest → 0.3.2; next → 0.3.2-rc.2.

npx @deepseek-ai/dsh@0.1.6-alpha.1 plugin --profile web add relay-dsh-plugin-events@next relay-dsh-plugin-monitors@next
npx @deepseek-ai/dsh@0.1.6-alpha.1 web

English | 中文

relay-dsh-plugin-monitors adds extensible durable bound Monitor execution to relay-dsh-plugin-events. Core includes the live Bundle Type catalog, trusted Observer/Detector registration, generic deterministic transition detectors, leased checks, and lifecycle recovery. Time and relay_schedule_timer now live in the independent relay-dsh-plugin-monitor-time extension.

The development source additionally exposes a live, localized Monitor Bundle Type catalog through the public relayMonitorBundles service and the Session-bound relay_list_monitor_bundle_types Agent tool. The catalog lists capabilities that extensions have actually registered; it is not a static support claim. An Agent can instantiate an available entry with relay_create_monitor_from_type; Session ownership is derived from the root Agent, and success follows baseline plus atomic Wait/Monitor commit. When no registered type fits, the Agent can validate and install an expiring Session- or project-scoped custom Bundle. Custom code runs in QuickJS WASM with no ambient host authority and can make only schema-checked reads through explicitly granted Capability Providers. Updates and rollbacks preserve immutable version history. Core alone intentionally reports an empty plugin Bundle Type catalog.

The older internal npm channel remains available for integration testing and does not carry this compatibility guarantee. Use the exact 0.2.1 versions in the latest-DSH command above; do not substitute @internal.

dsh plugin --profile web add --save-exact \
  relay-dsh-plugin-events@internal \
  relay-dsh-plugin-monitors@internal
dsh web

Arbitrary shell/network/browser access, mutation providers, environment values, host credentials, and raw process PIDs are rejected. Custom Bundle artifacts are copied to Relay-owned content-addressed storage, integrity-checked on every read, and collected after expiry only when no live Monitor or other receipt references them.

Build this repository with DSH_ROOT pointing to a prepared official DSH checkout: npm ci --ignore-scripts && npm run verify && npm pack. Install the resulting tarballs together. The npm package includes built lib/; raw GitHub source does not. Observer calls are bounded to at most 30 seconds and receive an abort signal on timeout or unload; cancellation releases the lease without counting as a business observation failure.

See SPEC.md and delivery scenarios. Tested official DSH references: 0.1.1-rc.2 at b150a551b8d465e31e418e1b2eaf5e79bbb7d28e, 0.1.2-alpha.2 at 0a53fb55bea101816fa226bb964ae2bed71c343b, and 0.1.2-alpha.3 at dd6322d604e00eec1ba5e0c8541159906a21094a.