WhitePlusMS/dsh-input-plus ↗★ 1
dsh-input-plus
DSH 输入框强化:为 DeepSeek Harness Web UI 提供 @ 文件/目录引用和原生 Composer 状态支持。
AI 分析
核心用途是增强 DSH 的输入框交互体验。适合需要频繁在对话中引用本地文件或目录的用户,支持工作区索引和路径自动补全,提升与 Agent 交互的效率。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:WhitePlusMS/dsh-input-plus说明文档
阅读完整 README ↗Configuration
The plugin registers the input-plus settings namespace. The options used by workspace indexing and path resolution are:
| Option | Default | Range | Description |
|---|---|---|---|
maxIndexDepth | 3 | 0–10 | Maximum workspace indexing depth |
maxIndexEntries | 200 | 1–2000 | Maximum number of entries retained per candidate index |
referenceRoot | '' | Absolute path or empty | Overrides the current Session workspace; empty uses the Session workspace |