NanmiCoder/dsh-auto-mode
NanmiCoder★ 45TypeScriptLast synced: 2026-08-15
Safe automatic permissions for DeepSeek Harness.
README excerpt
English · 简体中文 Why Auto? Coding agents need broad access to build, test, and inspect a project without stopping every few steps. But DeepSeek Harness currently leaves a sharp choice: restricted modes interrupt normal development, while Full access removes approval entirely. dsh-auto-mode adds the missing middle ground. Routine project work proceeds automatically, contextual risk is classified using the current DSH model and the direct user's instructions, genuine ambiguity asks once, and destructive access to critical paths is denied before execution. [!IMPORTANT] This plugin is a fail-closed policy layer for calls dispatched through Harness ctx.tools ; it is not an operating-system sandbox. Keep the official sandbox and filesystem observation policies enabled. Install [!NOTE] Requires an existing DeepSeek Harness installation. npm Build from source Run pnpm build again after changing the source. The local plugin install remains linked to this checkout. Validate the composed profile and start DSH: Refresh the Web UI, select Auto between Workspace Write and Full access, and acknowledge the risk notice. Replace web with another profile name when that is the profile you run. Permissio…
View full README on GitHub →