FANXING-0710/dsh-web-search-opencode

Plugin ⭐ 2 tools

为 DeepSeek Harness(dsh)的 ctx.web 搜索能力缝提供 OpenCode 同款搜索 的 provider 插件:让使用 opencode-go key 驱动 deepseek-v4-flash 等模型的会话,websearch 工具可以直接可用,不需要 DeepSeek 官方 API key。

catalog description:为了解决使用opencode go接入deepseek harness会无法搜索,而诞生的插件。将deepseek harness的搜索逻辑改为opencode。

Install

模型(如 opencode-go/deepseek-v4-flash)
  → 调用 web_search 工具(DSH tool-web 插件注册)
  → ctx.web.search()(DSH 搜索能力缝)
  → 本插件 OpenCodeGoSearchProvider.search()
  → JSON-RPC → Exa / Parallel MCP
  → 返回 { content: 全文, sources: [{url,title,snippet,publishedAt}] }
  → tool-web 格式化成 markdown 结果给模型

Add FANXING-0710/dsh-web-search-opencode to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.