NanmiCoder/dsh-auto-mode74

@nanmicoder/dsh-auto-mode

Sandbox-first automatic permission policy for DeepSeek Harness

AI 분석

核心用途是为 DSH 提供自动化的权限分类与安全策略管理。适合需要在执行工具或代码时平衡便利性与系统安全性的用户。

패키지
@nanmicoder/dsh-auto-mode
버전
0.1.4
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:NanmiCoder/dsh-auto-mode

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.