AI Agent Hub
Back to plugins
⚙️

dsh-auto-mode

Workflow Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install Igumi-BeXst/dsh-auto-mode

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install Igumi-BeXst/dsh-auto-mode in your DeepSeek Harness session to install the plugin; the source lives at https://github.com/Igumi-BeXst/dsh-auto-mode. After installation, place the bundle first in your profile bundles list and restart the web service for the approval listener to register correctly.

About this plugin

Running long-chain agent workflows in DeepSeek Harness means dealing with a stream of approval prompts for workspace-escape writes, broader shell commands, and sandbox escalations. dsh-auto-mode removes that friction: enable Auto Mode and every approval request is granted instantly, so you stay in flow without clicking allow one by one.

Toggling is a single click on a persistent status chip above the composer. The switch is durable across restarts, no chat message is emitted, and the chip polls every three seconds plus a window-focus refresh so the UI mirrors the current state within a few seconds across all sessions.

A built-in safety invariant keeps it from being a blind rubber-stamp: destructive shell deletes (recursive, wildcard, drive-root, junction/symlink-targeted) always fall back to interactive approval even when Auto Mode is on, while filesystem tools that take structured path arguments are auto-approved on escalation. It is ideal for users running batch agent pipelines who want fewer interruptions but still keep a manual gate on the most dangerous deletes.

Use Cases

  • Keep batch agent pipelines running without being interrupted by approval pop-ups
  • Let long workflows progress automatically with minimal manual intervention
  • Speed up everyday file writes and shell commands while still gating destructive deletes

Best For

  • Developers running batch agent pipelines on DeepSeek Harness
  • Users who want fewer approval interruptions without dropping the safety floor
  • Day-to-day Harness users configuring automated workflows