fix(core): fix agent description indentation (#23315)

This commit is contained in:
Abhi
2026-03-20 19:24:57 -04:00
committed by GitHub
parent 992c04e768
commit 3382e0413e

View File

@@ -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',