@openclaw/zalo 2026.5.1-beta.2 → 2026.5.2-beta.2

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.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/src/channel.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw/zalo",
3
- "version": "2026.5.1-beta.2",
3
+ "version": "2026.5.2-beta.2",
4
4
  "description": "OpenClaw Zalo channel plugin",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,7 +15,7 @@
15
15
  "openclaw": "workspace:*"
16
16
  },
17
17
  "peerDependencies": {
18
- "openclaw": ">=2026.4.25"
18
+ "openclaw": ">=2026.5.2-beta.2"
19
19
  },
20
20
  "peerDependenciesMeta": {
21
21
  "openclaw": {
@@ -46,10 +46,10 @@
46
46
  "minHostVersion": ">=2026.4.10"
47
47
  },
48
48
  "compat": {
49
- "pluginApi": ">=2026.4.25"
49
+ "pluginApi": ">=2026.5.2-beta.2"
50
50
  },
51
51
  "build": {
52
- "openclawVersion": "2026.5.1-beta.2"
52
+ "openclawVersion": "2026.5.2-beta.2"
53
53
  },
54
54
  "release": {
55
55
  "publishToClawHub": true,
package/src/channel.ts CHANGED
@@ -196,6 +196,7 @@ export const zaloPlugin: ChannelPlugin<ResolvedZaloAccount, ZaloProbeResult> =
196
196
  },
197
197
  actions: zaloMessageActions,
198
198
  messaging: {
199
+ targetPrefixes: ["zalo", "zl"],
199
200
  normalizeTarget: normalizeZaloMessagingTarget,
200
201
  resolveOutboundSessionRoute: (params) => resolveZaloOutboundSessionRoute(params),
201
202
  targetResolver: {