@ynhcj/xiaoyi-channel 0.0.73-next → 0.0.74-next

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.
@@ -165,7 +165,7 @@ export async function monitorXYProvider(opts = {}) {
165
165
  };
166
166
  const selfEvolutionStateGetHandler = (context) => {
167
167
  log(`[MONITOR] Received self-evolution-state-get-event, dispatching to handler...`);
168
- handleSelfEvolutionStateGetEvent(context, cfg, runtime, wsManager).catch((err) => {
168
+ handleSelfEvolutionStateGetEvent(context, account, runtime, wsManager).catch((err) => {
169
169
  error(`[MONITOR] Failed to handle self-evolution-state-get-event:`, err);
170
170
  });
171
171
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ynhcj/xiaoyi-channel",
3
- "version": "0.0.73-next",
3
+ "version": "0.0.74-next",
4
4
  "description": "OpenClaw Xiaoyi Channel plugin - Xiaoyi A2A protocol integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",