@53ai/53ai-openclaw 1.0.3 → 1.0.4
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/CHANGELOG.md +15 -0
- package/README.md +14 -14
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/src/interface.d.ts +6 -6
- package/dist/src/message-parser.d.ts +3 -3
- package/openclaw.plugin.json +10 -6
- package/package.json +1 -21
package/dist/index.esm.js
CHANGED
|
@@ -1337,7 +1337,7 @@ const aiHubOnboardingAdapter = {
|
|
|
1337
1337
|
const meta = {
|
|
1338
1338
|
id: CHANNEL_ID,
|
|
1339
1339
|
label: "53AIHub",
|
|
1340
|
-
selectionLabel: "53AIHub (
|
|
1340
|
+
selectionLabel: "53AIHub (53AIHub)",
|
|
1341
1341
|
detailLabel: "53AIHub 智能机器人",
|
|
1342
1342
|
docsPath: `/channels/${CHANNEL_ID}`,
|
|
1343
1343
|
docsLabel: CHANNEL_ID,
|
|
@@ -1571,7 +1571,7 @@ const aiHubPlugin = {
|
|
|
1571
1571
|
const plugin = {
|
|
1572
1572
|
id: "53ai-openclaw",
|
|
1573
1573
|
name: "53AI OpenClaw",
|
|
1574
|
-
description: "53AIHub (
|
|
1574
|
+
description: "53AIHub (53AIHub) OpenClaw 插件",
|
|
1575
1575
|
configSchema: emptyPluginConfigSchema(),
|
|
1576
1576
|
register(api) {
|
|
1577
1577
|
setRuntime(api.runtime);
|