Releases: ihuajiu/dsh-plugins-finder
Releases · ihuajiu/dsh-plugins-finder
Release list
dsh-plugins-finder v0.1.8
dsh-plugins-finder v0.1.8
What's new / 新增
- Package renamed to
dsh-plugins-finder— no@scope/prefix, no quoting needed in PowerShell, installs cleanly / 包名改为无前缀的dsh-plugins-finder,安装命令不再需要引号 - Migrated away from the
@dsh.soorg scope (the scoped package is deprecated; see its npm page for the migration note) / 弃用 @dsh.so 组织作用域,老包已标记迁移 - All docs (install/upgrade/uninstall/FAQ/troubleshooting) updated for the new name / 文档全部更新为新包名
Install / 安装
dsh plugin --profile web add dsh-plugins-finder
dsh-plugin-finder v0.1.7
dsh-plugin-finder v0.1.7
What's new / 新增
- READMEs now include a dsh compatibility section (target dependency line, tested on dsh 10.28.1, Declared status, upgrade guidance) / README 新增 dsh 适配版本说明(目标依赖线、实测环境、声明状态、升级指引)
- npm page README ships this section (English) / npm 页面 README 同步包含该说明
Install / 安装
dsh plugin --profile web add '@dsh.so/dsh-plugin-finder'
npm: https://www.npmjs.com/package/@dsh.so/dsh-plugin-finder
dsh-plugin-finder v0.1.6
dsh-plugin-finder v0.1.6
What's new / 新增
- npm package page now shows the English README (README.md) as the primary readme / npm 页面主 README 改为英文版
- README install/uninstall commands use the quoted scoped name
'@dsh.so/dsh-plugin-finder'(works in PowerShell and bash) / 安装/卸载命令统一为带引号的 scoped 包名 - All example badges in the READMEs use the novice-friendly format / README 示例徽标全部统一为小白友好格式
Install / 安装
dsh plugin --profile web add '@dsh.so/dsh-plugin-finder'
npm: https://www.npmjs.com/package/@dsh.so/dsh-plugin-finder
dsh-plugin-finder v0.1.5
dsh-plugin-finder v0.1.5
What's new / 新增
- Friendly, novice-readable verification & security badges in every result / 结果新增小白友好的验证与安全徽标
✔ 基础验证通过/✔ 已收录(未功能测试)(verification L1–L2)🔒 安全通过:低风险/⚠️ 安全提示:中风险/🚨 安全警告:高风险/⏳ 安全检测进行中(security status/risk)
- Fixed bundle patch
nameto@dsh.so/dsh-plugin-finderso the plugin loads after the org-scope rename / 修复 bundle patch 的 name 与新包名一致,改名后插件可正常加载
Install / 安装
dsh plugin --profile web add @dsh.so/dsh-plugin-finder
npm: https://www.npmjs.com/package/@dsh.so/dsh-plugin-finder
dsh-plugin-finder v0.1.4
dsh-plugin-finder v0.1.4 — cross-language README link fix
Fixes / 修复
- The EN<->ZH README links are now absolute GitHub URLs so they work on npmjs.com too / 中英 README 互切链接改为绝对 URL,npm 页面可点击
npm: https://www.npmjs.com/package/@dsh.so/dsh-plugin-finder
dsh-plugin-finder v0.1.3
dsh-plugin-finder v0.1.3 — logo fix for npm README
Fixes / 修复
- Use an absolute URL for the dsh.so logo so npmjs.com renders it (relative paths are not resolved by npm's README renderer) / LOGO 改用绝对 URL,npm 页面可正常显示
npm: https://www.npmjs.com/package/@dsh.so/dsh-plugin-finder
dsh-plugin-finder v0.1.2
dsh-plugin-finder v0.1.2 — first release under the dsh.so npm organization
包已迁移到 dsh.so 组织作用域,首个 org 版本。
What's new / 新增
- Package renamed to
@dsh.so/dsh-plugin-finder(npm org scope) / 包名改为@dsh.so/dsh-plugin-finder - License: Apache-2.0 / 许可证 Apache-2.0
- Bilingual READMEs (EN + ZH) with dsh.so logo promo banner / 中英双语 README + dsh.so LOGO 推广位
- Configurable "Powered by dsh.so" attribution and copyright footer in tool output (
attributionconfig) / 工具输出可配置的 Powered-by-dsh.so 推广与版权页脚 - The old unscoped name
dsh-plugin-finderwas unpublished and is abandoned / 原非作用域包名已下架弃用
Install / 安装
dsh plugin --profile web add @dsh.so/dsh-plugin-finder
npm: https://www.npmjs.com/package/@dsh.so/dsh-plugin-finder
dsh-plugin-finder v0.1.1
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_pluginagent 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