Teknium
be472138f3
fix(send_message): accept E.164 phone numbers for signal/sms/whatsapp ( #12936 )
...
Follow-up to #12704 . The SignalAdapter can resolve +E164 numbers to
UUIDs via listContacts, but _parse_target_ref() in the send_message
tool rejected '+' as non-digit and fell through to channel-name
resolution — which fails for contacts without a prior session entry.
Adds an E.164 branch in _parse_target_ref for phone-based platforms
(signal, sms, whatsapp) that preserves the leading '+' so downstream
adapters keep the format they expect. Non-phone platforms are
unaffected.
Reported by @qdrop17 on Discord after pulling #12704 .
2026-04-20 03:02:44 -07:00
..
2026-04-16 12:36:49 -07:00
2026-04-19 16:53:11 -07:00
2026-03-17 02:33:12 -07:00
2026-03-31 08:48:54 +09:00
2026-03-23 07:43:12 -07:00
2026-04-18 19:24:35 -07:00
2026-04-08 02:24:32 -07:00
2026-04-01 04:18:50 -07:00
2026-04-20 00:32:09 -07:00
2026-04-19 00:03:10 -07:00
2026-04-20 00:32:09 -07:00
2026-04-08 02:24:32 -07:00
2026-04-16 16:06:49 -07:00
2026-04-07 13:36:38 -07:00
2026-04-18 01:46:25 -07:00
2026-04-11 13:59:52 -07:00
2026-04-15 04:57:55 -07:00
2026-04-07 10:25:31 -07:00
2026-04-16 10:47:41 -05:00
2026-04-19 11:52:19 -07:00
2026-04-13 16:32:04 -07:00
2026-04-17 19:04:11 -07:00
2026-04-17 19:04:11 -07:00
2026-04-19 12:27:34 -07:00
2026-04-20 00:58:16 -07:00
2026-04-19 12:27:34 -07:00
2026-04-13 04:45:07 -07:00
2026-04-16 22:05:41 -07:00
2026-04-17 20:39:25 -07:00
2026-04-02 12:40:03 +11:00
2026-04-19 16:31:07 -07:00
2026-04-19 16:31:07 -07:00
2026-04-16 21:57:10 -07:00
2026-04-14 10:18:05 -07:00
2026-04-13 16:32:04 -07:00
2026-03-18 02:55:30 -07:00
2026-03-11 20:02:36 -07:00
2026-04-05 12:46:07 -07:00
2026-04-10 16:47:44 -07:00
2026-04-11 13:59:52 -07:00
2026-04-17 18:02:37 -05:00
2026-04-14 21:12:29 -07:00
2026-04-07 10:25:31 -07:00
2026-04-20 03:02:44 -07:00
2026-04-20 00:47:39 -07:00
2026-04-15 17:09:41 -07:00
2026-04-13 16:32:04 -07:00
2026-04-12 16:39:04 -07:00
2026-04-17 00:41:31 -07:00
2026-04-15 17:22:55 -07:00
2026-04-19 16:53:11 -07:00
2026-04-15 14:50:07 -07:00
2026-04-11 16:22:50 -07:00
2026-04-16 12:36:49 -07:00
2026-04-11 14:26:11 -07:00
2026-04-13 16:32:04 -07:00
2026-04-16 14:23:16 -07:00
2026-04-17 04:22:40 -07:00
2026-04-20 00:32:09 -07:00
2026-04-17 21:16:33 -07:00
2026-04-16 12:36:49 -07:00
2026-04-07 10:25:31 -07:00
2026-04-16 02:24:08 -07:00