DeepSeek Harness 插件

dsh-search-switcher

One-click web search-engine switcher beside the DeepSeek Harness model picker.(英文原文)

跳到安装方式

来源信息

GitHub 仓库
Hudson-Junior-Wang/dsh-search-switcher
最近更新
2026年8月19日
分类
文档与渲染
GitHub stars
0
载体类型
plugin
目录证据
上游声明已找到 dsh.bundle
证据路径
package.json#dsh.bundle
核对版本
0.1.0-rc.8
上游核对日期
2026-08-20

该证据由上游目录提供。本站没有安装、运行或安全审核这个插件。

安装

默认先复制一段 Prompt,让 Agent 读 GitHub 仓库和源码;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读 GitHub 仓库和源码。

请先不要安装或执行任何命令。阅读这个插件的 GitHub 仓库、README 和关键源码,然后用清楚、直接的方式回答以下问题,帮助我判断它是否适合我的需求:

1. 这个插件是什么,解决什么问题;
2. 适合哪些用户和典型使用场景;
3. 安装后如何使用,并给出一个最小使用示例;
4. 有哪些已知限制,以及隐私、安全、兼容性或维护风险;
5. 给出“推荐 / 有条件推荐 / 不推荐”的明确建议和理由。

请区分仓库明确说明、根据源码推断和未知信息。证据不足时请明确说明,不要猜测或照抄 README。

GitHub:https://github.com/Hudson-Junior-Wang/dsh-search-switcher
插件名:dsh-search-switcher
作者:Hudson-Junior-Wang

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器3 个文件
README.md来源说明 · 只读预览

dsh-search-switcher

![DeepSeek Harness plugin](https://github.com/topics/dsh-plugin)

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 and supports keyboard escape/outside-click dismissal.

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. On networks that block api.deepseek.com, use Bing, DuckDuckGo, SearXNG, or another reachable provider instead of DeepSeek Official.

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

node --check lib/client.js
node --check lib/index.js

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](./LICENSE)