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

dsh-approval-assistant-0nekbyte

Approval Assistant 0nekbyte

Approval Assistant for DeepSeek Harness: approval reminders, auto-approval rules, completion reminders and question popups with per-feature channels (popup / system notification / sound / custom sound). 审批提醒、自动审批、完成提醒与提问提醒。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:0neKbyte/dsh-approval-assistant_0neKbyte#583136e122d886b5c28110d0f190793bbfd6e5ac
READMECompatibilityVersions

Compatibility and provenance

Approval Assistant 0nekbyte is published as dsh-approval-assistant-0nekbyte and currently resolves to version 0.1.2. 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/24/2026

Versions

0.1.2stable
8/24/2026

Related plugins

Loading related plugins…

Latest
0.1.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 2
Weekly downloads
0
Last push
8/24/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.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUI

README

审批助手 Approval Assistant

DeepSeek Harness(dsh)插件:审批提醒 · 自动审批 · 完成提醒 · 提问提醒。

  • 审批提醒:有请求等待审批时,按配置弹窗 / 系统通知 / 声音提示。
  • 自动审批:全部自动通过,或按工具名关键词规则匹配通过(无需人工确认)。
  • 完成提醒:审批结果出来时提醒(已批准 / 已拒绝 / 已取消)。
  • 提问提醒:模型用 ask_user_question 向你提问时弹窗提醒(直接显示问题内容)。
  • 任务完成提醒(可选):已批准的工具执行完毕后提醒。
  • 每个提醒组均可独立开关 弹窗 / 系统通知 / 声音,声音支持自定义(音频 URL 或 data: URI,留空用默认提示音)。

安装

dsh plugin --profile web add dsh-approval-assistant-0nekbyte

重启后打开 设置 → 审批助手 进行配置(含各通道的测试按钮与「请求通知权限」)。

系统通知依赖浏览器授权(设置页内一键请求);声音可能受浏览器自动播放策略限制,首次测试请先与页面交互。

本插件面向 web profile:宿主半部将 webServer 声明为硬依赖(保证浏览器配置通道的路由注册),在无 webServer 的 headless 环境下会保持 waiting 状态、不激活。

配置

卡片配置项
审批提醒启用;弹窗 / 系统通知 / 声音 / 自定义声音
自动审批启用;模式:全部自动通过 / 按规则匹配(工具名关键词,逗号分隔);自动通过后发送完成提醒
完成提醒启用;弹窗 / 系统通知 / 声音 / 自定义声音
提问提醒启用(模型提问时提醒,弹窗显示问题内容);弹窗 / 系统通知 / 声音 / 自定义声音
任务完成提醒启用(已批准的工具执行完毕后提醒);弹窗 / 系统通知 / 声音 / 自定义声音

工作原理

  • Host 半部(index.js):以 prepend 监听 approval/request 瀑布(先于 Web 审批应答器执行),自动审批时直接返回 'allowed-once' 认领请求,否则包住用户决策并前后入队提醒;tools/result 用 callId 关联已批准工具的执行完成;tools/pre-execute 纯观察 ask_user_question 提问。配置与提醒队列经 webServer 同源 HTTP 路由(/dsh-approval-assistant/*)暴露给浏览器。
  • Client 半部(client.js):标准 dsh.client web 模块,在 shell.overlay 渲染右上角弹窗、在 settings.section 提供设置页,轮询提醒队列并按配置触发弹窗 / Notification / 声音(默认 Web Audio 合成提示音,自定义声音用 new Audio(url))。

许可

MIT License。