From a1613eb3c55d7e74dd0109c60a97ce82c8222f03 Mon Sep 17 00:00:00 2001 From: Ismail Pelaseyed Date: Wed, 20 May 2026 12:58:16 +0200 Subject: [PATCH] Delete Daytona sandboxes after each PR scan. Use ephemeral sandboxes so they are removed automatically once they stop after inactivity. --- .flue/agents/pr-scan.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/.flue/agents/pr-scan.ts b/.flue/agents/pr-scan.ts index a6f9627..989b645 100644 --- a/.flue/agents/pr-scan.ts +++ b/.flue/agents/pr-scan.ts @@ -98,6 +98,7 @@ async function createDaytonaSandbox(env: unknown) { }); return client.create({ + ephemeral: true, autoStopInterval: 1, envVars: { NODE_ENV: "production",