AFAP/dsh-input-file-ref:DeepSeek Harness 输入框文件引用插件
AFAP/dsh-input-file-ref 是一个已归档且不再维护的 DeepSeek Harness (DSH) Web GUI 插件。其核心功能是在输入框触发 `@` 符号后,弹出可搜索、可逐级下钻的文件选择面板,允许用户引用当前工作目录下的文件。选中文件后,插件将文件的相对路径以文本形式回填至输入框,随后由模型根据该路径读取文件内容。 该插件支持大小写不敏感的即时递归搜索,默认排除 `.git`、`node_modules` 等目录,但允许用户手动进入这些目录浏览。它具备键盘导航、中英双语界面、零外部依赖及浏览器安全围栏特性,且严格保持只读,不修改或删除任何文件。 鉴于 DSH 0.
Read Moredsh-input-plus: @ Path References and /h History Candidates for DSH Web UI Input Box
dsh-input-plus is an MIT-licensed input enhancement plugin for the DSH Web UI, maintained by WhitePlusMS. It does not replace official components but extends the official `@` and `/` trigger mechanisms, primarily offering two major features: first, typing `@` allows quick selection of file or directory paths from the current Session workspace, with only plain-text path references retained in the draft, and no file reading, directory expansion, or manifest generation occurs upon sending; second, typing `/h` opens a candidate menu of successfully submitted user prompt history from the current Session, supporting keyword filtering to reuse previous prompts. This plugin requires DSH 0.1.0-rc.6 or a compatible version, and must be installed via the official plugin process using a GitHub tag compressed package, ensuring it is built before installation.
Read More