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.

Maestro Meta — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
M

@ddtcorex/dsh-maestro-meta

Maestro Meta

Maestro Harness meta-bundle: thin v2 aggregator over eight granular dsh-maestro-* runtime rows (remote, review, govard, memory, mobile, notifier, config, dashboard).

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

npx -y @deepseek-ai/dsh plugin --profile web add github:ddtcorex/dsh-maestro-meta#b99ecc635cb125ad6221203bc3b1dcbf99c89d4d
READMECompatibilityVersions

Compatibility and provenance

Maestro Meta is published as @ddtcorex/dsh-maestro-meta and currently resolves to version 0.6.6. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/14/2026

Versions

0.6.6stable
9/14/2026
0.6.5stable
9/13/2026
0.6.4stable
9/13/2026
Show 10 more versionsCollapse versions
0.6.3stable
9/11/2026
0.6.2stable
9/9/2026
0.6.1stable
9/3/2026
0.6.0stable
9/2/2026
0.5.1stable
9/2/2026
0.5.0stable
9/1/2026
0.4.1stable
8/31/2026
0.4.0stable
8/30/2026
0.3.0stable
8/28/2026
0.2.0stable
8/26/2026

Related plugins

Loading related plugins…

Latest
0.6.6
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/14/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 productivity-workflow.

Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebAcp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseAutomation@michengai/dsh-automationExecute coding tasks on a schedule in an independent DSH Session, with dual-entry management via a Web settings page and Agent.Easyrewritedsh-easyrewriteDSH Web内目前最无感的消息撤回、重编辑插件,原版体验,兼容性强,功能简单可开关,设置丰富,现代化轻量ui框架。The most seamless message recall & re-edit plugin for DSH Web — native experience, strong compatibility, simple toggles, rich settings, modern lightweight UI. DSH Web で最もシームレスなメッセージ撤回・再編集プラグイン——ネイテ

README

@ddtcorex/dsh-maestro-meta

Meta-bundle for Maestro Harness — one dsh plugin add to install the whole DSH side of the stack.

This package contains no runtime code. Its cordis.patch.yml is a thin v2 aggregator that re-exports the rows of the granular plugins:

#Row idPackageWhat it brings
1maestro-remote@ddtcorex/dsh-maestro-remoteCloudflare tunnel + remote proxy + PIN + startup notification trigger
2maestro-review@ddtcorex/dsh-maestro-reviewPluggable MR review pipeline (GitLab implemented, GitHub stubbed)
3maestro-govard@ddtcorex/dsh-maestro-govardGovard bridge tooling for PHP/Magento/Laravel projects
4maestro-memory@ddtcorex/dsh-maestro-memoryDurable memory 5 tracks + todos + confirmation queue
5maestro-mobile@ddtcorex/dsh-maestro-mobileMobile drawer/sheets for DSH Web (<1024px)
6maestro-notifier@ddtcorex/dsh-maestro-notifierProvider-neutral notification service (maestroNotifier, Telegram first)
7maestro-config@ddtcorex/dsh-maestro-configShared settings store (~/.dsh/maestro/settings.json) + Settings card
8dsh-maestro-dashboard@ddtcorex/dsh-maestro-dashboardDev dashboard surface for the Maestro harness

@ddtcorex/maestro-skills is also a dependency — it serves skills through its own provider and needs no row here.

Govard itself is a Go binary (not a DSH plugin) and is installed separately — see govard/README.md. DeepSeek Harness (deepseek-harness) is the host.

Install

# One-liner for the whole DSH side of Maestro Harness
dsh plugin --profile web add @ddtcorex/dsh-maestro-meta

# Equivalent manual install (what the meta does for you)
dsh plugin --profile web add @ddtcorex/dsh-maestro-remote
dsh plugin --profile web add @ddtcorex/dsh-maestro-review
dsh plugin --profile web add @ddtcorex/dsh-maestro-govard
dsh plugin --profile web add @ddtcorex/dsh-maestro-memory
dsh plugin --profile web add @ddtcorex/dsh-maestro-mobile
dsh plugin --profile web add @ddtcorex/dsh-maestro-notifier
dsh plugin --profile web add @ddtcorex/dsh-maestro-config
dsh plugin --profile web add @ddtcorex/dsh-maestro-dashboard

@ddtcorex/dsh-maestro-guard is intentionally opt-in (approval gate; not part of this bundle until published).

For local development (link:):

dsh plugin --profile web add link:/path/to/maestro-harness/dsh-maestro-meta
# or link each component individually — same result

Verify:

dsh --profile web --dump-config | grep -E 'maestro-'

Any row can still be overridden by a higher profile layer (profile's cordis.patch.yml or --patch) by targeting its id.

Why a meta-bundle?

  • Single install for new machines / CI
  • One version to pin in ~/.dsh/profiles/web/package.json
  • No code duplication — this package is patch-only, delegates to the granular bundles under packages/
  • Keeps the local umbrella workspace at /path/to/maestro-harness as the source of truth.

Versioning

Bump version here when you want to publish a new curated set (new row added or removed ⇒ minor bump). The component versions are pinned as workspace:^x.y.z ranges locally and ^x.y.z when published — update them when components publish changes.

See also

The umbrella workspace is local-only, not a published Git repository. From an umbrella checkout, consult its README.md, AGENTS.md, docs/architecture.md, and docs/specs/.

Installing with plain pnpm

pnpm add @ddtcorex/dsh-maestro-meta needs overrides for the DSH internal packages that are only published as prereleases under the next dist-tag (their published ranges are clean ^0.1.x, which prereleases cannot satisfy). Add this pnpm-workspace.yaml next to your package.json:

packages:
  - .
overrides:
  '@deepseek-ai/dsh-invariants': 0.1.1-rc.2
  '@deepseek-ai/dsh-typert-registry': 0.1.1-rc.2
  '@deepseek-ai/dsh-typert-protocol': 0.1.1-rc.2
  '@deepseek-ai/dsh-scope': 0.1.1-rc.2
  '@deepseek-ai/dsh-brand': 0.1.1-rc.2
  '@deepseek-ai/dsh-attachment': 0.1.0-rc.8
  '@deepseek-ai/dsh-timeout': 0.1.0-rc.8

Installing through the DSH CLI (dsh plugin add @ddtcorex/dsh-maestro-meta) does not need this — the CLI resolves the pinned set itself. Individual granular packages (@ddtcorex/dsh-maestro-*) install with plain pnpm without overrides; only the full meta bundle hits the shared peer graph.