hermes-agent/scripts/whatsapp-bridge
Teknium c30c9753b6
fix(whatsapp): unpin Baileys from git commit, use published 7.0.0-rc13 (#60643)
The April 2026 pin to WhiskeySockets/Baileys#01047deb existed only to
pick up the abprops bad-request fix (Baileys PR #2473) before it was
released. That fix shipped in v7.0.0-rc11 (May 2026); our pinned commit
is now 48 commits behind rc13.

The git pin forced npm to clone the repo and compile Baileys from
TypeScript source on every fresh install (~3 min), which blew past the
dashboard pairing flow's timeout. Registry install takes ~3s.

Validation: all 9 bridge.js imports present in rc13, bridge.native.test.mjs
passes (13/13), live bridge boot renders pairing QR against real WA servers.
2026-07-07 19:49:26 -07:00
..
allowlist.js fix(whatsapp): reject strangers by default, never respond in self-chat (#8389) (#21291) 2026-05-07 06:53:04 -07:00
allowlist.test.mjs fix(whatsapp): reject strangers by default, never respond in self-chat (#8389) (#21291) 2026-05-07 06:53:04 -07:00
bridge.js Add WhatsApp dashboard pairing flow 2026-07-07 17:45:51 -07:00
bridge.native.test.mjs fix(whatsapp): contain and surface inbound media download failures (port nanoclaw#2895) (#59261) 2026-07-05 17:21:28 -07:00
bridge.sendqueue.test.mjs fix(whatsapp-bridge): serialize sendMessage to prevent cross-chat contamination (#33360) 2026-06-28 01:10:14 -07:00
bridge_helpers.js fix(whatsapp): contain and surface inbound media download failures (port nanoclaw#2895) (#59261) 2026-07-05 17:21:28 -07:00
outbound_ids.js fix(whatsapp-bridge): clarify FIFO outbound-id tracker semantics 2026-06-30 03:41:43 -07:00
outbound_ids.test.mjs fix(whatsapp-bridge): clarify FIFO outbound-id tracker semantics 2026-06-30 03:41:43 -07:00
owner_message_gate.js fix(whatsapp): gate owner-typed forwards on customer chatId allowlist 2026-06-30 03:41:43 -07:00
owner_message_gate.test.mjs fix(whatsapp): gate owner-typed forwards on customer chatId allowlist 2026-06-30 03:41:43 -07:00
package-lock.json fix(whatsapp): unpin Baileys from git commit, use published 7.0.0-rc13 (#60643) 2026-07-07 19:49:26 -07:00
package.json fix(whatsapp): unpin Baileys from git commit, use published 7.0.0-rc13 (#60643) 2026-07-07 19:49:26 -07:00