DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Search Switcher — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
S

dsh-search-switcher

Search Switcher

DeepSeek Harness 模型选择器旁的一键式网页搜索引擎切换器。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:Hudson-Junior-Wang/dsh-search-switcher#33012f4f0e004be60e72ef71106a3c50df8869fe
README兼容性版本
TriggerEngine menu

兼容性与来源证明

Search Switcher 以 dsh-search-switcher 发布,当前版本为 0.3.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/9/2

版本

0.3.0stable
2026/9/2
0.2.0stable
2026/9/1

相关插件

正在加载相关插件…

最新版
0.3.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 1
周下载
0
最近提交
2026/9/1
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

README

dsh-search-switcher

A compact web-search-engine switcher for the DeepSeek Harness composer. It renders immediately to the left of the model picker and changes the preferred engine without opening Settings or typing a slash command.

中文:在 DeepSeek Harness 输入栏的模型切换器左侧提供搜索引擎热切换下拉菜单,无需打开设置或输入命令。

Features

  • Composer control next to the model picker via conversation.input.right.
  • Scrollable engine list with the current engine marked.
  • Reads and writes the free-search.provider setting through the loopback bridge.
  • Supports the ten engines exposed by dsh-free-search:
    • DuckDuckGo HTML
    • DuckDuckGo Lite
    • Bing
    • AnySearch AI
    • SearXNG
    • Exa
    • Tavily
    • Keenable
    • Perplexity
    • DeepSeek Official
  • Uses the Harness theme variables.
  • Full keyboard support: Arrow keys open the menu from the trigger and move between engines, Home/End jump to the first/last entry, Enter/Space activate, Escape dismisses and returns focus to the trigger.

Requirements

  • DeepSeek Harness Web profile with Node.js 20 or newer.
  • dsh-free-search >=0.4.7, which owns the settings bridge and the search provider.

The switcher only changes the preferred provider. It does not bypass provider authentication, API-key requirements, or network restrictions.

Compatibility with dsh-free-search 0.4.22

dsh-free-search 0.4.22 registers its settings namespace through the SettingsProvider.installSection() method, which only exists in @deepseek-ai/dsh-settings >= 0.1.2-alpha.2. On older harness runtimes (DSH Desktop 0.7.1 bundles 0.1.2-alpha.1; any dsh before alpha.2) that registration throws and is contained by Cordis, so the free-search namespace is never exposed: the settings bridge answers /describe with an empty namespaces list and /mutate with settings-not-exposed. The switcher then cannot read or write the provider — since v0.3.0 the menu shows that exact diagnosis instead of a generic "switch failed".

dsh-free-searchHarness dsh-settings <= 0.1.2-alpha.1Harness dsh-settings >= 0.1.2-alpha.2
<= 0.4.21✅ works❌ fails to load (installSettingsSection removed)
0.4.22❌ settings-not-exposed✅ works

Fix options:

  1. Upgrade DSH Desktop / the harness runtime to a build bundling @deepseek-ai/dsh-settings >= 0.1.2-alpha.2 (preferred — dsh-free-search 0.4.22 works there as-is).
  2. On the old runtime, patch the installed dsh-free-search 0.4.22 locally: replace its sctx.settings.installSection(...) block with the exported installSettingsSection(ctx, ...) helper (identical semantics, present in the old runtime). The exact two-line diff is in the bug report on DDDMUC/dsh-free-search — please report it there so upstream ships a version compatible with both runtimes.
  3. Or pin dsh-free-search at 0.4.21 or older while staying on the old runtime.

Blocked-network use case

Overseas university and campus networks often block api.deepseek.com, which makes the DeepSeek Official provider unavailable while the rest of the harness keeps working. This switcher exists so you can fall back to Bing, DuckDuckGo, SearXNG, or another reachable provider in one click — no Settings page, no provider editing by hand.

Screenshots

The trigger beside the model picker, and the open engine menu:

Trigger

Engine menu

Install

Using the Harness plugin CLI:

dsh plugin --profile web add https://github.com/Hudson-Junior-Wang/dsh-search-switcher.git

If your CLI uses the profile as the current default, this is equivalent:

dsh plugin add https://github.com/Hudson-Junior-Wang/dsh-search-switcher.git

Install dsh-free-search as well if it is not already present:

dsh plugin --profile web add https://github.com/DDDMUC/dsh-free-search.git

Then restart the Harness host or reload the Web UI. The new control appears immediately left of the model selector in an active conversation.

Manual profile installation

Add the package to the profile dependencies and add dsh-search-switcher to dsh.profile.bundles. The package's cordis.patch.yml loads its entry automatically.

If the profile already contains a manually inserted dsh-search-switcher entry, remove that manual patch before using dsh plugin add; otherwise the same loader entry can be registered twice.

Development

npm test          # bundle smoke test (manifest, patch, syntax)
npm run check     # node --check on both lib files

The client bundle is intentionally a self-contained ModuleLoader bundle so it can be served by the Harness client-module system without a separate build step.

License

MIT

相关插件

继续浏览 search-research 分类下经过校验的插件。

Anysearch Dsh@anysearch/anysearch-dsh适用于 DeepSeek Harness 的 AnySearch 网络搜索和获取提供程序及高级工具Industry Researchdsh-industry-research适用于 DeepSeek Harness 的行业与公司研究领域包:方法论技能、行业链结构模型(industry_map)、通过 ctx.web 进行的公开来源政策/新闻跟踪(industry_track)、公司扫描卡片(company_scan)以及可审计的研究Zoterodsh-zotero让智能体搜索、阅读并引用您的本地 Zotero 文献库:查找论文、浏览笔记和批注、按问题提取证据、打开源文档并生成引文。Browser@anweat/dsh-browserDeepSeek Harness 的自包含浏览器运行时插件(作用域为 @anweat)——将 Playwright(chromium)和 OpenCLI 作为插件本地依赖进行打包(支持全局复用回退),提供 `browser` 服务和交互式浏览器工具。