kaijia323/dsh-ymc-sidebar ↗★ 0
dsh-ymc-sidebar
VSCode-style file explorer for the DeepSeek Harness web client: virtualized, lazily loaded file tree in the right details column with text / Markdown / image preview.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kaijia323/dsh-ymc-sidebar说明文档
阅读完整 README ↗配置
- insert:
- id: dsh-ymc-sidebar
name: dsh-ymc-sidebar
config:
maxTextBytes: 2097152
maxImageBytes: 8388608
maxEntriesPerDirectory: 2000
maxTreeRows: 100000
| 配置 | 默认值 | 说明 |
|---|---|---|
maxTextBytes | 2097152 | 单次文本预览上限(UTF-8 字节) |
maxImageBytes | 8388608 | 单张图片预览上限(字节,经 base64 返回) |
maxEntriesPerDirectory | 2000 | 单目录最多返回的条目数;超出时截断并在树上提示 |
maxTreeRows | 100000 | 客户端展开后可扁平化的最大树行数,防止超大目录打爆内存 |