@efengx/openclaw-channel-dragon 0.5.14 → 0.5.15

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/dist/index.js CHANGED
@@ -49,7 +49,12 @@ async function getOrCreateContainer(account, ctx) {
49
49
  }
50
50
  const base = createChannelPluginBase({
51
51
  id: channelId,
52
- meta: { label: "Dragon Workbench", selectionLabel: "Dragon Workbench" },
52
+ meta: {
53
+ label: "Dragon Workbench",
54
+ selectionLabel: "Dragon Workbench",
55
+ docsPath: "/channels/dragon",
56
+ blurb: "Connect OpenClaw to the Dragon workbench and orchestrator.",
57
+ },
53
58
  capabilities: { chatTypes: ["direct", "group"] },
54
59
  setup: {
55
60
  validate: async () => ({ ok: true }),
@@ -2,7 +2,7 @@
2
2
  "id": "dragon",
3
3
  "name": "Dragon Workbench Channel",
4
4
  "description": "Connect OpenClaw to the Dragon agent-client workbench chat.",
5
- "version": "0.5.14",
5
+ "version": "0.5.15",
6
6
  "enabledByDefault": true,
7
7
  "activation": {
8
8
  "onCapabilities": ["hook"]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@efengx/openclaw-channel-dragon",
3
- "version": "0.5.14",
3
+ "version": "0.5.15",
4
4
  "description": "Dragon workbench channel for OpenClaw",
5
5
  "author": "feng xiang <ofengx@gmail.com>",
6
6
  "type": "module",