Igumi-BeXst/dsh-auto-mode

Igumi-BeXst★ 0JavaScript最后同步: 2026-08-17

在 GitHub 打开

Auto Mode for DeepSeek Harness: auto-accept approval prompts (Claude Code auto-accept equivalent) with a persistent composer status chip

README 摘要

dsh-auto-mode Auto Mode for DeepSeek Harness: when enabled, every approval prompt is auto-accepted — operations that require approval (workspace-escape file writes, wider shell commands, sandbox escalations) run immediately without asking you. A persistent status chip above the composer shows the current mode and updates live. English 中文 Installation One command (no build step — the plugin ships plain ESM): Then: 1. Move the bundle to the front of the list — edit /.dsh/profiles/web/package.json and put "dsh-auto-mode" first in dsh.profile.bundles (the add command appends it last). This ordering is what makes the approval listener register before the web UI answerer; without it, auto-grant does not work. 2. Restart dsh web and hard-refresh the page (Ctrl+Shift+R). The chip appears above the composer, aligned with the input card. 3. Click the chip to toggle. The switch is durable and survives restarts, and no chat message is produced. Manual/local install: clone the repo, then dsh plugin --profile web add — same two follow-up steps. Requirements: a web profile with the standard bundles ( @deepseek-ai/dsh-base , @deepseek-ai/dsh-web-app ), which provide the approval, settings, and web…

在 GitHub 查看完整 README →
工具/开发auto-modedeepseek-harnessdshdsh-pluginskin

分类