@openclaw/zalo 2026.2.9 → 2026.2.12

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 +1 -1
  2. package/src/monitor.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw/zalo",
3
- "version": "2026.2.9",
3
+ "version": "2026.2.12",
4
4
  "description": "OpenClaw Zalo channel plugin",
5
5
  "type": "module",
6
6
  "dependencies": {
package/src/monitor.ts CHANGED
@@ -549,6 +549,7 @@ async function processMessageWithPipeline(params: {
549
549
 
550
550
  const ctxPayload = core.channel.reply.finalizeInboundContext({
551
551
  Body: body,
552
+ BodyForAgent: rawBody,
552
553
  RawBody: rawBody,
553
554
  CommandBody: rawBody,
554
555
  From: isGroup ? `zalo:group:${chatId}` : `zalo:${senderId}`,