NanmiCoder/dsh-auto-mode ↗★ 74
@nanmicoder/dsh-auto-mode
适用于 DeepSeek Harness 的沙箱优先自动权限策略插件。
AI 分析
核心用途是为 DSH 提供自动化的权限分类与安全策略管理。适合需要在执行工具或代码时平衡便利性与系统安全性的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:NanmiCoder/dsh-auto-mode說明文件
閱讀完整 README ↗Configuration
No extra endpoint or API key is needed by default. Auto uses the current Session's DSH provider and model. A trusted profile may pin a dedicated route:
- id: auto-permission-mode
config:
classifierProvider: deepseek-official
classifierModel: deepseek-v4-flash
classifierTimeoutMs: 30000
classifierMaxOutputTokens: 1024
See DESIGN.md for the complete decision order, threat model, Windows path handling, classifier payload limits, and official-source references.