mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-22 05:11:06 -05:00
Add search_files tool
This commit is contained in:
@@ -65,7 +65,10 @@ export interface ClaudeSayTool {
|
||||
| "listFilesTopLevel"
|
||||
| "listFilesRecursive"
|
||||
| "listCodeDefinitionNames"
|
||||
| "searchFiles"
|
||||
path?: string
|
||||
diff?: string
|
||||
content?: string
|
||||
regex?: string
|
||||
filePattern?: string
|
||||
}
|
||||
|
||||
@@ -5,6 +5,7 @@ export type ToolName =
|
||||
| "read_file"
|
||||
| "list_files"
|
||||
| "list_code_definition_names"
|
||||
| "search_files"
|
||||
| "execute_command"
|
||||
| "ask_followup_question"
|
||||
| "attempt_completion"
|
||||
|
||||
Reference in New Issue
Block a user