openclaw/extensions/whatsapp
huangjianxiong 0a8677ec99
fix(whatsapp): keep echo tracker log truncation UTF-16 safe (#102603)
* fix(whatsapp): keep echo tracker log truncation UTF-16 safe

Replace `.slice(0, 50)` with `truncateUtf16Safe(text, 50)` in
echo tracker verbose log message to prevent surrogate pair corruption.

Ref. lsr911 pattern — mechanical substitution, no behavior change.

* test(whatsapp): cover UTF-16-safe echo previews

---------

Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-07-09 11:46:52 +01:00
..
skills/wacli refactor(plugins): move owner skills into plugins 2026-06-22 13:54:08 +08:00
src fix(whatsapp): keep echo tracker log truncation UTF-16 safe (#102603) 2026-07-09 11:46:52 +01:00
action-runtime-api.ts docs: document channel extension sources 2026-06-04 21:59:00 -04:00
action-runtime.runtime.ts docs: document channel extension sources 2026-06-04 21:59:00 -04:00
api.ts refactor(whatsapp): add inbound admission envelope 2026-06-15 20:06:16 +01:00
auth-presence.ts docs: document channel extension sources 2026-06-04 21:59:00 -04:00
call-tool-api.ts feat(whatsapp): add requester-bound MeowCaller calls (#99635) 2026-07-04 02:19:28 -07:00
channel-config-api.ts docs: document channel extension sources 2026-06-04 21:59:00 -04:00
channel-plugin-api.ts
config-api.ts docs: document channel extension sources 2026-06-04 21:59:00 -04:00
constants.ts docs: document channel extension sources 2026-06-04 21:59:00 -04:00
contract-api.ts refactor(extensions): split channel contract sidecars 2026-06-10 13:05:24 +05:30
directory-contract-api.ts docs: document channel extension sources 2026-06-04 21:59:00 -04:00
doctor-contract-api.ts docs: document channel extension sources 2026-06-04 21:59:00 -04:00
index.test.ts fix(whatsapp): restart listener on selfChatMode config change (#93873) 2026-06-19 13:41:26 +01:00
index.ts feat(whatsapp): add requester-bound MeowCaller calls (#99635) 2026-07-04 02:19:28 -07:00
legacy-session-surface-api.ts docs: document channel extension sources 2026-06-04 21:59:00 -04:00
legacy-state-migrations-api.ts docs: document channel extension sources 2026-06-04 21:59:00 -04:00
light-runtime-api.ts docs: document channel extension sources 2026-06-04 21:59:00 -04:00
login-qr-api.ts docs: document channel extension sources 2026-06-04 21:59:00 -04:00
login-qr-runtime.ts refactor(shared): consolidate remaining channel lazy loaders (#99302) 2026-07-02 19:08:11 -07:00
npm-shrinkwrap.json chore: update dependencies (#100027) 2026-07-04 14:56:50 -04:00
openclaw.plugin.json feat(whatsapp): add requester-bound MeowCaller calls (#99635) 2026-07-04 02:19:28 -07:00
outbound-payload-test-api.ts docs: document channel extension sources 2026-06-04 21:59:00 -04:00
package.json chore: update dependencies (#100027) 2026-07-04 14:56:50 -04:00
README.md docs(plugins): add npm readmes for channel providers 2026-05-31 20:02:45 +01:00
runtime-api.ts refactor(whatsapp): add inbound admission envelope 2026-06-15 20:06:16 +01:00
runtime-setter-api.ts perf(whatsapp): narrow runtime setter entry (#85589) 2026-05-22 20:59:21 -07:00
secret-contract-api.ts
security-contract-api.ts docs: document channel extension sources 2026-06-04 21:59:00 -04:00
setup-entry.test.ts docs: document channel extension sources 2026-06-04 21:59:00 -04:00
setup-entry.ts docs: document channel extension sources 2026-06-04 21:59:00 -04:00
setup-plugin-api.ts
targets.ts docs: document channel extension sources 2026-06-04 21:59:00 -04:00
test-api.ts docs: document channel extension sources 2026-06-04 21:59:00 -04:00
tsconfig.json

OpenClaw WhatsApp

Official OpenClaw channel plugin for WhatsApp Web chats.

Install from OpenClaw:

openclaw plugin add @openclaw/whatsapp

Link a WhatsApp account through the plugin's setup flow, then configure which chats OpenClaw agents should monitor and reply to.