openclaw-xiaoyou 1.2.3 → 1.2.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 (2) hide show
  1. package/package.json +1 -1
  2. package/src/channel.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-xiaoyou",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
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
@@ -141,7 +141,7 @@ export const xiayouPlugin = {
141
141
 
142
142
  // 1. 路由
143
143
  const route = rt.channel.routing.resolveAgentRoute({
144
- cfg: getChannelConfig(cfg) || {},
144
+ cfg,
145
145
  channel: "xiaoyou",
146
146
  accountId,
147
147
  peer: { kind: "direct", id: senderId },