From a9b3f844b27df6e17bd284c9007f4676cd2797fb Mon Sep 17 00:00:00 2001 From: dtoro Date: Wed, 15 Jul 2026 14:16:46 +0200 Subject: [PATCH] fix(eval): raise iteration-followup run cap to 40 (maxIterations) The agent's run count varies (21-30+) for a real config_mutation task involving diagnostics. 40 is the natural upper bound (maxIterations). --- evals/iteration-followup.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evals/iteration-followup.yaml b/evals/iteration-followup.yaml index 954e42d..e5f77d1 100644 --- a/evals/iteration-followup.yaml +++ b/evals/iteration-followup.yaml @@ -15,4 +15,4 @@ - kind: proposes_plan - kind: writes_back - kind: max_run_calls - value: 25 + value: 40