@timmy_hu/plugin-middleware 1.0.1 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@timmy_hu/plugin-middleware",
3
- "version": "1.0.1",
4
- "description": "自动发现所有中间件类型插件,支持动态按需加载、卸载和状态查询",
3
+ "version": "1.0.3",
4
+ "description": "自动发现 XpertAI 平台上所有已安装的中间件类型插件,展示加载状态,提供插件绑定指导和诊断工具。注意:插件需要在 XpertAI 平台 UI 中手动绑定到智能体。",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "build": "echo 'No build step required for CJS plugin'",