AI Agent Hub
Back to plugins
🧩

dsh-full-access-switch

admin-security Updated 2026.08.27

Run the following command in DeepSeek Harness:

dsh plugin install xtd1145/dsh-full-access-switch

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

Run dsh plugin install xtd1145/dsh-full-access-switch in DeepSeek Harness to install this plugin; the full source is available at https://github.com/xtd1145/dsh-full-access-switch .

About this plugin

Running heavy or batch workloads in DeepSeek Harness means confirming Enable Full access on every single new workspace or conversation. It is a small interruption, but multiplied across dozens of sessions it becomes genuinely annoying. dsh-full-access-switch removes that friction in one action: after toggling it, every subsequent session inherits Full access with zero prompts.\n\nIt works in two layers. First, it pins the default permission preset to danger-full-access in your local settings file, so any new session DSH creates picks that preset up automatically; the file is hot-reloaded by chokidar, so no service restart is needed. Second, it applies a lightweight string patch to the permission-presets and conversation UI bundles, adding a persistent Do not ask again checkbox under Settings, Permissions. Once checked, all three confirmation surfaces—the settings row toggle, the composer permission selector, and the /permission command dialog—are silently skipped, and the choice is remembered via browser localStorage.\n\nThis plugin is for developers who already rely on Full access in Harness and simply do not want to re-confirm it on every interaction. It is a community-level patch targeting the published 0.1.1-rc.2 bundles and is independent of official releases. After a Harness upgrade you only need to re-run the install, and uninstalling restores every patched file from its .bak backup with no residue left behind.

Use Cases

  • Skip per-session Full access confirmation when creating many workspaces or conversations
  • Avoid permission dialog interruptions during long-running automated tasks
  • Pin the default Harness permission preset to Full access to reduce daily friction

Best For

  • Harness developers who heavily rely on Full access mode
  • Advanced users running batch or automated workloads
  • Technicians who prefer a one-time toggle over repeated confirmations