From: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 06:57:35 +0000 (+0000) Subject: [autofix.ci] apply automated fixes X-Git-Tag: cli@v4.7.0~27 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=102d002873e148bc6547f51fe742b9403b98b750;p=e-mobility-charging-stations-simulator.git [autofix.ci] apply automated fixes --- diff --git a/.sandcastle/task-source.ts b/.sandcastle/task-source.ts index 7bf6e812..837d5211 100644 --- a/.sandcastle/task-source.ts +++ b/.sandcastle/task-source.ts @@ -7,12 +7,12 @@ import type { TaskSpec } from './types.js' import { AGENT_IDLE_TIMEOUT_S, AGENT_PLANNER_MODEL, + AGENT_TASK_TIMEOUT_MS, COMPLETION_SIGNAL, DOCKER_MOUNTS, GIT_TIMEOUT_MS, GITHUB_MAX_ISSUES_FETCH, GITHUB_MAX_PRS_FETCH, - AGENT_TASK_TIMEOUT_MS, MAX_TITLE_CHARS, } from './constants.js' import { execFileAsync, toErrorMessage } from './utils.js'