DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Fulltext Search — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
F

dsh-fulltext-search

Fulltext Search

DSH web plugin: full-text content search for the better-sidebar file manager — a search tab that greps file CONTENTS in the session working directory and opens matches in the sidebar editor

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:termanli/dsh-fulltext-search#8f4cf937599301bc4b7462501d379c8b6f5651ab
READMECompatibilityVersions

Compatibility and provenance

Fulltext Search is published as dsh-fulltext-search and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/27/2026

Versions

0.1.1stable
8/27/2026
0.1.0stable
8/24/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
Apache-2.0
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/27/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in search-research.

Browser Skill Dsh Plugin@wxg-prc-cpg/browser-skill-dsh-pluginDeepSeek Harness tool plugin that exposes BrowserSkill browser automation (browser_* tools) to the modelWeknora@wxg-prc-cpg/dsh-weknoraWeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.Free Searchdsh-free-searchFree web search for DeepSeek Harness: 13 engines (Bing/DuckDuckGo/AnySearch/SearXNG/Exa/Tavily/Keenable/Firecrawl keyless; Parallel/Perplexity/SerpBase/DeepSeek with key) + time filtering + platform search + web_fetch, with web settings UI.Find Plugindsh-find-pluginFind DeepSeek Harness plugins inside the agent — live GitHub dsh-plugin topic search, ranked by stars.

README

dsh-fulltext-search

DSH(DeepSeek Harness)Web GUI 插件:在侧边栏文件管理(dsh-better-sidebar)中按文件内容全文搜索当前会话工作目录,返回 文件 + 行号 + 匹配行预览,点击结果即可在编辑器中打开文件。

支持正则表达式、区分大小写、全字精确匹配、智能大小写与 include/exclude 范围过滤。系统装有 ripgrep 时自动使用(与 VSCode 搜索同款引擎,性能最佳);未安装则回退内置 JS 引擎,功能一致。

安装

前置:已安装 DSH 与 dsh-better-sidebar(dsh web 侧边栏可见)。

安装顺序:先装 dsh-better-sidebar,再装本插件;升级时同样先升级 dsh-better-sidebar。若未检测到 better-sidebar 的 registerTab 服务,本插件会打印中文警告并跳过 tab 注册(不会崩溃)。

dsh plugin --profile web add link:<本仓库路径>
# 例如:dsh plugin --profile web add link:D:\git\dsh-fulltext-search

装完需重启 DSH,并硬刷新浏览器(Ctrl/Cmd+Shift+R)。

可选:安装 ripgrep 以启用最快的搜索引擎(如 winget install BurntSushi.ripgrep.MSVC、brew install ripgrep 或 apt install ripgrep);未安装时自动使用内置 JS 引擎,功能一致。

安全

  • 搜索根恒为服务端会话记录的工作目录(sessions.get(sessionId).header.cwd),请求体中的 cwd 字段一律忽略——伪造的 sessionId 无法借任意绝对路径把全文搜索扩大到宿主机其他可读目录。
  • 会话不存在 → 404 session-not-found;会话无工作目录 → 400 no-session-cwd;两者都在任何搜索执行前被拒绝,不存在 process.cwd() 兜底。

使用

  1. 打开侧边栏,点 + → 选择「全文搜索」(或直接点击放大镜图标)
  2. 输入关键字并回车;可用 .*(正则)、Aa(区分大小写)、Ab(全字匹配)按钮与「智能大小写」开关调整匹配方式
  3. 点击结果行 → 文件在编辑器 tab 中打开;点击文件名 → 打开文件

许可证

本项目基于 Apache License 2.0 发布。