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

relay-dsh-plugin-semantic-router

Relay Dsh Plugin Semantic Router

Recall-oriented semantic Event router 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-semantic-router@0.2.3
READMECompatibilityVersions

Compatibility and provenance

Relay Dsh Plugin Semantic Router is published as relay-dsh-plugin-semantic-router and currently resolves to version 0.2.3. 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/20/2026

Versions

0.2.3stable
9/15/2026
0.2.2stable
9/3/2026
0.2.1stable
9/1/2026
Show 8 more versionsCollapse versions
0.2.4-rc.1prerelease
9/16/2026
0.2.3-rc.2prerelease
9/15/2026
0.2.3-rc.1prerelease
9/3/2026
0.2.1-rc.1prerelease
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.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
65 kB
Files
13
Surface
any
License
MIT
Source
npm
Weekly downloads
234
Security scan
✓ v0.2.3 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 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 Semantic Router for DeepSeek Harness

Stable 0.2.3 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 it from npm · Compatibility evidence.

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

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

English | 中文

relay-dsh-plugin-semantic-router registers a recall-oriented model Router with relay-dsh-plugin-events. It decides deliver, escalate, or dismiss from a normalized Event and compact active-Wait snapshot. It stores nothing and never admits a DSH Session itself.

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-semantic-router@internal

Configure, replace, or disable an existing DSH LLM route from DSH Settings → Waiting events. Environment variables RELAY_ROUTER_PROVIDER and RELAY_ROUTER_MODEL are startup fallbacks. Missing or disabled configuration is a visible contained state; Events continues exact fallback routing without restart.

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. Each model attempt is bounded to at most 60 seconds, with 1–3 attempts. Unloading cancels the active request without starting another retry.

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.