dshplugin.devDeepSeek Harness Plugins
DSH Tool Approval plugin logo
DeepSeek Harness Plugin

DSH Tool Approval

0
Published by ilharp

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

Developer Toolsdeepseek-harnessdshdsh-plugin

Get this plugin

Review the source, then continue to the publisher.

dsh plugin add dsh-tool-approval@latest
Get this plugin
Share on X ↗
DSH Tool Approval interface preview

About this plugin

Source snapshot 8/13/2026

dsh-tool-approval

English | 中文

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

DSH Tool Approval documentation image

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