返回插件目录

ilharp /

ilharp/dsh-tool-approval

已验证

Manual approval for Deepseek Harness (aka "Manual Mode"/"Ask Mode")

1 Stars0 Forks0 IssuesN/A 社区评分0 已确认安装
README来源: master@c01801a7

dsh-tool-approval

English | 中文

Add pre-approval to any Tool Calling, aka "Manual Mode"/"Ask Mode".

Install

dsh plugin --profile web add dsh-tool-approval

Config

Default config

- id: tool-approval
  name: dsh-tool-approval

With the default config, every Tool Calling goes through pre-approval.

Custom config

- id: tool-approval
  name: dsh-tool-approval
  config:
    include: [fs_*, web_*]
    exclude: [task_output]
    reason: tool execution requires your approval

Only tools specified in include get pre-approval; tools in exclude pass through. Wildcards are supported.

LICENSE

BSD 3-Clause

/ 5

暂无评分

社区评论

还没有评论,来写第一条。