From 3382e0413eb8ab00464baa4ce3471643c9626613 Mon Sep 17 00:00:00 2001 From: Abhi <43648792+abhipatel12@users.noreply.github.com> Date: Fri, 20 Mar 2026 19:24:57 -0400 Subject: [PATCH] fix(core): fix agent description indentation (#23315) --- packages/core/src/agents/codebase-investigator.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/core/src/agents/codebase-investigator.ts b/packages/core/src/agents/codebase-investigator.ts index 89d3a4d529..e3fe24d494 100644 --- a/packages/core/src/agents/codebase-investigator.ts +++ b/packages/core/src/agents/codebase-investigator.ts @@ -66,9 +66,10 @@ export const CodebaseInvestigatorAgent = ( name: 'codebase_investigator', kind: 'local', displayName: 'Codebase Investigator Agent', - description: `The specialized tool for codebase analysis, architectural mapping, and understanding system-wide dependencies. - Invoke this tool for tasks like vague requests, bug root-cause analysis, system refactoring, comprehensive feature implementation or to answer questions about the codebase that require investigation. - It returns a structured report with key file paths, symbols, and actionable architectural insights.`, + description: + `The specialized tool for codebase analysis, architectural mapping, and understanding system-wide dependencies. ` + + `Invoke this tool for tasks like vague requests, bug root-cause analysis, system refactoring, comprehensive feature implementation or to answer questions about the codebase that require investigation. ` + + `It returns a structured report with key file paths, symbols, and actionable architectural insights.`, inputConfig: { inputSchema: { type: 'object',