Make codebase investigator less prone to be triggered for simple searches (#10655)

This commit is contained in:
Silvio Junior
2025-10-14 13:19:17 -04:00
committed by GitHub
parent 92dbdbb93b
commit a6720d6007
3 changed files with 6 additions and 7 deletions

View File

@@ -44,10 +44,9 @@ export const CodebaseInvestigatorAgent: AgentDefinition<
> = {
name: 'codebase_investigator',
displayName: 'Codebase Investigator Agent',
description: `Your primary tool for multifile search tasks and codebase exploration.
Invoke this tool to delegate search tasks to an autonomous subagent.
Use this to find features, understand context, or locate specific files, functions, or symbols.
Returns a structured Json report with key file paths, symbols, architectural map and insights to solve a task or answer questions`,
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: {
inputs: {
objective: {