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 Events — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

relay-dsh-plugin-events

Relay Dsh Plugin Events

Durable provider-neutral Wait, Event, and Delivery runtime for 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-events@0.2.4
READMECompatibilityVersions

Compatibility and provenance

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

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.2.4stable
9/15/2026
0.2.3stable
9/3/2026
0.2.2stable
9/3/2026
Show 10 more versionsCollapse versions
0.2.5-rc.1prerelease
9/16/2026
0.2.4-rc.1prerelease
9/15/2026
0.2.3-rc.2prerelease
9/4/2026
0.2.3-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.2.4
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
1.1 MB
Files
18
Surface
web
License
MIT
Source
npm
Weekly downloads
243
Security scan
✓ v0.2.4 scan passed
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 agents-orchestration.

Headless@deepseek-ai/dsh-headlessThe dsh one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layerExperimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocolSubagent Claude Code@deepseek-ai/dsh-subagent-claude-codeOne-shot Claude Code subagent provider over the official Agent SDK

README

Relay Events for DeepSeek Harness

Stable 0.2.4 is verified on official DSH 0.1.5-rc.2 and 0.1.6-alpha.1. It uses the explicit official Session-list state contract required by the alpha release while remaining compatible with rc.2; its peer metadata declares both exact releases. Install it from npm · Compatibility evidence.

Release channels: latest → 0.2.4; next → 0.2.4-rc.1.

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

English | 中文

relay-dsh-plugin-events is the durable, provider-neutral Wait/Event/Delivery core for official DeepSeek Harness. It adds Agent tools, generic JSON ingress, delivery to the owning existing Session, recovery, and a Waiting Events settings surface without adding an execution backend.

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

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

Semantic routing and Monitor execution are separate plugins. Without a Router, Events uses exact event-type matching. Without Monitors, Wait-only registration and external ingress remain fully usable.

Database lifecycle

The Relay database is persistent and is not removed when the plugin is uninstalled. On startup, the plugin initializes a missing or empty database at the current schema. A recognized older schema is integrity-checked, backed up to <database>.backup-v<old>-to-v<current>.sqlite, and upgraded in one transaction before dependent indexes are created. The backup is verified and reused on a retry. Migration failure rolls back all schema changes and reports the backup path. An unknown non-empty schema, a corrupt database, foreign-key violations, or a schema newer than the plugin supports is rejected rather than guessed or silently modified.

See SPEC.md and delivery scenarios.

Set DSH_ROOT to the prepared immutable official DSH checkout, then run npm ci --ignore-scripts && npm run verify && npm pack. The npm package and locally packed tarball include built runtime files. A raw GitHub checkout intentionally does not track lib/; do not install #main as if it were a built release.

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.