Triple3h/dsh-input-enhancement0

dsh-input-enhancement

DeepSeek Harness plugin: input enhancement — paste text collapse, file/folder attachment paste/drag-drop, bubble attachment folding, message fold; attachment management & cleanup.

包名
dsh-input-enhancement
版本
0.1.0
最近更新
2026年8月23日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Triple3h/dsh-input-enhancement

Configuration

Optional limits live under config.attachments in cordis.patch.yml (uncomment to override):

- id: input-enhancement
  name: dsh-input-enhancement
  config:
    attachments:
      maxFileBytes: 1073741824        # 1 GiB per file
      maxBatchBytes: 2147483648       # 2 GiB per batch
      maxFiles: 10000                 # max files per batch
      maxDepth: 64                    # max directory nesting
      maxConcurrentUploads: 4         # parallel uploads per batch