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
action-runtime.runtime.ts
api.ts
auth-presence.ts
call-tool-api.ts feat(whatsapp): add requester-bound MeowCaller calls (#99635) 2026-07-04 02:19:28 -07:00
channel-config-api.ts
channel-plugin-api.ts
config-api.ts
constants.ts
contract-api.ts
directory-contract-api.ts
doctor-contract-api.ts
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
legacy-state-migrations-api.ts
light-runtime-api.ts
login-qr-api.ts
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
package.json chore: update dependencies (#100027) 2026-07-04 14:56:50 -04:00
README.md
runtime-api.ts
runtime-setter-api.ts
secret-contract-api.ts
security-contract-api.ts
setup-entry.test.ts
setup-entry.ts
setup-plugin-api.ts
targets.ts
test-api.ts
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.