dsh-full-access-switch
One-time Full access switch for DeepSeek Harness: new sessions (workspaces and conversations) start with danger-full-access and skip the per-session Full access confirmation; installable as a dsh bundle or via patch scripts.
给 DeepSeek Harness 加 Full access 一次性开关:新工作区与新对话默认 danger-full-access 并跳过逐个确认;可作为 dsh bundle 安装,也可用脚本打补丁。
How to install
dsh plugin add github:xtd1145/dsh-full-access-switch About
⚠️ 非官方补丁:本项目是用户级的社区补丁,针对 DeepSeek Harness 的已发布 bundle 做修改, 与 DeepSeek 官方无关,不随官方版本升级自动生效(升级后请重新运行 install.ps1)。 DSH Full Access 一次性开关(不再每次确认) 给 DeepSeek Harness(DSH,v0.1.1-rc.2 的 web profile)加一个**一次性开关**: 打开后,**新工作区 / 新对话不再需要逐个确认 Full access(danger-full-access)**。 它做了什么 1. **新会话默认权限**:向 $DSH_HOME/settings.yaml 写入 permission.defaultPreset: danger-full-access。DSH 会在每次创建新会话(新工作区、 新对话)时自动把会话固化为 danger-full-access + never,全程零确认。 (settings 文件有 chokidar 热发布,运行中的服务立即生效,**无需重启**。) 2. **GUI 风险确认门**:给两处前端 bundle 打补丁,新增一个浏览器本地持久化的 "不再询问"开关(localStorage key dsh.permission.skipFullAccessConfirmation): 设置 → 权…
Recommendation signals
Meta
- License
- MIT
- Language
- PowerShell
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-08-27
- Created
- 2026-08-23
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek-harness, dsh, dsh-plugin
Related plugins
dsh-auth-gateway
xbzbing/dsh-auth-gateway
Password + TOTP two-factor authentication gateway for the dsh web UI: every HTTP request and WebSocket upgrade is refused until login, with per-source lockout, global rate limits and one-time backup codes.
dsh-approval-llm
Letter2025/dsh-approval-llm
Model-based permission approval: an approval-request answerer backed by a separate reviewer model.
dsh-auto-review
PerryLink/dsh-auto-review
Second-model auto-review on the approval answerer chain: a read-only reviewer subagent returns structured allow/deny verdicts with reasons, fail-closed by default.
dsh-yolo-mode
SeverusZh/dsh-yolo-mode
LLM auto-approval for sandbox escalation requests, with presets and a fail-closed fallback.