mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
fix(core): fix agent description indentation (#23315)
This commit is contained in:
@@ -66,9 +66,10 @@ export const CodebaseInvestigatorAgent = (
|
|||||||
name: 'codebase_investigator',
|
name: 'codebase_investigator',
|
||||||
kind: 'local',
|
kind: 'local',
|
||||||
displayName: 'Codebase Investigator Agent',
|
displayName: 'Codebase Investigator Agent',
|
||||||
description: `The specialized tool for codebase analysis, architectural mapping, and understanding system-wide dependencies.
|
description:
|
||||||
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.
|
`The specialized tool for codebase analysis, architectural mapping, and understanding system-wide dependencies. ` +
|
||||||
It returns a structured report with key file paths, symbols, and actionable architectural insights.`,
|
`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: {
|
inputConfig: {
|
||||||
inputSchema: {
|
inputSchema: {
|
||||||
type: 'object',
|
type: 'object',
|
||||||
|
|||||||
Reference in New Issue
Block a user