@openclaw/signal 2026.7.1-beta.2 → 2026.7.1-beta.4

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 (24) hide show
  1. package/dist/{accounts-B7Rz3_xV.js → accounts-Bz4HtP0g.js} +20 -2
  2. package/dist/api.js +9 -9
  3. package/dist/{approval-auth-DPVK9A_l.js → approval-auth-CsHNcAiy.js} +2 -2
  4. package/dist/{approval-handler.runtime-BZLgs7EM.js → approval-handler.runtime-DDQ4ZRyc.js} +5 -5
  5. package/dist/{approval-reactions-5x1kmQEq.js → approval-reactions-UFmUPD0A.js} +113 -28
  6. package/dist/{channel-BfWp-F-r.js → channel-Cnhy1RwG.js} +42 -23
  7. package/dist/channel-plugin-api.js +1 -1
  8. package/dist/{channel.runtime-Ks7GIWM1.js → channel.runtime-CQN0RaFx.js} +3 -3
  9. package/dist/{client-adapter-Dm8-wT2n.js → client-adapter-C9mB2Jz8.js} +41 -11
  10. package/dist/contract-api.js +2 -2
  11. package/dist/{identity-B6O4k8xg.js → identity-C8-yk4J9.js} +12 -8
  12. package/dist/{install-signal-cli-TwhJ0DGy.js → install-signal-cli-ik8VPaGg.js} +7 -7
  13. package/dist/{message-actions-Cs9XckSd.js → message-actions-3OLDgjis.js} +6 -6
  14. package/dist/{monitor-C9SiyrFt.js → monitor-Bee8O5Ay.js} +120 -27
  15. package/dist/{probe-BL2BqTbG.js → probe-Cnht8Ihg.js} +1 -1
  16. package/dist/{reaction-runtime-api-BkAxQPGs.js → reaction-runtime-api-EQ7cc7-Y.js} +3 -3
  17. package/dist/reaction-runtime-api.js +1 -1
  18. package/dist/{rpc-context-DbFMe7am.js → rpc-context-DsHWh2hc.js} +1 -1
  19. package/dist/runtime-api.js +9 -9
  20. package/dist/{send-CLzc3RUg.js → send-CUJy6WPt.js} +84 -11
  21. package/dist/{send.runtime-DgijYwpJ.js → send.runtime-CEi5oyCG.js} +1 -1
  22. package/npm-shrinkwrap.json +2 -2
  23. package/openclaw.plugin.json +132 -0
  24. package/package.json +4 -4
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@openclaw/signal",
3
- "version": "2026.7.1-beta.2",
3
+ "version": "2026.7.1-beta.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@openclaw/signal",
9
- "version": "2026.7.1-beta.2",
9
+ "version": "2026.7.1-beta.4",
10
10
  "dependencies": {
11
11
  "ws": "8.21.0"
12
12
  }
@@ -305,6 +305,72 @@
305
305
  "exclusiveMinimum": 0,
306
306
  "maximum": 9007199254740991
307
307
  },
308
+ "replyToMode": {
309
+ "anyOf": [
310
+ {
311
+ "type": "string",
312
+ "const": "off"
313
+ },
314
+ {
315
+ "type": "string",
316
+ "const": "first"
317
+ },
318
+ {
319
+ "type": "string",
320
+ "const": "all"
321
+ },
322
+ {
323
+ "type": "string",
324
+ "const": "batched"
325
+ }
326
+ ]
327
+ },
328
+ "replyToModeByChatType": {
329
+ "type": "object",
330
+ "properties": {
331
+ "direct": {
332
+ "anyOf": [
333
+ {
334
+ "type": "string",
335
+ "const": "off"
336
+ },
337
+ {
338
+ "type": "string",
339
+ "const": "first"
340
+ },
341
+ {
342
+ "type": "string",
343
+ "const": "all"
344
+ },
345
+ {
346
+ "type": "string",
347
+ "const": "batched"
348
+ }
349
+ ]
350
+ },
351
+ "group": {
352
+ "anyOf": [
353
+ {
354
+ "type": "string",
355
+ "const": "off"
356
+ },
357
+ {
358
+ "type": "string",
359
+ "const": "first"
360
+ },
361
+ {
362
+ "type": "string",
363
+ "const": "all"
364
+ },
365
+ {
366
+ "type": "string",
367
+ "const": "batched"
368
+ }
369
+ ]
370
+ }
371
+ },
372
+ "additionalProperties": false
373
+ },
308
374
  "reactionNotifications": {
309
375
  "type": "string",
310
376
  "enum": [
@@ -675,6 +741,72 @@
675
741
  "exclusiveMinimum": 0,
676
742
  "maximum": 9007199254740991
677
743
  },
744
+ "replyToMode": {
745
+ "anyOf": [
746
+ {
747
+ "type": "string",
748
+ "const": "off"
749
+ },
750
+ {
751
+ "type": "string",
752
+ "const": "first"
753
+ },
754
+ {
755
+ "type": "string",
756
+ "const": "all"
757
+ },
758
+ {
759
+ "type": "string",
760
+ "const": "batched"
761
+ }
762
+ ]
763
+ },
764
+ "replyToModeByChatType": {
765
+ "type": "object",
766
+ "properties": {
767
+ "direct": {
768
+ "anyOf": [
769
+ {
770
+ "type": "string",
771
+ "const": "off"
772
+ },
773
+ {
774
+ "type": "string",
775
+ "const": "first"
776
+ },
777
+ {
778
+ "type": "string",
779
+ "const": "all"
780
+ },
781
+ {
782
+ "type": "string",
783
+ "const": "batched"
784
+ }
785
+ ]
786
+ },
787
+ "group": {
788
+ "anyOf": [
789
+ {
790
+ "type": "string",
791
+ "const": "off"
792
+ },
793
+ {
794
+ "type": "string",
795
+ "const": "first"
796
+ },
797
+ {
798
+ "type": "string",
799
+ "const": "all"
800
+ },
801
+ {
802
+ "type": "string",
803
+ "const": "batched"
804
+ }
805
+ ]
806
+ }
807
+ },
808
+ "additionalProperties": false
809
+ },
678
810
  "reactionNotifications": {
679
811
  "type": "string",
680
812
  "enum": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw/signal",
3
- "version": "2026.7.1-beta.2",
3
+ "version": "2026.7.1-beta.4",
4
4
  "description": "OpenClaw Signal channel plugin",
5
5
  "type": "module",
6
6
  "dependencies": {
@@ -44,10 +44,10 @@
44
44
  "allowInvalidConfigRecovery": true
45
45
  },
46
46
  "compat": {
47
- "pluginApi": ">=2026.7.1-beta.2"
47
+ "pluginApi": ">=2026.7.1-beta.4"
48
48
  },
49
49
  "build": {
50
- "openclawVersion": "2026.7.1-beta.2",
50
+ "openclawVersion": "2026.7.1-beta.4",
51
51
  "bundledDist": false
52
52
  },
53
53
  "release": {
@@ -70,7 +70,7 @@
70
70
  "README.md"
71
71
  ],
72
72
  "peerDependencies": {
73
- "openclaw": ">=2026.7.1-beta.2"
73
+ "openclaw": ">=2026.7.1-beta.4"
74
74
  },
75
75
  "peerDependenciesMeta": {
76
76
  "openclaw": {