dd598/dsh-plugin-auto-install

dd598★ 0JavaScriptLast synced: 2026-08-16

Open on GitHub

Windows 下让 DeepSeek Harness (DSH) 自动执行 DSH 插件安装流程的动态 Cordis 插件:显式版本解析、沙箱 danger-full-access 授权自动升级

README excerpt

dsh-plugin-auto-install A dynamic Cordis plugin that makes DeepSeek Harness (DSH) automatically run the DSH plugin installation flow on Windows — pure direct connection, no proxy . Platform: Windows · sample workspace: D:\DshTest · verified with @liustack/[email protected] This plugin turns the manual DSH Plugin Installation Flow (direct-only) into a model tool — dsh plugin install . Whenever a DSH plugin needs to be installed, the tool runs the whole flow automatically: explicit version resolution, the install command, post-install verification, and automatic sandbox escalation — no manual commands needed. 中文说明 Why you need it Manually installing a plugin in the DSH Web GUI on Windows ( dsh plugin --profile web add @ ) hits a series of well-known traps: Trap Details :-- :-- Windows TLS stack curl / Invoke-WebRequest go through Windows schannel and fail with credential errors ( SEC E NO CREDENTIALS ); only Node fetch (bundled OpenSSL) works @latest gate DSH has a release-age gate: an explicit version is required; @latest may resolve to an old release and fail with declares no dsh.bundle Hidden sandbox failure mode under workspace-write , the sandbox blocks writes to C:\Users\ \.dsh\pr…

View full README on GitHub →
Tools / Devdsh-plugindsh-plugins

Category