Hanihahaha/dsh-auto-approve

Hanihahaha★ 0JavaScriptLast synced: 2026-08-17

Open on GitHub

README excerpt

dsh-auto-approve 中文 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. Features - Adds an Auto approve permission preset that preserves the workspace-write boundary. - Provides /auto-approve all sandbox off status . - Adds a session-header control that cycles between off, sandbox-matched, and all approvals. - Intercepts the approval/request waterfall and returns allowed-once for the selected mode. Install Restart dsh web after installation. The permission selector then exposes the Auto approve preset and the command and header control become available. How It Works 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. …

View full README on GitHub →
Tools / Devdshdsh-plugin

Category