From 1d36309f5f84384ac0ee765cc5cb46357d39740a Mon Sep 17 00:00:00 2001 From: Abhi <43648792+abhipatel12@users.noreply.github.com> Date: Fri, 10 Apr 2026 12:56:07 -0400 Subject: [PATCH] chore(core): increase codebase investigator turn limits to 50 (#25125) --- packages/core/src/agents/codebase-investigator.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/src/agents/codebase-investigator.ts b/packages/core/src/agents/codebase-investigator.ts index e3fe24d494..5036bd2823 100644 --- a/packages/core/src/agents/codebase-investigator.ts +++ b/packages/core/src/agents/codebase-investigator.ts @@ -110,8 +110,8 @@ export const CodebaseInvestigatorAgent = ( }, runConfig: { - maxTimeMinutes: 3, - maxTurns: 10, + maxTimeMinutes: 10, + maxTurns: 50, }, toolConfig: {