mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-22 05:11:06 -05:00
Add inspect_site tool
This commit is contained in:
@@ -58,6 +58,7 @@ export type ClaudeSay =
|
||||
| "command_output"
|
||||
| "tool"
|
||||
| "shell_integration_warning"
|
||||
| "inspect_site_result"
|
||||
|
||||
export interface ClaudeSayTool {
|
||||
tool:
|
||||
@@ -68,6 +69,7 @@ export interface ClaudeSayTool {
|
||||
| "listFilesRecursive"
|
||||
| "listCodeDefinitionNames"
|
||||
| "searchFiles"
|
||||
| "inspectSite"
|
||||
path?: string
|
||||
diff?: string
|
||||
content?: string
|
||||
|
||||
@@ -7,6 +7,7 @@ export type ToolName =
|
||||
| "list_code_definition_names"
|
||||
| "search_files"
|
||||
| "execute_command"
|
||||
| "inspect_site"
|
||||
| "ask_followup_question"
|
||||
| "attempt_completion"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user