dsh plugins中文
← Back to popular plugin directory

Automatic permission layer for DeepSeek Harness

CH3SH-LC/dsh-auto · skills

The auto permission tier for DeepSeek Harness: workspace-write requests run directly, sandbox escalations (danger-full-access) are judged by a separate classifier model.

★ 0GitHub stars
0Forks
2026-08-16Last updated
TypeScriptLanguage
MITLicense

Project overview

DSH(DeepSeek Harness)的 auto 权限档位插件:在 read / write / full 三档之外新增一档,让 write 及以下的请求直接放行,write 以上的请求交给独立的分类器模型判断,不再打扰用户。 这是什么

以 Windows + Web profile 为例(其他平台把 %USERPROFILE% 换成 $HOME)。

1. 克隆仓库并链接进 profile 的 nodemodules(仓库自带预构建 lib/,开箱即用):

Install command

dsh plugin --profile web add github:CH3SH-LC/dsh-auto
View GitHub repository ↗Back to popular plugin directory