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.

AI 분석

核心用途是优化输入框的文件处理与长文本展示体验。适合需要频繁向 Agent 发送大批文件、长代码段,并希望保持对话界面整洁的用户。

패키지
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