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.
AI 분석
核心用途是优化输入框的文件处理与长文本展示体验。适合需要频繁向 Agent 发送大批文件、长代码段,并希望保持对话界面整洁的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Triple3h/dsh-input-enhancementConfiguration
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