AFAP/dsh-input-file-ref:DeepSeek Harness 输入框文件引用插件

AFAP/dsh-input-file-ref 是一个已归档且不再维护的 DeepSeek Harness (DSH) Web GUI 插件。其核心功能是在输入框触发 `@` 符号后,弹出可搜索、可逐级下钻的文件选择面板,允许用户引用当前工作目录下的文件。选中文件后,插件将文件的相对路径以文本形式回填至输入框,随后由模型根据该路径读取文件内容。 该插件支持大小写不敏感的即时递归搜索,默认排除 `.git`、`node_modules` 等目录,但允许用户手动进入这些目录浏览。它具备键盘导航、中英双语界面、零外部依赖及浏览器安全围栏特性,且严格保持只读,不修改或删除任何文件。 鉴于 DSH 0.

Read More
dsh-file-mention:为 DSH Web GUI 增加 @ 工作区文件引用

`dsh-file-mention` 是 DSH Web GUI 的客户端插件,旨在简化模型读取工作区文件的过程。它允许用户在聊天输入框通过 `@` 符号触发实时文件候选菜单,按文件名或路径过滤(大小写不敏感),选中后自动插入 `@相对路径`,从而避免手动输入路径的错误及遗漏。 该插件主要扫描 Git 跟踪文件及未被忽略的新文件,天然遵循 `.gitignore` 规则。对于需被引用但被忽略的文件,可通过在工作区或子目录配置 `.aiinclude` 文件重新纳入候选。支持目录引用、逐级展开及智能排序(优先精确匹配及近期变更文件)。为确保性能与安全,插件设定了文件总数、遍历深度上限,并采用分层

Read More
DSH Plugin dsh-workspace-explorer: Browse Workspace Files and Insert References in Web UI

dsh-workspace-explorer is a native plugin for the DSH Web UI, designed to address the inconvenience of manually inputting file paths in a workspace. It adds a "Workspace Files" button to the session header, which opens a directory tree browser for the current workspace. Core features include on-demand lazy loading of directories, automatic hiding of noisy directories, display of colorful file icons, and support for appending file references to the input box via click or drag-and-drop, along with multi-select batch insertion. The plugin includes a built-in settings panel for adjusting parameters such as hidden directories and preview line counts, and supports text pagination preview as well as direct editing and saving to disk. It adapts to light and dark themes based on DSH design tokens and supports both Chinese and English. Installation can be completed via the `dsh plugin` command or through dynamic plugin methods. This plugin is ideal for developers who frequently need to reference local source code, configuration files, and other files in models, reducing

Read More
dsh-at-file: Using @ to Reference Workspace Files in the DeepSeek Harness Input Box

dsh-at-file is a community plugin for DeepSeek Harness maintained by FSMargoo, providing Codex-style @ file references within the Web composer: it searches the workspace, mounts relative paths, and allows agents to read files on demand. The article introduces its core capabilities, installation commands (including Web profile and fixed versions), filtering configurations, and security considerations, along with selection advice when the official Harness already includes similar functionality.

Read More
Add @ path reference to DeepSeek Harness input box with dsh-at-file

### 正式翻译(符合技术文档规范): `dsh-at-file` is a DeepSeek Harness Web plugin maintained by omdsh-dev. It allows users to search the workspace by typing `@` in the input box and insert the path of a file or directory. Starting from version 0.3.0, it only attaches workspace references and no longer embeds the full content of files into the prompt. This article verifies the installation commands, selectors, filtering rules and precautions against the community directory page and GitHub README.

Read More