We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9d73c commit b886257Copy full SHA for b886257
2 files changed
openclaw.plugin.json
@@ -1,7 +1,7 @@
1
{
2
"id": "openclaw-github-trending",
3
"name": "GitHub Trending",
4
- "version": "1.0.0",
+ "version": "1.1.1",
5
"description": "Fetch GitHub trending repositories and push to Feishu or Email with AI summaries",
6
"author": "王允",
7
"license": "MIT",
src/index.ts
@@ -331,7 +331,8 @@ Cron 表达式格式:
331
params,
332
configAvailable: !!pluginConfig,
333
storageAvailable: !!storage,
334
- openclawConfigAvailable: !!openclawConfig
+ openclawConfigAvailable: !!openclawConfig,
335
+ channels: channels || []
336
});
337
338
// Create a logger wrapper that logs to both OpenClaw logger and file
0 commit comments