NanmiCoder/dsh-auto-mode ↗★ 74
@nanmicoder/dsh-auto-mode
Sandbox-first automatic permission policy for DeepSeek Harness
AI Analysis
核心用途是为 DSH 提供自动化的权限分类与安全策略管理。适合需要在执行工具或代码时平衡便利性与系统安全性的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:NanmiCoder/dsh-auto-modeREADME
Read the full 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.