Triple3h/dsh-input-enhancement ↗★ 0
dsh-input-enhancement
DSH 输入增强插件,支持粘贴文本折叠、文件/文件夹拖拽上传、气泡附件折叠及附件清理管理。
AI 分析
核心用途是优化输入框的文件处理与长文本展示体验。适合需要频繁向 Agent 发送大批文件、长代码段,并希望保持对话界面整洁的用户。
安装
$
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