deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
A DeepSeek Harness plugin that adds an auto-approve permission mode and can automatically grant requests matching its sandbox-reason heuristic or all approval requests.
workspace-write boundary./auto-approve all|sandbox|off|status.approval/request waterfall and returns allowed-once for the selected mode.# Install from the repository root.
dsh plugin --profile web add ".\dsh-auto-approve"
# Or, after publishing
dsh plugin --profile web add dsh-auto-approve
Restart dsh web after installation. The permission selector then exposes the Auto approve preset and the command and header control become available.
| Layer | Behavior |
|---|---|
| Permission preset | Extends @deepseek-ai/dsh-permission-presets with auto-approve using workspace-write plus ask. |
| Approval handling | Intercepts approval/request; the preset grants all requests, while manual sandbox mode grants requests whose reason text contains sandbox, all grants every request, and off grants none. |
DSH has ask and never policies but no native auto-approve policy. This plugin implements auto-approval by short-circuiting the waterfall. never means reject, not auto-approve.
all grants every approval request and is only suitable for trusted tasks.sandbox mode after restart.workspace-write; requests outside the workspace still use escalation, although this plugin grants the resulting approval.CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。