fix(cron): pass agentDir into embedded follow-up runs

Co-authored-by: seilk <88271769+seilk@users.noreply.github.com>
This commit is contained in:
Peter Steinberger
2026-02-22 21:34:08 +01:00
parent 34fef3ae60
commit 3820ad77ba
5 changed files with 48 additions and 0 deletions

View File

@@ -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,