English | 中文
给任意 Tool Calling 加上前置审批,aka "Manual Mode"/"Ask Mode"。
dsh plugin --profile web add dsh-tool-approval- id: tool-approval
name: dsh-tool-approval默认配置下每次 Tool Calling 都会加上前置审批。
- id: tool-approval
name: dsh-tool-approval
config:
include: [fs_*, web_*]
exclude: [task_output]
reason: tool execution requires your approval只有 include 指定了的工具会前置审批,exclude 的工具会放行。支持通配符。