dshbase

Plugin directory / Developer / dsh-qapproval-timeout

dsh-qapproval-timeout

Unverified 2128627267

✓ Actively maintained Builds on 1 official DSH packages

View on GitHub ↗ ← Back to plugin directory

1Stars
0Forks
0Open issues
Language
2026-08-15Last push
Cross-platformPlatform

What it does

A plugin in the Developer category for DeepSeek Harness.

Our take
Unverified — not yet verified

A plugin in the Developer category for DeepSeek Harness. Not yet verified — install and test it yourself.

“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.

Plugin author? Get the “Verified” label — submit your own evidence (screenshots, logs, or a short demo) and we'll review and flip the badge.

Submit verification evidence ↗

README

dsh-qapproval-timeout 批准超时

当需要你批准的操作(沙箱升级、权限请求等)超过设定时间未响应时,自动视为拒绝("先不弄"),避免无限等待阻塞任务。

  • DSH 内置审批没有超时机制(结果仅 allowed-once / rejected / cancelled / unavailable
  • 本插件通过 approval/request 瀑布流拦截 + timer 服务实现:超时返回 rejected
  • 超时后你仍可稍后手动重新触发操作;未决审批请求的结果会被丢弃

配置

设置 → 批准超时:

  • 启用开关
  • 等待秒数(5–3600,默认 120)
  • 配置持久化于 .dsh-features/approval-timeout.json

Host RPC(HTTP JSON)

方法 入参 返回
GET /dsh-qapproval-timeout/get { enabled, seconds }
POST /dsh-qapproval-timeout/set { enabled, seconds } 更新后的配置

安装(原生 bundle,与 dshmarket 同类)

本插件是标准 DSH bundle:安装后作为普通插件运行,不产生 Cordis 动态插件、无需批准、无需任何手动激活

dsh plugin --profile web add dsh-qapproval-timeout

重启 dsh web 后:

  • approval/request 拦截由普通 host 插件直接挂载;
  • 设置页“批准超时”直接可用;
  • 不出现 qaptm-*,也没有 run-* 消息。

仓库


Install

🧩 Let your agent install it (recommended)

Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:

dsh plugin add dshbase-catalog

Then say "install dsh-qapproval-timeout for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.

This plugin is GitHub source (not published to npm) — install it straight from the repo:

Web profile:

dsh plugin --profile web add github:2128627267/dsh-qapproval-timeout

Headless (CLI) profile:

dsh plugin --profile headless add github:2128627267/dsh-qapproval-timeout

Test report

Not yet L3-verified — see failure note below if we already ran it.

Status: pending · last test 2026-08-27
Note: 验证: runtime-fail Browse all pending failures →
Security: not yet scanned — our daily static scan will cover it shortly.

Share this badge

More in Developer

Browse all 7795 plugins →