From 2d8cf88d143d46f6419abacd009981c3f00920aa Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 7 May 2026 08:42:17 +0200 Subject: [PATCH] chore(sandcastle): use gpt-5.4 as critic model --- .sandcastle/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sandcastle/constants.ts b/.sandcastle/constants.ts index 74497537..bd6a9635 100644 --- a/.sandcastle/constants.ts +++ b/.sandcastle/constants.ts @@ -5,7 +5,7 @@ export const AGENT_IDLE_TIMEOUT_S = 300 export const AGENT_ACTOR_MODEL = 'github-copilot/claude-sonnet-4.6' -export const AGENT_CRITIC_MODEL = 'github-copilot/claude-sonnet-4.6' +export const AGENT_CRITIC_MODEL = 'github-copilot/gpt-5.4' export const BRANCH_PREFIX = 'agent/issue' -- 2.53.0