@gloablehive/ipad-wechat-plugin 1.0.7 → 1.0.9

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.
@@ -134,6 +134,7 @@ export const ipadWeChatPlugin = createChatChannelPlugin({
134
134
  topLevelReplyToMode: "reply",
135
135
  },
136
136
  outbound: {
137
+ deliveryMode: "gateway",
137
138
  channel: "ipad-wechat",
138
139
  // Resolve target - for WeChat, just pass through the ID
139
140
  resolveTarget: (params) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gloablehive/ipad-wechat-plugin",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "type": "module",
5
5
  "description": "OpenClaw channel plugin for iPad WeChat protocol - enables sending/receiving WeChat messages through iPad protocol",
6
6
  "main": "index.ts",
package/src/channel.ts CHANGED
@@ -175,6 +175,7 @@ export const ipadWeChatPlugin = createChatChannelPlugin<IPadWeChatResolvedAccoun
175
175
  },
176
176
 
177
177
  outbound: {
178
+ deliveryMode: "gateway",
178
179
  channel: "ipad-wechat",
179
180
  // Resolve target - for WeChat, just pass through the ID
180
181
  resolveTarget: (params: any) => {