fix: correct indentation in cron isolated-agent run.ts

This commit is contained in:
Marcus Castro
2026-02-15 23:06:05 -03:00
committed by Peter Steinberger
parent e5dbfde7e1
commit 61c9935264

View File

@@ -521,7 +521,7 @@ export async function runCronIsolatedAgentTurn(params: {
`${commandBody}\n\nReturn your summary as plain text; it will be delivered automatically. If the task explicitly calls for messaging a specific external recipient, note who/where it should go instead of sending it yourself.`.trim();
}
let skillsSnapshot = cronSession.sessionEntry.skillsSnapshot;
let skillsSnapshot = cronSession.sessionEntry.skillsSnapshot;
if (isFastTestEnv) {
// Fast unit-test mode: avoid scanning the workspace and writing session stores.
skillsSnapshot = skillsSnapshot ?? { prompt: "", skills: [] };