Nuo-cl/dsh-auto-mode

Nuo-cl★ 0TypeScript最后同步: 2026-08-16

在 GitHub 打开

DSH plugin: auto mode that routes permission-gated tool calls through an LLM review before approving, blocking, or asking for confirmation.

README 摘要

dsh-auto-mode 中文文档:README.zh-CN.md An auto mode for DeepSeek Harness (DSH), shown as an Auto mode entry in the permission picker next to read-only / workspace-write / danger-full-access. While auto mode is selected, tool calls that would normally require a user confirmation are decided automatically: - explicit deny rules → rejected (operator vetoes always win) - explicit allow rules → approved - pre-approved tools → approved without a model call - otherwise a review model inspects the conversation transcript and the requested call, then approves, blocks, or flags it for human confirmation - when the review model produces no ruling (API error, abort, truncation): reject ( failClosed ) or fall back to the ordinary approval chain (a prompt) Compatibility Tested against DSH 0.1.0-rc.6 . The bundle patch restates the stock permission-preset table ( read-only , workspace-write , danger-full-access ); after a DSH upgrade, review that table in cordis.patch.yml and update it if the stock presets changed. Install or, for a local checkout: Restart the web app. The permission picker (bottom-left of the chat box) now shows Auto mode ; /auto switches the current session directly. The picker ent…

在 GitHub 查看完整 README →
皮肤/UIauto-modedeepseek-harnessdshdsh-plugindsh-pluginspermissionspluginskin

分类