mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -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
|
||||
|
||||
Reference in New Issue
Block a user