DeepSeek Harness Plugin

ilharp/dsh-tool-approval

Stars ★ 1 Category Development & Runtime Added 2026-08-13

Manual approval mode ("Manual Mode" / "Ask Mode").

Install

# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)

dsh plugin --profile web add github:ilharp/dsh-tool-approval

GitHub-sourced plugins run build scripts on your machine at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).

README

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

Content from the project README on GitHub ↗

Links

More in this category

View the whole category →