Triple3h/dsh-input-enhancement ↗★ 0
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.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Triple3h/dsh-input-enhancement说明文档
阅读完整 README ↗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