dsh-auto-approve
用关键词和审核模型审核表自动允许或拒绝工具调用,拿不准则交给原来的网页审批框。
Auto-approves or rejects tool calls with keywords and a judge-model criteria table; uncertainty uses the original Web approval dialog.
怎么安装
dsh plugin add @dnalec/dsh-auto-approve 简介
dsh-auto-approve English | 中文 A DeepSeek Harness plugin that auto-approves or rejects tool calls with **keywords** and a **judge-model criteria table**. Uncertainty goes to the original Web approval dialog. Install sh dsh plugin --profile web add github:DNAlec/dsh-auto-approve#v0.3.0 Or from npm, after a tagged release: sh dsh plugin --profile web add @dnalec/dsh-auto-approve Restart dsh web. The first start adds the **Auto-approve** permission preset to the current profile's cordis.patch.yml; if that write fails, the log line names the file and the reason. Setup Settings → **Auto-approve**: 1…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 1
- 月下载
- 364
- 最近更新
- 2026-09-13
- 创建于
- 2026-09-11
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- approval, auto-approve, cordis, deepseek-harness, dsh, dsh-plugin
同类推荐
dsh-permission-rules
PerryLink/dsh-permission-rules
Claude Code 风格的声明式权限规则:按序 allow/deny/ask 的 YAML 规则,在 tools/pre-execute 瀑布上匹配工具名、参数、工作区路径与 agent 身份,带完整会话日志审计、干跑模式与热重载。
upstream-radar
MicroMilo/upstream-radar
持续监控 DSH 与插件发布,在一次性隔离环境中复测精确发布物,发布机器可读的兼容性证据,并在修复后自动核对和关闭受管理的问题。
dsh-auth-gate
TecFancy/dsh-auth-gate
DSH 网页端登录门插件:账号口令或共享令牌认证、会话 cookie、登录限速,附用户管理 CLI(0.4.1 起声明 dsh.bundle manifest,`dsh plugin add` 一键挂载)。
dsh-auth-gateway
xbzbing/dsh-auth-gateway
为 dsh web 提供密码与 TOTP 双因素认证网关:登录前拦截全部 HTTP/WebSocket 请求,含按来源锁定、全局限流与一次性备份代码。