DeepSeek Agent
插件市场其他插件dsh-auto-mode
DEEPSEEK HARNESS PLUGIN

dsh-auto-mode

Safe automatic permissions for DeepSeek Harness.

插件介绍

Safe automatic permissions for DeepSeek Harness.

deepseek-harnessdeepseekharnessdshdsh-auto-modeldsh-plugin

项目详情摘要

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 runs directly inside the official `workspace-write` sandbox, only semantic risks outside that boundary are 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] Plugin `0.1.9` supports the exact Harness versions below. The recommended host is `0.1.5-rc.1`, the current npm `latest`; it is still a host prerelease. Earlier plugin releases declared support only up to `0.1.2-rc.1`, which is why installing on `0.1.5-rc.1` failed. Updating the plugin does not upgrade the running host. Mixed DSH dependency cohorts are unsupported. Harness host | Plugin | Pair | --- | --- | --- | `0.1.5-rc.1` | `0.1.9` | Recommended | `0.1.2-rc.1` | `0.1.9` | Retained compatibility | `0.1.2-alpha.5` | `0.1.9` | Retained compatibility | `0.1.2-alpha.3` | `0.1.9` | Retained compatibility | `0.1.2-alpha.2` | `0.1.9` | Retained compatibility | `0.1.1-rc.2` | Historical `0.1.5` | Unsupported by `0.1.6` and later; migrate to a pair above for redundant sandbox recovery | Other versions | Undeclared | Require full host validation first | compatibility.json defines the exact matrix. See the maintenance record for earlier diagnosis and fixes, the 0.1.5-rc.1 upgrade record for this release, and the historical Alpha acceptance report for older evidence. npm Check the actually running `dsh --version`, then install the plugin: This resolves n

摘自项目公开 README,可能随上游仓库更新。

安装方法

建议先在测试 Profile 中安装,并检查权限、安装脚本和依赖。

npx -p @deepseek-ai/dsh dsh plugin --profile web add github:NanmiCoder/dsh-auto-mode

使用前检查

  • 确认项目符合 DSH bundle 规范,而不只是相关仓库。
  • 阅读许可证和安装脚本,检查网络、文件及执行权限。
  • 备份配置,并确保插件能够安全卸载或回滚。