openclaw-xiaoyou 1.4.2 → 1.4.3

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 (2) hide show
  1. package/package.json +1 -1
  2. package/src/channel.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-xiaoyou",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "type": "module",
5
5
  "description": "Xiaoyou channel plugin for OpenClaw — connects enterprise services via persistent outbound WebSocket",
6
6
  "openclaw": {
package/src/channel.ts CHANGED
@@ -301,6 +301,7 @@ export const xiayouPlugin = {
301
301
  outbound: {
302
302
  deliveryMode: "direct" as const,
303
303
  textChunkLimit: 2000,
304
+ requiresTarget: false,
304
305
 
305
306
  sendText: async ({ to, text, accountId, replyToId, cfg }: any) => {
306
307
  if (!_client || !_client.isConnected()) {