DeepSeek Harness plugin

dsh-web-search-codex

Codex web search provider for DeepSeek Harness (DSH)

Jump to install

Source facts

Repository
Cora093/dsh-web-search-codex
Latest update
Aug 17, 2026
Category
Docs & Rendering
GitHub stars
1
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/Cora093/dsh-web-search-codex
Plugin: dsh-web-search-codex
Author: Cora093

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-web-search-codex

为 DeepSeek Harness 提供 Codex Web Search 能力。

插件会注册 codex 搜索提供方,并将搜索请求发送到配置好的 /alpha/search 兼容接口。

快速开始

1. 安装插件:

``powershell dsh plugin --profile web add dsh-web-search-codex@latest --registry=https://registry.npmjs.org/ ``

2. 启动 DeepSeek Harness:

``powershell dsh --profile web --port 3080 ``

3. 打开“设置 -> 插件 -> 插件配置 -> Codex 搜索提供方”,选择一种配置方式:

- 复用 OpenAI:在 API Key 来源中选择“OpenAI”,并检查自动生成的接口地址。 - 使用独立 Key:在 API Key 来源中选择“独立 Key”,填写完整的 /alpha/search 接口地址和 API Key。

确认配置后,点击“保存”。

安装插件后,Web Runtime 会使用 codex 作为搜索提供方, 默认网页搜索将失效

配置方式

复用 OpenAI 配置

如果模型设置中已经配置 OpenAI 提供方,选择“OpenAI”后,插件会根据其 baseURL 生成 /alpha/search 接口地址,并使用已有的 API Key。密钥不会被复制。

模型留空时,搜索会跟随当前会话模型。保存前请确认生成的接口地址可用。

使用独立 Key

选择“独立 Key”,填写完整的 /alpha/search 接口地址和 API Key。模型为可选项,留空时同样跟随当前会话模型。

点击“恢复默认”并保存后,会清除插件单独保存的接口地址、模型和独立 Key,但不会影响 OpenAI 配置及其 API Key。

行为与限制

  • 只发送当前搜索词,不读取或发送对话历史。
  • 接口地址必须是包含 /alpha/search 的完整 URL,插件不会自动改写。
  • 支持 HTTP 和 HTTPS;使用 HTTP 时会显示未加密警告。
  • 拒绝所有 HTTP 重定向,避免 API Key 被发送到其他地址。
  • /alpha/search 是 Codex 内部 alpha 协议,不是稳定的公开 API。
  • 请求失败时不会自动回退到 DeepSeek 搜索提供方。
  • 插件不限制模型名称,也不会替换服务端不支持的模型。

本地开发

pnpm install
pnpm run typecheck
pnpm test
pnpm pack
dsh plugin --profile web add C:\absolute\path\dsh-web-search-codex-<version>.tgz

如果同一版本的本地 tarball 已经安装,请先运行:

dsh plugin --profile web remove dsh-web-search-codex

然后重新添加,避免包管理器复用旧产物。