@openclaw/zalouser 2026.2.9 → 2026.2.13

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 2026.2.13
4
+
5
+ ### Changes
6
+
7
+ - Version alignment with core OpenClaw release numbers.
8
+
3
9
  ## 2026.2.6-3
4
10
 
5
11
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw/zalouser",
3
- "version": "2026.2.9",
3
+ "version": "2026.2.13",
4
4
  "description": "OpenClaw Zalo Personal Account plugin via zca-cli",
5
5
  "type": "module",
6
6
  "dependencies": {
package/src/monitor.ts CHANGED
@@ -307,6 +307,7 @@ async function processMessage(
307
307
 
308
308
  const ctxPayload = core.channel.reply.finalizeInboundContext({
309
309
  Body: body,
310
+ BodyForAgent: rawBody,
310
311
  RawBody: rawBody,
311
312
  CommandBody: rawBody,
312
313
  From: isGroup ? `zalouser:group:${chatId}` : `zalouser:${senderId}`,