NanmiCoder/dsh-auto-mode74

@nanmicoder/dsh-auto-mode

Sandbox-first automatic permission policy for DeepSeek Harness

AI Analysis

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

Package
@nanmicoder/dsh-auto-mode
Version
0.1.4
License
MIT
Last updated
Aug 16, 2026

Install

$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.