English | 中文
Add pre-approval to any Tool Calling, aka "Manual Mode"/"Ask Mode".
dsh plugin --profile web add dsh-tool-approval- id: tool-approval
name: dsh-tool-approvalWith the default config, every Tool Calling goes through pre-approval.
- id: tool-approval
name: dsh-tool-approval
config:
include: [fs_*, web_*]
exclude: [task_output]
reason: tool execution requires your approvalOnly tools specified in include get pre-approval; tools in exclude pass through. Wildcards are supported.