mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 17:14:33 +00:00
fix (heartbeat/cron): preserve cron prompts for tagged interval events
This commit is contained in:
@@ -64,7 +64,7 @@ export function buildGatewayCronService(params: {
|
||||
cfg: runtimeConfig,
|
||||
agentId,
|
||||
});
|
||||
enqueueSystemEvent(text, { sessionKey });
|
||||
enqueueSystemEvent(text, { sessionKey, contextKey: opts?.contextKey });
|
||||
},
|
||||
requestHeartbeatNow,
|
||||
runHeartbeatOnce: async (opts) => {
|
||||
|
||||
Reference in New Issue
Block a user