dsh-web-search:为 DSH 补齐联网搜索与正文提取

dsh-web-search 是一个为 DeepSeek Harness 扩展联网能力的 MIT 许可插件。它主要提供两大核心功能:一是多引擎搜索自动回退,按 SearXNG、Tavily、Brave、DuckDuckGo 顺序尝试,未配置的引擎自动跳过,其中 DuckDuckGo 可作零配置兜底;二是 URL 正文提取,通过 get_search_content 工具将网页内容转为可读纯文本。此外,该插件还能修复内置 web_fetch 功能,并允许在设置页切换默认搜索引擎或委托官方搜索。密钥管理支持环境变量和 credentials 服务,优先级为环境变量高于本地服务。 安装前需确保 No

Read More
dsh-llm-codex-oauth: Utilizing ChatGPT / Codex Subscriptions in dsh

dsh-llm-codex-oauth is a DeepSeek Harness plugin designed to allow users with ChatGPT/Codex subscriptions to integrate their subscription quotas into dsh. Maintained by Player-MINEPIG and licensed under MIT, this plugin enables headless login via the pi-ai OAuth device code flow by registering the `codex-oauth` model provider, eliminating the need for a local callback server. Core features include: support for integrating models from the gpt-5.3 to 5.6 series; multimodal input support for images such as PNG and JPEG; secure local storage of credentials in permission-restricted files with automatic token renewal that does not enter logs; provision of a settings page for login status management and commands like `/codex-status` for status checks.

Read More