Skip to content

Releases: ihuajiu/dsh-plugin-finder

dsh-plugin-finder v0.1.1

Choose a tag to compare

@ihuajiu ihuajiu released this 14 Aug 07:46

dsh-plugin-finder v0.1.1

Natural-language plugin search for DeepSeek Harness — ask what you need, get matching dsh.so plugins with install commands.
为 DeepSeek Harness 打造的自然语言插件搜索工具:说出需求,自动返回匹配插件和安装命令。

What's new / 新增

  • Registers the find_plugin agent tool: describe a need (vision OCR screenshots, terminal TUI, memory rag) and it searches the machine-readable dsh.so plugin index
  • 注册 find_plugin 智能体工具:用自然语言描述需求,检索 dsh.so 机器可读插件索引
  • Returns plugin name, GitHub stars, topics, description, a ready-to-run install command, and a detail link
  • 返回插件名、star 数、标签、简介、可直接执行的安装命令和详情链接
  • Keyword scoring: name +3, topic +2, description +1, ties by stars; configurable indexUrl / maxResults / cacheTtlMs / timeoutMs
  • 关键词打分(名称 +3、标签 +2、简介 +1,同分按 star 数),支持 indexUrl / maxResults / cacheTtlMs / timeoutMs 配置

Fixes / 修复

  • 0.1.1: fixed the agent-loop crash (Cannot read properties of undefined (reading 'prepare')) caused by installing @deepseek-ai/dsh-tools as a regular dependency — now a peer dependency resolved from the DSH host (0.1.0 was affected)
  • 0.1.1: 修复把 @deepseek-ai/dsh-tools 装成普通依赖导致的 agent 循环崩溃(0.1.0 受影响),现改为由 DSH 宿主解析的 peer 依赖

Install / 安装

dsh plugin --profile web add dsh-plugin-finder

npm: https://www.npmjs.com/package/dsh-plugin-finder