Skip to content

Commit 3382e04

Browse files
authored
fix(core): fix agent description indentation (#23315)
1 parent 992c04e commit 3382e04

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/core/src/agents/codebase-investigator.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,10 @@ export const CodebaseInvestigatorAgent = (
6666
name: 'codebase_investigator',
6767
kind: 'local',
6868
displayName: 'Codebase Investigator Agent',
69-
description: `The specialized tool for codebase analysis, architectural mapping, and understanding system-wide dependencies.
70-
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.
71-
It returns a structured report with key file paths, symbols, and actionable architectural insights.`,
69+
description:
70+
`The specialized tool for codebase analysis, architectural mapping, and understanding system-wide dependencies. ` +
71+
`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. ` +
72+
`It returns a structured report with key file paths, symbols, and actionable architectural insights.`,
7273
inputConfig: {
7374
inputSchema: {
7475
type: 'object',

0 commit comments

Comments
 (0)