@comate/zulu 0.5.0 → 0.6.1
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/README.md +1 -0
- package/comate-engine/node_modules/@comate/plugin-engine/dist/index.js +8 -8
- package/comate-engine/node_modules/@comate/plugin-host/dist/index.js +1 -1
- package/comate-engine/node_modules/@comate/plugin-host/dist/main.js +1 -1
- package/comate-engine/node_modules/@comate/plugin-host/dist/user-DPNOYSqg.js +44 -0
- package/comate-engine/node_modules/@comate/plugin-shared-internals/dist/index.d.ts +121 -2
- package/comate-engine/node_modules/@comate/plugin-shared-internals/dist/index.js +8 -8
- package/comate-engine/node_modules/@comate/plugin-shared-internals/package.json +3 -0
- package/comate-engine/node_modules/@comate/preview-proxy/static/comate-preview-injector.js +1 -1
- package/comate-engine/node_modules/@comate/preview-proxy/static/comate-preview-injector.js.LICENSE.txt +8 -18
- package/comate-engine/plugins/demo-feature/dist/index.js +19467 -107
- package/comate-engine/plugins/demo-feature/dist/providers/renderJsx.js +6 -1
- package/comate-engine/server.js +32 -32
- package/dist/bundle/index.js +15 -15
- package/package.json +1 -1
- package/comate-engine/node_modules/@comate/plugin-host/dist/user-CcQDM3F-.js +0 -44
- package/comate-engine/plugins/demo-timer/assets/icon.svg +0 -2
- package/comate-engine/plugins/demo-timer/dist/index.js +0 -463
- package/comate-engine/plugins/demo-timer/package.json +0 -73
package/README.md
CHANGED
|
@@ -70,6 +70,7 @@ zulu run --query="你好" --license=xxxx
|
|
|
70
70
|
| list | | --max | 获取max模式支持的模型信息 |
|
|
71
71
|
| list | | --normal | 获取normal模式支持的模型信息 |
|
|
72
72
|
| list | | --rules | 列举当前目录下可用规则列表 |
|
|
73
|
+
| list | | --mcp | 列举当前目录下可用mcp列表 |
|
|
73
74
|
| list | | --agents | 列举可用agent列表 |
|
|
74
75
|
| | | --ping | 测试网络连通性 |
|
|
75
76
|
| | | --help | 帮助 |
|