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.

Approval Notify — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
A

@whoisddd/dsh-approval-notify

Approval Notify

Minimal DSH web GUI plugin that raises native browser notifications or fallback toasts for approval, question, plan-review, and completed-session reminders.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:whoisDDD/dsh-approval-notify#4af53f22f47c390aaed04f8f094d42f93f18cee4
READMECompatibilityVersions

Compatibility and provenance

Approval Notify is published as @whoisddd/dsh-approval-notify 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/23/2026

Versions

0.1.0stable
8/23/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
BSD-3-Clause
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/1/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 integrations-communication.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseIm@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.Pocketdsh-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

@whoisddd/dsh-approval-notify

English | 中文

A minimal browser-only DSH Web GUI plugin that reminds you when a session needs attention or a background session finishes.

The plugin watches the live DSH session list, prefers native browser notifications, and falls back to a larger stacked toast panel when native notifications are unavailable. On Windows, granted browser notifications surface through the system notification center.

What it notifies

DSH stateNotification titleNotes
approvalApproval requestThe session is waiting for an approval decision.
questionQuestion requestThe session is waiting for a user choice or answer.
plan-reviewPlan reviewThe session is waiting for plan confirmation.
completedCompletedA top-level background session has finished.
completed on a subagentSubagent completedA subagent/background child session has finished.

Highlights

  • Browser-only; the host half is intentionally empty.
  • Watches the live DSH session list; no dependency on dsh-web-ui-all.
  • Uses native browser notifications first, with requireInteraction: true.
  • Falls back to a larger right-bottom toast panel when native notifications fail.
  • Supports multiple stacked fallback toasts.
  • Deduplicates unchanged attention states so the same pending/completed state does not repeat.
  • Labels completed subagents separately from completed top-level sessions.

Install

git clone https://github.com/whoisDDD/dsh-approval-notify.git
cd dsh-approval-notify
pnpm install
pnpm build
dsh plugin --profile web add link:$(pwd)

After installation, reload the DSH Web GUI page. The browser may ask for notification permission on first load. If permission is denied or native notification creation fails, the plugin still shows in-page toast reminders.

Development

pnpm install
pnpm test
pnpm typecheck
pnpm build

Useful scripts:

  • pnpm test — run all Vitest tests.
  • pnpm test:notify — run the core notification behavior tests.
  • pnpm typecheck — run TypeScript type checking.
  • pnpm build — generate lib/ artifacts.
  • pnpm watch — rebuild the client bundle during development.

Notes and limitations

  • This plugin does not implement a settings UI yet.
  • Notification delivery depends on browser permission and the operating system notification policy.
  • Completed-session reminders follow DSH's completed summary flag. Top-level sessions and subagents are both notified, but subagents use a distinct title.

License

BSD-3-Clause.