mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 13:11:41 +00:00
fix(cron): pass agentDir into embedded follow-up runs
Co-authored-by: seilk <88271769+seilk@users.noreply.github.com>
This commit is contained in:
@@ -154,6 +154,7 @@ export function createFollowupRunner(params: {
|
||||
senderE164: queued.run.senderE164,
|
||||
senderIsOwner: queued.run.senderIsOwner,
|
||||
sessionFile: queued.run.sessionFile,
|
||||
agentDir: queued.run.agentDir,
|
||||
workspaceDir: queued.run.workspaceDir,
|
||||
config: queued.run.config,
|
||||
skillsSnapshot: queued.run.skillsSnapshot,
|
||||
|
||||
Reference in New Issue
Block a user