deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
为 DeepSeek Harness 提供 Codex Web Search 能力。
插件会注册 codex 搜索提供方,并将搜索请求发送到配置好的 /alpha/search 兼容接口。
安装插件:
dsh plugin --profile web add dsh-web-search-codex@latest --registry=https://registry.npmjs.org/
启动 DeepSeek Harness:
dsh --profile web --port 3080
打开“设置 -> 插件 -> 插件配置 -> Codex 搜索提供方”,选择一种配置方式:
/alpha/search 接口地址和 API Key。确认配置后,点击“保存”。
安装插件后,Web Runtime 会使用 codex 作为搜索提供方, 默认网页搜索将失效 。
如果模型设置中已经配置 OpenAI 提供方,选择“OpenAI”后,插件会根据其 baseURL 生成 /alpha/search 接口地址,并使用已有的 API Key。密钥不会被复制。
模型留空时,搜索会跟随当前会话模型。保存前请确认生成的接口地址可用。
选择“独立 Key”,填写完整的 /alpha/search 接口地址和 API Key。模型为可选项,留空时同样跟随当前会话模型。
点击“恢复默认”并保存后,会清除插件单独保存的接口地址、模型和独立 Key,但不会影响 OpenAI 配置及其 API Key。
/alpha/search 的完整 URL,插件不会自动改写。/alpha/search 是 Codex 内部 alpha 协议,不是稳定的公开 API。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
然后重新添加,避免包管理器复用旧产物。
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。