From: Jérôme Benoit Date: Thu, 7 May 2026 10:40:16 +0000 (+0200) Subject: chore(sandcastle): set planner effort to high X-Git-Tag: cli@v4.7.0~16 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=6b0edf67172735f784ddfc79e08717bb75d801ac;p=e-mobility-charging-stations-simulator.git chore(sandcastle): set planner effort to high --- diff --git a/.sandcastle/constants.ts b/.sandcastle/constants.ts index 59ff6beb..5f2b078a 100644 --- a/.sandcastle/constants.ts +++ b/.sandcastle/constants.ts @@ -17,7 +17,7 @@ export const AGENT_ITERATION_BUDGET = 50 export const AGENT_MAX_CRITIC_ROUNDS = 10 -export const AGENT_PLANNER_EFFORT = 'low' +export const AGENT_PLANNER_EFFORT = 'high' export const AGENT_PLANNER_MODEL = 'github-copilot/claude-opus-4.6'