@jiggai/recipes 0.4.67 → 0.4.68
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.
- package/index.ts +0 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -243,7 +243,6 @@ const recipesPlugin = {
|
|
|
243
243
|
};
|
|
244
244
|
|
|
245
245
|
api.on("message_received" as never, approvalReplyHandler as never, { priority: 50 } as unknown as { priority: number });
|
|
246
|
-
api.on("message:received" as never, approvalReplyHandler as never, { priority: 50 } as unknown as { priority: number });
|
|
247
246
|
|
|
248
247
|
|
|
249
248
|
// On plugin load, ensure multi-agent config has an explicit agents.list with main at top.
|
package/openclaw.plugin.json
CHANGED