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.

Control Plane — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

dsh-control-plane

Control Plane

A local-first developer control plane for multiple DeepSeek Harness runtimes.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Harzva/dsh-control-plane#238b79d02a3b71d34d8eb68229eed161e32d4283
READMECompatibilityVersions

Compatibility and provenance

Control Plane is published as dsh-control-plane and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/21/2026

Versions

0.1.0stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/21/2026
View source ↗
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

dsh-control-plane

Local-first developer control plane for composing, inspecting, and managing multiple DeepSeek Harness runtimes, profiles, presets, sessions, plans, and knowledge references.

Status

The repository has completed Stage 7 and published the first public release: Harzva/dsh-control-plane, v0.1.0. The public release contains the contracts, allowlisted Runtime Manager MVP, installable DSH Bundle, reference-only Plan/Artifact/Knowledge bridge, and replaceable Scenario Adapters. Submission to awesome-dsh-plugin is the next stage and is not claimed as merged or accepted.

The Web panels are read-only projections. Runtime start/stop and health behavior remains in the source Runtime Manager API. The Stage 4 bridge resolves only bounded metadata and opaque references; it does not read or upload document content.

Why this exists

Developers often use more than one DSH environment: an official runtime, a team-customized runtime, a development fork, and different Agent Presets for different workflows. dsh-control-plane provides a stable local control plane so those environments can be discovered, composed, inspected, and recovered without mixing their private files or session data.

The project does not replace DSH. It provides a control-plane core and a versioned DSH Bundle that can present the control plane inside DSH.

Planned capabilities

  • Register official, customized, development, and custom DSH runtimes.
  • Inspect Profile and Preset references without copying private configuration.
  • Start, stop, and health-check runtimes through allowlisted adapters.
  • Connect Sessions to plans, artifacts, and knowledge references.
  • Provide an additive DSH Host/Client integration panel.
  • Show bounded Runtime Catalog, Session Board, Plan Panel, Artifact Board, and Knowledge Reference projections in DSH Web.
  • Use and extend replaceable scenario adapters, including an interview-learning example.
  • Validate releases in an isolated DSH Profile before public publication.

Public safe-core

This repository contains public schemas, adapters, examples, tests, and documentation. It does not contain credentials, raw chats, real sessions, private knowledge, private machine paths, or production DSH configuration.

Machine-local values belong in the ignored agentworkos.local.toml. Public examples use placeholders and synthetic identifiers.

Architecture and roadmap

  • Vision
  • Architecture
  • Security policy
  • Contribution guide
  • Review protocol
  • Stage 1 foundation contract
  • Stage 2 Runtime Manager
  • Stage 3 DSH Bundle and Client panels
  • Stage 4 Plan / Knowledge Bridge
  • Stage 5 Scenario Adapters
  • Stage 6 Security and DeepSeek Pro Review
  • Stage 7 Release Candidate
  • Stage 8 awesome-dsh-plugin Submission
  • Stage 9 Harzva Plugin Registry

DSH integration direction

The current target is DSH 0.1.0-rc.8. The root package provides a dsh.bundle patch layer, a strict ./typert Host manifest, and one checked-in ./client bundle. Internal source modules are composed into this one installable package so a tarball does not depend on sibling file: packages. The Web contribution uses additive Settings Slots and local failure boundaries.

Development status

The Stage 1 contracts, Stage 2 Runtime Manager, Stage 4 reference bridge, and Stage 5 scenario adapters remain usable as source modules. Stage 3–5 are included in the public Bundle. Stage 6 security and review work and the Stage 7 public release gates are complete. Build and inspect the candidate with:

pnpm install --frozen-lockfile
pnpm run build:dsh
pnpm run check
pnpm run pack:dsh
pnpm run verify:release-candidate

Use an isolated DSH Profile for runtime checks. Do not install this directory or a locally configured Profile into a production workspace.

License

MIT. See LICENSE.

  • Long-term roadmap